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-18 17:00:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0bd0a969b1d90f01c806f13f2faacec621e908c2
0bd0a969
1 parent
9b912e1f
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
0bd0a96
...
...
@@ -367,7 +367,10 @@ export default {
} else {
this.tableHeader = this.tableHeaders['cargo']
}
if(this.$route.params.hasOwnProperty('hander') == false){
this.select(0,'create')
}
// this.$nextTick(()=>{
// let height = window.innerHeight - this.$refs.cargoForm.$el.offsetHeight - 50;
// if(height < 300){
...
...
src/views/index.vue
View file @
0bd0a96
...
...
@@ -173,6 +173,7 @@ export default {
let obj = {}
obj.fltNo = val.fltNo
obj.fltDate = val.fltDate
obj.hander = 'handle'
if (val.flightKindName == 'Purple Tail') {
obj.route = ''
} else {
...
...
Please
register
or
login
to post a comment