Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
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
Elements-SY
2023-08-22 16:15:04 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d6f41fc45dc67fc0a03b7328141537d8bf8311e7
d6f41fc4
2 parents
07866e70
6f958b8b
Merge branch 'test' into uat
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/basicInformation/queryCargo/info.vue
src/views/basicInformation/queryCargo/info.vue
View file @
d6f41fc
...
...
@@ -199,6 +199,7 @@ export default {
this.cleaerForm();
this.$emit("dialogBeforeClose", { close: false, reload: true });
} else if (res.code === 201) {
this.loading = false
let arr = []
res.data.forEach(item => {
let obj = {
...
...
@@ -210,6 +211,7 @@ export default {
this.$router.push({ name: 'UpDateResult', query: { data: arr, from: 'queryCargo' } })
this.dialogBeforeClose()
} else if (res.code === 203) {
this.loading = false
this.reBatchMoveCargoToOtherFlight(res.msg, 'notInWhite')
} else {
this.msgWarning(res.msg)
...
...
Please
register
or
login
to post a comment