付费方式

szh_zidingyibiaoti
lilu 2 years ago
parent 0a53d14f2e
commit f85f4f8ac7

@ -443,10 +443,15 @@ export default {
if (['issuetype', 'blfrt'].includes(type)) {
this.details[type] = res.enName || ''
if (type === 'blfrt') {
this.details.prepardat = this.details.prepardat ? this.details.prepardat : this.details.portload || ''
this.details.placereceiptid = this.details.placereceiptid ? this.details.placereceiptid : this.details.portloadid || ''
this.details.payableat = this.details.payableat ? this.details.payableat : this.details.portdischarge || ''
this.details.payableatid = this.details.payableatid ? this.details.payableatid : this.details.portdischargeid || ''
if (this.details.blfrt === 'FREIGHT COLLECT') {
// payableat
this.details.payableat = this.details.payableat ? this.details.payableat : this.details.portdischarge || ''
this.details.payableatid = this.details.payableatid ? this.details.payableatid : this.details.portdischargeid || ''
} else {
// prepardat
this.details.prepardat = this.details.prepardat ? this.details.prepardat : this.details.portload || ''
this.details.placereceiptid = this.details.placereceiptid ? this.details.placereceiptid : this.details.portloadid || ''
}
}
} else if (['issueplace', 'prepardat', 'payableat'].includes(type)) {
this.details[type] = res.enName || ''

Loading…
Cancel
Save