Commit 4b6ebd20 by yyq1988

台账明细添加数量显示

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