Commit 4b6ebd20 by yyq1988

台账明细添加数量显示

parent da938a9d
......@@ -51,6 +51,11 @@
align: 'center'
},
{
field: 'sum',
title: '数量',
align: 'center'
},
{
title: '操作',
align: 'center',
formatter: function (){
......
......@@ -302,6 +302,7 @@ $(document).ready(function() {
<th>批次号</th>
<th>货架</th>
<th>仓库</th>
<th>数量</th>
</tr>
</thead>
<tbody id="ledgerChild-{{idx}}-1-List">
......@@ -328,6 +329,8 @@ $(document).ready(function() {
<td>
{{row.warehouseNames}}
</td>
<td>
{{row.sum}}
</td>
</tr>//-->
</script>
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