|
|
|
@ -2145,9 +2145,10 @@ export default {
|
|
|
|
|
// }
|
|
|
|
|
if ($data.portdischargeid) {
|
|
|
|
|
GetPortlist({ KeyWord: $data.portdischargeid }).then((res) => {
|
|
|
|
|
console.log(res.data[0], 'res.data[0]')
|
|
|
|
|
$data.consigneecountry = res.data[0].countryCode
|
|
|
|
|
$data.consigneecountryName = `${res.data[0].countryCode}/${res.data[0].cnName}`
|
|
|
|
|
if (res.data) {
|
|
|
|
|
$data.consigneecountry = res.data[0].countryCode
|
|
|
|
|
$data.consigneecountryName = `${res.data[0].countryCode}/${res.data[0].cnName}`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if ($details.shipper) {
|
|
|
|
|