交互 背景色
This commit is contained in:
@@ -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"
|
||||
@@ -48,14 +48,15 @@
|
||||
<th width="6%">工单号</th>
|
||||
<th width="6%">设备</th>
|
||||
<th width="6%">顺序号</th>
|
||||
<th width="4%">班次</th>
|
||||
<th width="5%">班次</th>
|
||||
<th width="8%">物料名称</th>
|
||||
<th width="8%">物料规格</th>
|
||||
<th width="8%">开始时间</th>
|
||||
<th width="8%">结束时间</th>
|
||||
<th width="7%">电气数量</th>
|
||||
<th width="10%">上报合格数</th>
|
||||
<th width="10%">上报报废数</th>
|
||||
<th width="10%">上报报修数</th>
|
||||
<th width="7%">上报合格数</th>
|
||||
<th width="7%">上报报废数</th>
|
||||
<th width="7%">上报报修数</th>
|
||||
<th width="6%">操作工</th>
|
||||
<th width="5%">状态</th>
|
||||
</tr>
|
||||
@@ -68,6 +69,7 @@
|
||||
<td>{{e.seq_number}}</td>
|
||||
<td>{{e.shift_type_scode}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.operatetime_start}}</td>
|
||||
<td>{{e.operatetime_end}}</td>
|
||||
<td>{{ e.dq_report_qty }}</td>
|
||||
@@ -128,7 +130,7 @@ export default {
|
||||
workorder: '',
|
||||
disabled1: false,
|
||||
disabled2: false,
|
||||
dataList: [{macoperate_id: '1'}],
|
||||
dataList: [],
|
||||
pkId: '',
|
||||
pkObj: {},
|
||||
reportQty: '',
|
||||
|
||||
Reference in New Issue
Block a user