Commit 2fe09a28 by anxiaohe

bug修改

parent a79bdb41
...@@ -334,7 +334,6 @@ function onDelivery (id) { ...@@ -334,7 +334,6 @@ function onDelivery (id) {
<th>物资编码</th> <th>物资编码</th>
<th>品名</th> <th>品名</th>
<th>代码</th> <th>代码</th>
<th>数量</th>
<th>单位</th> <th>单位</th>
<th>型号</th> <th>型号</th>
<th>单价</th> <th>单价</th>
...@@ -364,9 +363,6 @@ function onDelivery (id) { ...@@ -364,9 +363,6 @@ function onDelivery (id) {
{{row.ledgerInfo.type.code}} {{row.ledgerInfo.type.code}}
</td> </td>
<td> <td>
{{row.ledgerInfo.num}}
</td>
<td>
{{row.ledgerInfo.type.unit}} {{row.ledgerInfo.type.unit}}
</td> </td>
<td> <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