产线转运

This commit is contained in:
2025-07-22 13:26:49 +08:00
parent 41c79bfb08
commit 9e5fc049cf
7 changed files with 19 additions and 13 deletions

View File

@@ -35,10 +35,10 @@
<thead>
<tr>
<th>库位</th>
<th>载具编码</th>
<th>物料名称</th>
<th>数量</th>
<th>物料规格</th>
<th>单位</th>
<th>物料编码</th>
<th>批次号</th>
</tr>
@@ -46,10 +46,10 @@
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @tap="toChek(e)" :class="{'checked': pkId === e.group_id}">
<td>{{e.struct_code}}</td>
<td>{{e.storagevehicle_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.qty}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.qty_unit_name}}</td>
<td>{{e.material_code}}</td>
<td>{{e.pcsn}}</td>
</tr>
@@ -106,6 +106,9 @@
},
created () {
this._getRegion()
setTimeout(() => {
this.seachList()
},2000)
},
methods: {
async _getRegion () {