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-07 18:18:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e97f7e516d93687eb22e321b6ba279785ebed24
8e97f7e5
1 parent
ef276938
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/formConfig.js
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/formConfig.js
View file @
8e97f7e
...
...
@@ -48,7 +48,7 @@ export const formConfig = [
// 航线规则表单
export
const
routeRuleForm
=
{
config
:
true
,
purposeOfFlightNo
:
"
LP001
"
,
purposeOfFlightNo
:
""
,
flightRoute
:
""
,
// 飞行航线
routeSpecifyDateSeq
:
""
,
// 航线优先级
declarationCategory
:
""
,
...
...
src/views/allocationConfig/flightAllocConfig/flightRouteInfo/index.vue
View file @
8e97f7e
...
...
@@ -270,6 +270,7 @@ export default {
// 新增规则
addRlue(index) {
// 如果当前航班号的航线下没有数据给
routeRuleForm.purposeOfFlightNo = this.$route.query.purposeOfFlightNo;
this.setattrVal(routeRuleForm);
const mergeObj = {
...this.routesInfo[index],
...
...
@@ -333,15 +334,6 @@ export default {
"handlingCode",
"subCategory",
];
delete parmas.etesRule;
delete parmas.cargoType;
delete parmas.config;
delete parmas.fltNo;
delete parmas.route;
// delete parmas.cargoType;
// delete parmas.config;
// delete parmas.fltNo;
let validate = keys.some((key) => parmas[key]);
if (validate) {
this.loading = true;
...
...
Please
register
or
login
to post a comment