Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
392548fb
Commit
392548fb
authored
Feb 15, 2019
by
qiaoyajun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加候补人数
parent
1c4d2bc6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
522 additions
and
434 deletions
+522
-434
productQuery.vue
src/components/SalesModule/productQuery.vue
+1
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+521
-433
No files found.
src/components/SalesModule/productQuery.vue
View file @
392548fb
...
...
@@ -740,7 +740,7 @@
<p><span>
当前余位
</span><i
:style=
"item.SurplusSeat
<0
?'
color:
red
'
:
''"
>
{{
item
.
SurplusSeat
}}
</i></p>
<p><span>
已报入
</span><i>
{{
item
.
Seat
==
''
?
"0"
:
item
.
Seat
}}
人
</i>
(占位:
{{
item
.
Occupied
}}
人)
</p>
<p><span>
候补
</span>
<em
v-if=
'item.IsSubstitution==1'
>
可以候补
</em>
<em
v-if=
'item.IsSubstitution==1'
>
可以候补
(候补
{{
item
.
SubstitutionCount
}}
人)
</em>
<em
v-if=
'item.IsSubstitution!=1'
style=
"color: #E95252;"
>
本团拒绝候补
</em>
</p>
</div>
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
392548fb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment