数量盘点入库-优化

This commit is contained in:
binbin_pan 2024-04-03 10:53:52 +08:00
parent a73dbcf24c
commit d141256dd7
1 changed files with 2 additions and 3 deletions

View File

@ -675,7 +675,6 @@ export default {
this.codeTableList = []
this.numTableList = []
this.$refs['codeForm'].clearValidate()
this.isNumCheck = false;
this.codeOpen = false;
},
//
@ -792,7 +791,7 @@ export default {
this.reset();
this.codeOpen = true;
this.title = "数量盘点入库";
this.$refs['codeForm'].clearValidate()
this.resetCodeForm()
},
/** 新增编号盘点按钮操作 */
handleCodeAdd() {
@ -800,7 +799,7 @@ export default {
this.reset();
this.codeOpen = true;
this.title = "编码盘点入库";
this.$refs['codeForm'].clearValidate()
this.resetCodeForm()
},
//
handleSelectionChange(selection) {