数量盘点入库-优化
This commit is contained in:
parent
2aa900e10a
commit
97b772d3dd
|
|
@ -187,7 +187,7 @@
|
||||||
placeholder="请选择物品类型"
|
placeholder="请选择物品类型"
|
||||||
:options="deviceTypeTree"
|
:options="deviceTypeTree"
|
||||||
:props="deviceTypeTreeProps"
|
:props="deviceTypeTreeProps"
|
||||||
v-model="deviceType"
|
v-model="codeForm.typeId"
|
||||||
@change="deviceTypeChange"
|
@change="deviceTypeChange"
|
||||||
ref="deviceTypeCascader"
|
ref="deviceTypeCascader"
|
||||||
style="width: 400px;"
|
style="width: 400px;"
|
||||||
|
|
@ -668,7 +668,6 @@ export default {
|
||||||
},
|
},
|
||||||
// 取消编码盘点按钮
|
// 取消编码盘点按钮
|
||||||
cancelCode() {
|
cancelCode() {
|
||||||
this.codeOpen = false;
|
|
||||||
this.cascaderDisabled = false
|
this.cascaderDisabled = false
|
||||||
this.resetCodeForm();
|
this.resetCodeForm();
|
||||||
this.deviceType = {}
|
this.deviceType = {}
|
||||||
|
|
@ -677,6 +676,7 @@ export default {
|
||||||
this.numTableList = []
|
this.numTableList = []
|
||||||
this.$refs['codeForm'].clearValidate()
|
this.$refs['codeForm'].clearValidate()
|
||||||
this.isNumCheck = false;
|
this.isNumCheck = false;
|
||||||
|
this.codeOpen = false;
|
||||||
},
|
},
|
||||||
// 表单重置
|
// 表单重置
|
||||||
reset() {
|
reset() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue