wugg %!s(int64=2) %!d(string=hai) anos
pai
achega
05a052e5c6
Modificáronse 1 ficheiros con 1 adicións e 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 '供应商名称',