数量盘点入库-优化
This commit is contained in:
parent
a73dbcf24c
commit
d141256dd7
|
|
@ -675,7 +675,6 @@ export default {
|
||||||
this.codeTableList = []
|
this.codeTableList = []
|
||||||
this.numTableList = []
|
this.numTableList = []
|
||||||
this.$refs['codeForm'].clearValidate()
|
this.$refs['codeForm'].clearValidate()
|
||||||
this.isNumCheck = false;
|
|
||||||
this.codeOpen = false;
|
this.codeOpen = false;
|
||||||
},
|
},
|
||||||
// 表单重置
|
// 表单重置
|
||||||
|
|
@ -792,7 +791,7 @@ export default {
|
||||||
this.reset();
|
this.reset();
|
||||||
this.codeOpen = true;
|
this.codeOpen = true;
|
||||||
this.title = "数量盘点入库";
|
this.title = "数量盘点入库";
|
||||||
this.$refs['codeForm'].clearValidate()
|
this.resetCodeForm()
|
||||||
},
|
},
|
||||||
/** 新增编号盘点按钮操作 */
|
/** 新增编号盘点按钮操作 */
|
||||||
handleCodeAdd() {
|
handleCodeAdd() {
|
||||||
|
|
@ -800,7 +799,7 @@ export default {
|
||||||
this.reset();
|
this.reset();
|
||||||
this.codeOpen = true;
|
this.codeOpen = true;
|
||||||
this.title = "编码盘点入库";
|
this.title = "编码盘点入库";
|
||||||
this.$refs['codeForm'].clearValidate()
|
this.resetCodeForm()
|
||||||
},
|
},
|
||||||
// 多选框选中数据
|
// 多选框选中数据
|
||||||
handleSelectionChange(selection) {
|
handleSelectionChange(selection) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue