Commit cf1b65c6 by 胡懿

Merge branches 'hy' and 'master' of 47.92.228.5:huyi/warehouse into hy

parents c7d9ac45 4b6ebd20
......@@ -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