数量盘点入库-优化

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="请选择物品类型"
: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() {