交互 背景色

This commit is contained in:
2023-05-26 19:12:08 +08:00
parent c091a2af83
commit 20135fc031
9 changed files with 223 additions and 42 deletions

View File

@@ -17,7 +17,7 @@
<div class="filter_item">
<div class="filter_label filter_label_z2">设备</div>
<div class="filter-input-wrap filter-input-wrap_z2">
<el-select v-model="value" placeholder="请选择">
<el-select v-model="value" filterable placeholder="请选择">
<el-option
v-for="item in options"
:key="item.device_code"
@@ -44,10 +44,11 @@
<tr>
<th width="8%">工单日期</th>
<th width="8%">工单号</th>
<th width="8%">设备</th>
<th width="8%">状态</th>
<th width="7%">设备</th>
<th width="4%">状态</th>
<th width="8%">物料名称</th>
<th width="8%">工序</th>
<th width="8%">物料规格</th>
<th width="5%">工序</th>
<th width="8%">工单数量</th>
<th width="8%">实际数量</th>
<th width="8%">报废数量</th>
@@ -61,6 +62,7 @@
<td>{{e.device_code}}</td>
<td>{{['创建','下发','生产中','暂停', '完成'][Number(e.workorder_status) - 1]}}</td>
<td>{{ e.material_name }}</td>
<td>{{e.material_spec}}</td>
<td>{{e.workprocedure_name}}</td>
<td>{{e.plan_qty}}</td>
<td>{{ e.real_qty }}</td>