修复货位变更窗口在清除上架货位后仍可以成功扫入条码问题

prod
1178634255 2 years ago
parent c945b68870
commit 2fd1da4879

@ -43,6 +43,7 @@
:disabled="list.length > 0"
@select="handleSelect"
@keypress.enter.native="spaceEnterKey($event)"
@clear="clearFormData"
clearable
style="width: 90%"
></el-autocomplete>

@ -73,7 +73,7 @@ export default {
}
},
methods: {
selsectBussinessType() { //
selectBussinessType() { //
this.busQuery = {
code: this.inputQuery.code
}

@ -695,7 +695,7 @@ export default {
//
this.invSpaceManage(row);
//
this.selsectBussinessType(row);
this.selectBussinessType(row);
},
//

Loading…
Cancel
Save