|
@@ -1047,14 +1047,17 @@ import {dateFormat} from "@/util/date";
|
|
// 发货人
|
|
// 发货人
|
|
if (this.form.hShipperCnName) {
|
|
if (this.form.hShipperCnName) {
|
|
this.form.hShipperCnName = this.form.hShipperCnName.split(' - ')[0]
|
|
this.form.hShipperCnName = this.form.hShipperCnName.split(' - ')[0]
|
|
|
|
+ this.form.hshipperCnName = this.form.hShipperCnName
|
|
}
|
|
}
|
|
// 收货人
|
|
// 收货人
|
|
if (this.form.hConsigneeCnName) {
|
|
if (this.form.hConsigneeCnName) {
|
|
this.form.hConsigneeCnName = this.form.hConsigneeCnName.split(' - ')[0]
|
|
this.form.hConsigneeCnName = this.form.hConsigneeCnName.split(' - ')[0]
|
|
|
|
+ this.form.hconsigneeCnName = this.form.hConsigneeCnName
|
|
}
|
|
}
|
|
// 通知人
|
|
// 通知人
|
|
if (this.form.hNotifyCnName) {
|
|
if (this.form.hNotifyCnName) {
|
|
this.form.hNotifyCnName = this.form.hNotifyCnName.split(' - ')[0]
|
|
this.form.hNotifyCnName = this.form.hNotifyCnName.split(' - ')[0]
|
|
|
|
+ this.form.hnotifyCnName = this.form.hNotifyCnName
|
|
}
|
|
}
|
|
// 船公司
|
|
// 船公司
|
|
if (this.form.carrierCnName) {
|
|
if (this.form.carrierCnName) {
|