解包退料

This commit is contained in:
2025-08-04 11:07:58 +08:00
parent ccf52246cb
commit 9f2f0a58f3
4 changed files with 25 additions and 1 deletions

View File

@@ -32,6 +32,8 @@
<th>工单状态</th>
<th>开工人</th>
<th>创建者</th>
<th>计划重量</th>
<th>实际重量</th>
<th>计划量</th>
<th>实际量</th>
</tr>
@@ -44,6 +46,8 @@
<td>{{e.workorder_status}}</td>
<td>{{e.operator}}</td>
<td>{{e.create_name}}</td>
<td>{{e.plan_weight}}</td>
<td>{{e.real_weight}}</td>
<td>{{e.plan_qty}}</td>
<td>{{e.real_qty}}</td>
</tr>
@@ -132,6 +136,7 @@
},
selectChange2 (e) {
this.index2 = e
this.seachList()
},
seachList () {
if (!this.index2) {