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:36:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2f1a48a9aaf10484303fb7d6ec975b29722e21e
e2f1a48a
1 parent
67bb866f
modify
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 @
e2f1a48
...
...
@@ -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