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:02:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5d2aa2d138eebca3da7af1f1fb9420818ff9f34
c5d2aa2d
1 parent
cf091b8c
航班维护高地价计算修正,bug修复
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/goodsStation/dialog.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
c5d2aa2
...
...
@@ -677,7 +677,7 @@ export default {
this.$set(
this.form,
"highAvailableWeight",
(Weight - this.form.a
lloctedWeight
) *
(Weight - this.form.a
ccountTotalWeight - (this.form.alloctedWeight - this.form.accountAllocatedWeight)
) *
(this.form.highPriceWeightPercent / 100)
);
this.$set(
...
...
@@ -713,7 +713,7 @@ export default {
this.$set(
this.form,
"lowAvailableWeight",
Weight - this.form.a
llocted
Weight - this.form.highAvailableWeight
Weight - this.form.a
ccountTotal
Weight - this.form.highAvailableWeight
);
//this.form.lowAvailableWeight = Weightall - this.form.HighAvailableWeight;
} else if (
...
...
src/views/basicInformation/goodsStation/dialog.vue
View file @
c5d2aa2
...
...
@@ -242,7 +242,9 @@ export default {
goodsStation: null,
goodsList: null
}
if (this.openStatus == 'uploadExcel') {
this.$refs['upload'].clearFiles()
}
this.$refs["addForm"].clearValidate();
this.$emit('close')
}
...
...
Please
register
or
login
to post a comment