|
@@ -2120,6 +2120,19 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
+ // wfg
|
|
|
+ var fldNames = 'placeReceiptNamePrint,polNamePrint,podNamePrint,destinationNamePrint,placeDeliveryNamePrint,potNamePrint';
|
|
|
+ var fldDescs = '收货地,装货港,卸货港,目的地,交货地,中转港';
|
|
|
+ fldNames.split(',').forEach((fld, fi)=>{
|
|
|
+ if (checkFullWidthSymbols(this.form.forwarding).hasFullWidth) {
|
|
|
+ this.$message({
|
|
|
+ dangerouslyUseHTMLString: true,
|
|
|
+ message: `${fldDescs.split(',')[fi]}: 存在全角或汉字符号,,请修正后再保存!`,
|
|
|
+ type: 'error'
|
|
|
+ });
|
|
|
+ return
|
|
|
+ }
|
|
|
+ });
|
|
|
console.log(this.form.detail)
|
|
|
if (!verifyEnglish(this.form.detail.hshipperDetails)) {
|
|
|
msgsList.push('发货人')
|