Commit f832e570 by guanzhenshan

资产负债表去掉半成品在途统计

parent 117bb060
......@@ -361,7 +361,7 @@
</div>
<div style="width:8%;"></div>
</div>
<div class="item-row fa fa1" style="width:100%;">
<div class="item-row fa fa1" style="width:100%;display:none;">
<div style="width:11.5%;color:#bbb;">6.存货半成品在途</div>
<div style="width:11.5%;" class="semi_transfer_amount">0</div>
<div style="width:11.5%;" class="semi_transfer_amount">0</div>
......
......@@ -44,7 +44,7 @@
<td>@(ViewBag.m.Item5.ToString("N2"))</td>
<td><a class="btn btn-xs btn-primary" onclick="showdetail('@ViewBag.date.ToString("yyyy-MM-dd") 半成品在库明细','@Url.Content("~/Reports/Finance/SemiFinishStock?date="+ViewBag.date+"&paycompanyid="+ViewBag.paycompanyid)')">查看明细</a></td>
</tr>
<tr>
<tr style="display:none;">
<td>6</td>
<td>半成品在途</td>
<td>@(ViewBag.m.Item6.ToString("N2"))</td>
......
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