jinhui.wang

运单参数增加

......@@ -263,6 +263,7 @@ export default {
destinationCountryCode: this.headData.destinationCountryCode,
destinationCountry: this.headData.destinationCountry,
attachmentBizTypeList: [],
ceFlag: this.headData.ceFlag,
};
let arr = [];
this.fileData.forEach((item) => {
......@@ -309,6 +310,7 @@ export default {
this.id = "0";
this.headData.id = "0";
this.headData.userUuid = "";
this.headData.ceFlag = 0;
this.headDisabled = true;
if (
this.headData.userInputOriginCountryCode == null ||
......