|
|
@ -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 || []
|
|
|
|