解包退料
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user