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
jinhui.wang
2022-11-14 16:10:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a21e7a0dfffce2972d680ab016a2552398edbf26
a21e7a0d
1 parent
c5d2aa2d
重量计算修正
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
a21e7a0
...
...
@@ -713,7 +713,7 @@ export default {
this.$set(
this.form,
"lowAvailableWeight",
Weight - this.form.accountTotalWeight
- this.form.highAvailableWeight
(Weight - this.form.accountTotalWeight - (this.form.alloctedWeight - this.form.accountAllocatedWeight))
- this.form.highAvailableWeight
);
//this.form.lowAvailableWeight = Weightall - this.form.HighAvailableWeight;
} else if (
...
...
Please
register
or
login
to post a comment