wugg hace 2 años
padre
commit
05a052e5c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -887,7 +887,7 @@ class NowReportHandle extends Command
 		'' as '成本单价',
 		b.wait_in_stock '待入库数量',
 		b.wait_out_stock '待出库数量',
-		b.total_stock '当前库存数量',
+		(b.wait_out_stock+b.usable_stock)  '当前库存数量',
 		b.usable_stock '可用库存数量',
 		f.supplierNo '采购员',
 		'' as '供应商名称',