Ver código fonte

Merge branch 'wugg-dev' of wugg/phpstock into version1.5

wugg 2 anos atrás
pai
commit
1edead0d1d
1 arquivos alterados com 1 adições e 1 exclusões
  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 '供应商名称',