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-10-16 18:52:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6dcf5c4baa1e6dd828f4adc7f1e99540352f769e
6dcf5c4b
1 parent
a4ee2e95
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/et86Config/et86RuleConfig/edit/index.vue
src/views/et86Config/et86RuleConfig/edit/index.vue
View file @
6dcf5c4
...
...
@@ -560,7 +560,7 @@ export default {
Object.keys(data.list.fltRuleDto).map((key) => {
if (key == "multiHs") {
// N为单品名,Y为多品名
if (data.list.fltRuleDto[key] == "
N
") {
if (data.list.fltRuleDto[key] == "
Y
") {
data.list.fltRuleDto[key] = true;
} else {
data.list.fltRuleDto[key] = false;
...
...
@@ -802,7 +802,7 @@ export default {
this.msgError("ET86配舱航班顺位中存在重复设置");
return;
}
queryParmas.fltRuleDto.multiHs = this.queryForm.multiHs ? "
N" : "Y
"; // N为单品名,Y为多品名
queryParmas.fltRuleDto.multiHs = this.queryForm.multiHs ? "
Y" : "N
"; // N为单品名,Y为多品名
if (this.validateForm && this.$route.query.name == "add") {
this.postAdd(queryParmas); // 新增
} else {
...
...
Please
register
or
login
to post a comment