Pārlūkot izejas kodu

包装计件工资计算优化

qiuenguang 1 gadu atpakaļ
vecāks
revīzija
397df3a911
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
                     }