代码更新

This commit is contained in:
2022-07-04 11:03:52 +08:00
parent 3f56bd478e
commit 8e21813b1d
6 changed files with 26 additions and 6 deletions

View File

@@ -34,6 +34,18 @@
</el-select>
</el-form-item>
<el-form-item label="批次">
<label slot="label">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</label>
<el-input
v-model="query.pcsn"
clearable
size="mini"
placeholder="请输入批次"
class="filter-item"
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="显示全部" label-width="120px">
<!--<el-select
v-model="query.is_all"
@@ -52,6 +64,7 @@
<el-switch v-model="query.is_all" active-value="1" inactive-value="0" @change="crud.toQuery()"/>
</el-form-item>
<rrOperation />
</el-form>
</div>
@@ -103,7 +116,7 @@
<el-table-column prop="start_name" label="开始人" />
<el-table-column prop="end_name" label="结束人" />
<el-table-column prop="workordercard_id" label="工艺指令卡号" min-width="160" show-overflow-tooltip />
<el-table-column prop="device_code" label="配粉位" width="120px" show-overflow-tooltip />
<el-table-column prop="device_name" label="配粉位" width="120px" show-overflow-tooltip />
</el-table>
<!--分页组件-->
<pagination />

View File

@@ -63,7 +63,6 @@
v-loading="crud.loading"
:data="crud.data"
size="mini"
border
style="width: 100%;"
@selection-change="crud.selectionChangeHandler"
>