Explorar el Código

超节损计算

qiuenguang hace 1 año
padre
commit
30b10fe721
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/api/controller/OrderSuperLoss.php

+ 1 - 0
application/api/controller/OrderSuperLoss.php

@@ -1921,6 +1921,7 @@ class OrderSuperLoss extends Api
             ->where($where)
             ->field($total_field)
             ->find();
+        $list['机检废'] = $total['total_waste'] - $total['材料废'] - $total['total_zjfp'];
         $list['total'] = $total;
         $this->success('成功',$list);