代码更新
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="批次">
|
||||
<label slot="label">批 次:</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 />
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
border
|
||||
style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user