12/6 优化1.0

20240912_adapter
wangwei 7 months ago
parent 5076071083
commit 0c9ce57f9c

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

Loading…
Cancel
Save