fix:生产报工中生产任务选择筛选出现已报工审批完成的任务数据。采购入库新增的到货通知单查询不到数据的问题解决
This commit is contained in:
parent
74137199c8
commit
3a4c59645b
@ -237,8 +237,9 @@
|
|||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.resetForm("queryForm");
|
this.queryParams.processName = ''
|
||||||
this.queryParams = {}
|
this.queryParams.workstationCode = ''
|
||||||
|
this.queryParams.taskCode = ''
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -134,7 +134,16 @@ export default {
|
|||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
noticeCode: null, noticeName: null, poCode: null, vendorId: null, vendorCode: null, vendorName: null, vendorNick: null, arrivalDate: null, status: 'APPROVED', },
|
noticeCode: null,
|
||||||
|
noticeName: null,
|
||||||
|
poCode: null,
|
||||||
|
vendorId: null,
|
||||||
|
vendorCode: null,
|
||||||
|
vendorName: null,
|
||||||
|
vendorNick: null,
|
||||||
|
arrivalDate: null,
|
||||||
|
status: null,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
Loading…
Reference in New Issue
Block a user