This commit is contained in:
2023-04-10 17:00:48 +08:00
parent ec86fa38ab
commit 1ecc2088e3
3 changed files with 23 additions and 16 deletions

View File

@@ -43,7 +43,7 @@
<button class="iconfont select_icon" :class="pkId === e.workorder_id ? 'selected_icon' : 'unselect_icon'"></button>
</td>
<td>{{e.workorder_code}}</td>
<td>{{e.shift_type_scode}}</td>
<td>{{e.shift_type_scode_name}}</td>
<td>{{e.material_name}}</td>
<td>{{e.workprocedure_name}}</td>
<td>{{['创建','下发','生产中','暂停', '完成'][Number(e.order_status) - 1]}}</td>