diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 03a3bcb5..31696384 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -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() {