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
jinhui.wang
2022-10-20 22:42:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03b3df2c439b09210b2a868f6e9114eb7970706b
03b3df2c
1 parent
ac7104e5
异常修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/index.vue
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/index.vue
View file @
03b3df2
...
...
@@ -144,7 +144,7 @@ export default {
let obj = {
handle: handle,
fltNo: fltNo,
fltDate: fltDate != null ? fltDate : '
',
fltDate: fltDate != null ? fltDate : '',
route: null,
routeStatus: 'FlightAllocConfig',
status: status
...
...
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
03b3df2
...
...
@@ -563,11 +563,15 @@ export default {
let route = ''
if (from.name == 'FlightInformationMaintenance') {
this.routeSatus = 'flightInformationMaintenance'
if (this.infoForm.list.length > 0) {
route = this.infoForm.list[0].flightRoute
}
} else if (from.name == 'DmLog') {
this.routeSatus = 'dmLog'
if (this.infoForm.list.length > 0) {
route = this.infoForm.list[0].flightRoute
this.getIdDimension(this.infoForm.list[0].id)
}
} else {
this.routeSatus = null
}
...
...
Please
register
or
login
to post a comment