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-09-06 17:30:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2fa773f3b4d1d8ad43a588286ed810704b67d382
2fa773f3
1 parent
498c6daf
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
2fa773f
...
...
@@ -844,13 +844,17 @@ export default {
} else {
//未请求到数据
if (this.infoForm.route != null && this.infoForm.route != '' && this.infoForm.route != ' ') {
//航线不为空,获取该航线下无日期通用维度设置
findDestinationFltRuleByFlightNo({
let params = {
purposeOfFlightNo: this.infoForm.fltNo,
flightRoute: this.infoForm.route,
flightRouteListStr: this.$route.params.route,
status: this.$route.params.status
}).then(response => {
}
if(this.$route.params.handle == "updated"){
delete params.flightRoute
}
//航线不为空,获取该航线下无日期通用维度设置
findDestinationFltRuleByFlightNo(params).then(response => {
this.routeList = response.data.routeList
if (response.data.list.length > 0) {
//查询到通用维度,去除id status,航线赋值,航线优先级赋值
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
2fa773f
...
...
@@ -858,7 +858,7 @@ export default {
goFlightAllocConfig(val) {
let obj = {
id: ' ',
handle: 'update',
handle: 'update
d
',
fltNo: val.fltNo,
fltDate: val.fltDate ? val.fltDate : null,
route: val.route,
...
...
Please
register
or
login
to post a comment