新增出入库单 di绑定多个产品 产品重复问题 和资质预警重置数据不清空问题

dev
wangwei 2 years ago
parent c7c5269a32
commit 568873c673

@ -1097,7 +1097,8 @@ export default {
if(tQuery.selectSupId!=null){
this.codeFormData.selectSupId=tQuery.selectSupId
}
//DI,
this.codeFormData.key ="key";
this.selectRlVisible = true;
} else if (response.code == 503) {
//

@ -587,6 +587,7 @@ export default {
this.filterQuery.nameCode = this.curRow.nameCode;
this.filterQuery.bindRlIds = this.curRow.bindRlIds;
this.filterQuery.unitFk = this.fromCorp;
this.filterQuery.key = this.curRow.key;
getMutiUdiInfos(this.filterQuery)
.then((response) => {
this.loading = false;

@ -362,6 +362,8 @@ export default {
listInv:this.invCodeList,
};
this.getList();
this.spaceList = [];
this.ggxhList = [];
},
search() {
this.filterQuery.page = 1;

Loading…
Cancel
Save