Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2024-12-31 17:35:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b233df67a690b36cbe1d70f0949c874cb75cd716
b233df67
1 parent
635af913
运单参数增加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
web/src/views/uploadDetail/index.vue
web/src/views/uploadDetail/index.vue
View file @
b233df6
...
...
@@ -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 ||
...
...
Please
register
or
login
to post a comment