Commit a55a28cb by guanzhenshan

增加总入库数显示

parent a9c9e781
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div>库龄库存=@(ViewBag.json.agecount)</div> <div>库龄库存=@(ViewBag.json.agecount)</div>
<div> <div>
入库= 入库=
@("(采购入库:"+string.Join("+",ViewBag.json.listpurchase)+")+(调拨入库:"+string.Join("+",ViewBag.json.listallot)+")") @("(采购入库:"+string.Join("+",ViewBag.json.listpurchase)+")+(调拨入库:"+string.Join("+",ViewBag.json.listallot)+ ")="+(ViewBag.json.purchasecount+ViewBag.json.allotcount))
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment