|
@@ -2121,8 +2121,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
// wfg
|
|
|
- var fldNames = 'placeReceiptNamePrint,polNamePrint,podNamePrint,destinationNamePrint,placeDeliveryNamePrint,potNamePrint';
|
|
|
- var fldDescs = '收货地,装货港,卸货港,目的地,交货地,中转港';
|
|
|
+ var fldNames = 'placeReceiptNamePrint,polNamePrint,podNamePrint,destinationNamePrint,placeDeliveryNamePrint,potNamePrint,siRemarks,bookingRemarks';
|
|
|
+ var fldDescs = '收货地,装货港,卸货港,目的地,交货地,中转港,SI 备注,订舱备注';
|
|
|
fldNames.split(',').forEach((fld, fi)=>{
|
|
|
if (checkFullWidthSymbols(this.form.forwarding).hasFullWidth) {
|
|
|
this.$message({
|