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-08-17 10:37:23 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e5dbbb83fccddb1ea792fa87e90fd3d23370edd4
e5dbbb83
2 parents
b68633a7
e2f1a48a
Merge branch 'test' into uat
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
e5dbbb8
...
...
@@ -1211,8 +1211,8 @@ export default {
val.location ? val.isLocation = '1' : ''
val.notLocation ? val.isLocation = '2' : ''
val.isDestinationSite = '1'
val.
notD
estinationSite ? val.isDestinationSite = '1' : ''
val.not
Location
? val.isDestinationSite = '2' : ''
val.
d
estinationSite ? val.isDestinationSite = '1' : ''
val.not
DestinationSite
? val.isDestinationSite = '2' : ''
val.maxNumOfPieces == null ? val.maxNumOfPieces = undefined : val.maxNumOfPieces = val.maxNumOfPieces//最大件数
val.maxWeight == null ? val.maxWeight = undefined : val.maxWeight = val.maxWeight//最大重量
val.minNumOfPieces == null ? val.minNumOfPieces = undefined : val.minNumOfPieces = val.minNumOfPieces//最小件数
...
...
Please
register
or
login
to post a comment