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-10 16:24:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7f1be3c86b38d950519b66dd2a7dd9fa23fc7f3
c7f1be3c
1 parent
fdda7411
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
c7f1be3
...
...
@@ -1445,6 +1445,8 @@ export default {
sortRoutes.push(item.route);
});
formdata.route = sortRoutes;
// console.log(sortRoutes)
// console.log(reuslt)
//高价百分比和低价百分比和不可以大于100
if (
this.form.highLowPriceFlg &&
...
...
@@ -1481,17 +1483,17 @@ export default {
) {
formdata.extraWeightPercent = 0;
}
//处理数据
saveOrUpdate(formdata).then((response) => {
if (response.code === 200) {
this.msgSuccess("保存成功");
this.routeList = [];
this.open = false;
this.findAllFltData();
} else {
this.msgError(response.msg);
}
});
//
//
处理数据
//
saveOrUpdate(formdata).then((response) => {
//
if (response.code === 200) {
//
this.msgSuccess("保存成功");
//
this.routeList = [];
//
this.open = false;
//
this.findAllFltData();
//
} else {
//
this.msgError(response.msg);
//
}
// }).catch(()=>{
});
}
})
.catch(() => {});
...
...
Please
register
or
login
to post a comment