单据出库修改
This commit is contained in:
@@ -72,8 +72,9 @@
|
||||
物料名称
|
||||
</view>
|
||||
</th>
|
||||
<th>申请数量</th>
|
||||
<th>计划数量</th>
|
||||
<th>申请数量</th>
|
||||
<th>出库数量</th>
|
||||
<th>已分配数量</th>
|
||||
<th>单位</th>
|
||||
<th>批次号</th>
|
||||
@@ -83,9 +84,10 @@
|
||||
<tr v-for="(e, i) in dataList" :key="i">
|
||||
<td @tap="toCheck(e)"><uni-icons :type="e.checked ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></td>
|
||||
<td class="td_3">{{e.material_name}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.plan_qty}}</td>
|
||||
<td>{{e.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.unit_id}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user