Commit 922d9f6e authored by chenzj's avatar chenzj

领料申请,退料申请,领料单,bug修复

parent 2052c7f7
...@@ -368,7 +368,7 @@ export default { ...@@ -368,7 +368,7 @@ export default {
updateTime: null, updateTime: null,
windCase: null, windCase: null,
grantNum: null, }; grantNum: null, };
this.daterangePurchaseDate = [];
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
...@@ -379,6 +379,7 @@ export default { ...@@ -379,6 +379,7 @@ export default {
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.resetForm("queryForm"); this.resetForm("queryForm");
this.daterangePurchaseDate = [];
this.handleQuery(); this.handleQuery();
}, },
// 多选框选中数据 // 多选框选中数据
......
...@@ -357,7 +357,7 @@ export default { ...@@ -357,7 +357,7 @@ export default {
returnNum: null, returnNum: null,
windCase: null windCase: null
}; };
this.daterangePurchaseDate= [];
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
...@@ -367,6 +367,7 @@ export default { ...@@ -367,6 +367,7 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.daterangePurchaseDate= [];
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
}, },
......
...@@ -371,6 +371,7 @@ export default { ...@@ -371,6 +371,7 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.daterangePurchaseDate = [];
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment