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