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-10-19 10:24:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
831f7e9d54833b97659041b8d5b7cef801516369
831f7e9d
1 parent
7995750a
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
src/views/allocationConfig/flightAllocConfig/components/RouteInfo.vue
View file @
831f7e9
...
...
@@ -647,7 +647,7 @@ export default {
this.$emit("minNumOfPiecesBur", item);
},
// 最多件数失焦事件
maxNumOfPieces
Bur
(item) {
maxNumOfPieces(item) {
this.$emit("maxNumOfPiecesBur", item);
},
// 最小重量失焦事件
...
...
Please
register
or
login
to post a comment