add 工单查询条件

This commit is contained in:
张江玮
2023-06-26 17:24:16 +08:00
parent b1bb89ec8a
commit 5a6e2d9c4c
2 changed files with 17 additions and 0 deletions

View File

@@ -20,6 +20,15 @@
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="设备">
<el-input
v-model="query.device"
clearable
placeholder="设备"
style="width: 200px;"
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="物料编码">
<el-input
v-model="query.material"