修改问题

szh_zidingyibiaoti
sunzehua 2 years ago
parent 7cf5d5d284
commit cc54815fe9

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

Loading…
Cancel
Save