Эх сурвалжийг харах

包装计件工资计算优化

qiuenguang 1 жил өмнө
parent
commit
397df3a911

+ 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;
                     }