Przeglądaj źródła

包装计件工资计算优化

qiuenguang 1 rok temu
rodzic
commit
397df3a911
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/api/controller/StaffSalary.php

+ 1 - 1
application/api/controller/StaffSalary.php

@@ -437,7 +437,7 @@ class StaffSalary extends Api
                         $cl = $value[$clKey];
                     }
                     if ($item['sczl_type'] === '包装'){
-//                        $item['班组车头产量'] = $cl * $value[$pgclKey]  / $num;
+                        $item['班组车头产量'] = $cl * $value[$pgclKey]  / $num;
                     }else{
                         $item['班组车头产量'] = $cl;
                     }