数量盘点入库-优化

This commit is contained in:
binbin_pan 2024-04-03 09:44:28 +08:00
parent 2aa900e10a
commit 97b772d3dd
1 changed files with 2 additions and 2 deletions

View File

@ -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() {