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
16c77812
Commit
16c77812
authored
Jan 17, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
40f8e48a
8845512b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
334 additions
and
330 deletions
+334
-330
ImpressionTicketDetails.vue
...ialModule/ImpressionTicketing/ImpressionTicketDetails.vue
+1
-1
ImpressionTicketUserDetails.vue
...odule/ImpressionTicketing/ImpressionTicketUserDetails.vue
+1
-1
tripBusOrder.vue
src/components/busManagement/tripBusOrder.vue
+332
-328
No files found.
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketDetails.vue
View file @
16c77812
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<td>
{{
item
.
OrderProfit
}}
</td>
<td>
{{
item
.
OrderProfit
}}
</td>
<td>
{{
item
.
YCommission
}}
</td>
<td>
{{
item
.
YCommission
}}
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
LimitCommission
>
0
?
item
.
LimitCommission
:
'-'
}}
</td>
<td>
{{
item
.
LimitCommission
!=
0
?
item
.
LimitCommission
:
'-'
}}
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
<td
@
click=
"GenerateScale(item)"
>
<td
@
click=
"GenerateScale(item)"
>
<span
<span
...
...
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketUserDetails.vue
View file @
16c77812
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
:class=
"item.WageReId?'cursor-p':''"
>
{{
item
.
WageType
==
1
?
'新员工比例'
:
item
.
WageType
==
2
?
'上季度定档'
:
'-'
}}
</span>
:class=
"item.WageReId?'cursor-p':''"
>
{{
item
.
WageType
==
1
?
'新员工比例'
:
item
.
WageType
==
2
?
'上季度定档'
:
'-'
}}
</span>
</td>
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
LimitCommission
>
0
?
item
.
LimitCommission
:
'-'
}}
</td>
<td>
{{
item
.
LimitCommission
!=
0
?
item
.
LimitCommission
:
'-'
}}
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
<td>
{{
item
.
EmName
!=
'微途'
?
item
.
BonusMoney
:
'-'
}}
</td>
<td>
{{
item
.
EmName
!=
'微途'
?
item
.
BonusMoney
:
'-'
}}
</td>
<td>
{{
item
.
EmName
!=
'微途'
?
item
.
BonusRate
+
'%'
:
'-'
}}
</td>
<td>
{{
item
.
EmName
!=
'微途'
?
item
.
BonusRate
+
'%'
:
'-'
}}
</td>
...
...
src/components/busManagement/tripBusOrder.vue
View file @
16c77812
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