修改
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<th>申请数量</th>
|
||||
<th>计划数量</th>
|
||||
<th>已分配数量</th>
|
||||
<th>已领数量</th>
|
||||
<th>批次号</th>
|
||||
<th>单位</th>
|
||||
</tr>
|
||||
@@ -54,7 +53,6 @@
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.plan_qty}}</td>
|
||||
<td>{{e.assign_qty}}</td>
|
||||
<td>{{e.actual_qty}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
<td>{{e.unit_name}}</td>
|
||||
</tr>
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
<th>库存数量</th>
|
||||
<th>出库数量</th>
|
||||
<th>已分配数量</th>
|
||||
<th>已领数量</th>
|
||||
<th>批次号</th>
|
||||
<th>单位</th>
|
||||
</tr>
|
||||
@@ -64,6 +65,7 @@
|
||||
<td>{{e.sto_qty}}</td>
|
||||
<td><input type="number" class="sin_input" v-model="e.now_assign_qty" @blur="handleBlur(e)"></td>
|
||||
<td>{{e.assign_qty}}</td>
|
||||
<td>{{e.actual_qty}}</td>
|
||||
<td><input type="text" class="sin_input" v-model="e.pcsn"></td>
|
||||
<td>{{e.unit_name}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user