Commit a9c9e781 by guanzhenshan

解决库龄详情页面库龄库存数据不对的问题

parent 7222814e
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div>@(ViewBag.m.bailun_sku+"-"+ViewBag.m.warehouse_name)</div> <div>@(ViewBag.m.bailun_sku+"-"+ViewBag.m.warehouse_name)</div>
<div>总库存=@(ViewBag.json.stock)</div> <div>总库存=@(ViewBag.json.stock)</div>
<div>库龄=@(ViewBag.d)</div> <div>库龄=@(ViewBag.d)</div>
<div>库龄库存=@(ViewBag.json.stock)</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)+")")
......
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