解包退料
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<th>工单号</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>工单状态</th>
|
||||
<!-- <th>工单状态</th> -->
|
||||
<th>开工人</th>
|
||||
<th>创建者</th>
|
||||
<th>计划量</th>
|
||||
@@ -50,7 +50,7 @@
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<!-- <td>{{e.workorder_status}}</td> -->
|
||||
<td>{{e.workorder_status_name}}</td>
|
||||
<!-- <td>{{e.workorder_status_name}}</td> -->
|
||||
<td>{{e.operator}}</td>
|
||||
<td>{{e.create_name}}</td>
|
||||
<td>{{e.plan_qty}}</td>
|
||||
@@ -92,6 +92,11 @@
|
||||
pkId: '',
|
||||
pkObj: {},
|
||||
disabled: false,
|
||||
statusMap: {
|
||||
'1': '未开始',
|
||||
'3': '生产中',
|
||||
'5': '已结束'
|
||||
},
|
||||
reload: false,
|
||||
status: 'more',
|
||||
contentText: {
|
||||
|
||||
Reference in New Issue
Block a user