参数
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
<tr>
|
||||
<th>序号</th>
|
||||
<th>卷号</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>批次</th>
|
||||
<th>数量</th>
|
||||
<th>单位</th>
|
||||
</tr>
|
||||
@@ -53,8 +53,8 @@
|
||||
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.mid === pkId}">
|
||||
<td @tap="toCheck(e)">{{i+1}}</td>
|
||||
<td><input type="text" class="sin_input" v-model="e.container_code"></td>
|
||||
<td @tap="toJump(e)">{{e.material_name}}</td>
|
||||
<td><input type="text" class="sin_input" v-model="e.pscn"></td>
|
||||
<td @tap="toJump(e)">{{e.material_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td><input type="number" class="sin_input" v-model="e.qty" @blur="handleBlur(e)"></td>
|
||||
<td>{{e.measure_unit_id}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user