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-19 22:10:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd4d96581e707d0aae11a7fb1a82de8bd66ee5be
fd4d9658
1 parent
1744ba04
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
fd4d965
...
...
@@ -818,6 +818,10 @@ export default {
},
/** 修改按钮操作 */
handleUpdate(row) {
if(row.statusName == "已删除"){
this.msgError("已删除不可操作");
return
}
this.reset();
this.findFltConditionData();
this.perStatus(row.fltNo)
...
...
@@ -873,6 +877,10 @@ export default {
},
//查看航班维度
goFlightAllocConfig(val) {
if(val.statusName == "已删除"){
this.msgError("已删除不可操作");
return
}
let obj = {
id: ' ',
handle: 'updated',
...
...
@@ -1002,6 +1010,7 @@ export default {
},
//取消按钮
cancel() {
this.routeError = false
this.routeList = []
this.ishighPriceWeightPercent = true
this.routeMultiple = false
...
...
Please
register
or
login
to post a comment