领料申请2

This commit is contained in:
zzyuan 2024-04-23 10:41:45 +08:00
parent 10994deeb4
commit a21e52816b
3 changed files with 6 additions and 0 deletions

View File

@ -543,6 +543,8 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.unitId = ''
this.queryParams.lotId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },

View File

@ -415,6 +415,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.GetUnitData() this.GetUnitData()
this.GetProData() this.GetProData()

View File

@ -431,6 +431,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm') this.resetForm('queryForm')
this.GetUnitData() this.GetUnitData()
this.GetProData() this.GetProData()