12/6 药品采购订单 发货方&&收货方互换

20240912_adapter
wangwei 4 months ago
parent 7174a1eb03
commit 5076071083

@ -636,7 +636,11 @@ export default {
}; };
findFromCorp(cQuery) findFromCorp(cQuery)
.then((response) => { .then((response) => {
if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){
this.invList = response.data || [];
}else {
this.fromInvOptions = response.data || []; this.fromInvOptions = response.data || [];
}
}) })
.catch(() => { .catch(() => {
}); });
@ -1439,7 +1443,11 @@ export default {
} }
getInvListByUser(query) getInvListByUser(query)
.then((response) => { .then((response) => {
if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){
this.fromInvOptions = response.data || [];
}else {
this.invList = response.data || [] this.invList = response.data || []
}
}) })
.catch(() => { .catch(() => {
}) })

Loading…
Cancel
Save