修改
This commit is contained in:
@@ -37,22 +37,32 @@
|
||||
<th>物料品种</th>
|
||||
<th>数量</th>
|
||||
<th>单位</th> -->
|
||||
<th>{{$t('grid.number')}}</th>
|
||||
<!-- <th>{{$t('grid.number')}}</th>
|
||||
<th>{{$t('grid.roll-number')}}</th>
|
||||
<th>{{$t('grid.material-code')}}</th>
|
||||
<th>{{$t('grid.material-name')}}</th>
|
||||
<th>{{$t('grid.quantity')}}</th>
|
||||
<th>{{$t('grid.unit')}}</th>
|
||||
<th>{{$t('grid.unit')}}</th> -->
|
||||
<th>序号</th>
|
||||
<th>机台</th>
|
||||
<th>DOFF号</th>
|
||||
<th>KCODE</th>
|
||||
<th>品种批号</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.mid === pkId}">
|
||||
<td @tap="toCheck(e)">{{i+1}}</td>
|
||||
<!-- <td @tap="toCheck(e)">{{i+1}}</td>
|
||||
<td><input type="text" class="sin_input" style="width: 135px;" v-model="e.container_code"></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>
|
||||
<td>{{e.measure_unit_id}}</td> -->
|
||||
<td @tap="toCheck(e)">{{i+1}}</td>
|
||||
<td>{{e.device_code}}</td>
|
||||
<td>{{e.doff_code}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -172,7 +182,7 @@
|
||||
this.pkObj = this.pkId === e.mid ? e : {}
|
||||
this.pkId = ''
|
||||
uni.navigateTo({
|
||||
url: '/pages/ftdlDTY/mater-list0?title=查询物料'
|
||||
url: '/pages/ftdlDTY/mater-list0?title=查询品种'
|
||||
})
|
||||
},
|
||||
clearUp () {
|
||||
|
||||
Reference in New Issue
Block a user