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
1730532197@qq.com
2021-12-02 17:43:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ca00f02f87da1bdbee06cab3723e282b6a2ac15
9ca00f02
1 parent
7e060001
lwj
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
src/api/sourceFlightRules.js
src/views/allocationConfig/flightRandConfig/index.vue
src/api/sourceFlightRules.js
View file @
9ca00f0
...
...
@@ -17,4 +17,22 @@ export function findSourceFlightAndFlightDateApi(data) {
})
}
// 原航班顺位规则保存
export
function
sourceFlightRulesSaveApi
(
data
)
{
data
.
dayOfWeek
=
data
.
dayOfWeek
.
join
(
';'
);
return
request
({
url
:
'/sourceFlight/sourceFlightRulesSave'
,
method
:
'post'
,
data
:
data
})
}
// 原航班顺位规则删除 启用 停用
export
function
delOrEnableORDisableApi
(
data
)
{
return
request
({
url
:
'/sourceFlight/delOrEnableORDisable'
,
method
:
'post'
,
data
:
data
})
}
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
9ca00f0
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment