|
|
|
@ -2151,17 +2151,17 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if ($details.shipper) {
|
|
|
|
|
if ($details.shipper && !isHBL) {
|
|
|
|
|
const newArr = $details.shipper.split('\n')
|
|
|
|
|
$data.shippername = newArr[0]
|
|
|
|
|
$data.shipperaddR1 = newArr[1]
|
|
|
|
|
}
|
|
|
|
|
if ($details.consignee) {
|
|
|
|
|
if ($details.consignee && !isHBL) {
|
|
|
|
|
const newArr = $details.consignee.split('\n')
|
|
|
|
|
$data.consigneename = newArr[0]
|
|
|
|
|
$data.consigneeaddR1 = newArr[1]
|
|
|
|
|
}
|
|
|
|
|
if ($details.notifyparty) {
|
|
|
|
|
if ($details.notifyparty && !isHBL) {
|
|
|
|
|
const newArr = $details.notifyparty.split('\n')
|
|
|
|
|
$data.notifypartyname = newArr[0]
|
|
|
|
|
$data.notifypartyaddR1 = newArr[1]
|
|
|
|
|