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
ec65f4ba
Commit
ec65f4ba
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改收入确认单样式
parent
cc38e6df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
priceIncomeConfirmInfo.vue
...nents/TravelManager/TravelList/priceIncomeConfirmInfo.vue
+20
-14
No files found.
src/components/TravelManager/TravelList/priceIncomeConfirmInfo.vue
View file @
ec65f4ba
...
...
@@ -38,7 +38,8 @@
padding
:
15px
;
background-color
:
#fff
;
min-height
:
500px
;
color
:
#c94052
;
/* color:#c94052; */
color
:
#666
;
}
.pri_title
{
font-size
:
18px
;
...
...
@@ -114,6 +115,7 @@
.priceContent
table
td
,
.priceContent
table
th
{
height
:
34px
;
padding
:
10px
;
border
:
1px
solid
#c94052
;
}
.priceContent
.pri_EmpName
{
...
...
@@ -141,6 +143,10 @@
.comTextAlign
{
text-align
:
left
;
padding
:
10px
30px
!important
;
color
:
#c94052
;
}
.PC_ComConfirmTR
td
,
.PC_ComConfirm
{
color
:
#c94052
;
}
</
style
>
...
...
@@ -159,25 +165,25 @@
</div>
<table
border=
"1"
style=
"border-collapse: collapse;width:100%;font-size:14px;text-align:center;"
>
<tr>
<td>
团号
</td>
<td>
团队编号
</td>
<td>
人数
</td>
<td
class=
"PC_ComConfirm"
>
团号
</td>
<td
class=
"PC_ComConfirm"
>
团队编号
</td>
<td
class=
"PC_ComConfirm"
>
人数
</td>
<td
colspan=
"5"
>
{{
confirmInfo
.
PeopleNum
}}
</td>
</tr>
<tr>
<td>
{{
confirmInfo
.
TCID
}}
</td>
<td>
{{
confirmInfo
.
TCNUM
}}
</td>
<td>
领队
</td>
<td
class=
"PC_ComConfirm"
>
领队
</td>
<td
colspan=
"5"
>
{{
confirmInfo
.
LeaderName
}}
</td>
</tr>
<tr>
<td>
团队收入合计
</td>
<td
class=
"PC_ComConfirm"
>
团队收入合计
</td>
<td
colspan=
"7"
>
{{
confirmInfo
.
TotalIncome
}}
</td>
</tr>
<tr>
<td
colspan=
"8"
class=
"comTextAlign"
>
交易明细
</td>
</tr>
<tr>
<tr
class=
"PC_ComConfirmTR"
>
<td>
同行名称
</td>
<td>
应收金额
</td>
<td>
实收金额
</td>
...
...
@@ -202,7 +208,7 @@
<tr>
<td
colspan=
"8"
class=
"comTextAlign"
>
平台款项
</td>
</tr>
<tr>
<tr
class=
"PC_ComConfirmTR"
>
<td>
平台名称
</td>
<td>
应收金额
</td>
<td>
实收金额
</td>
...
...
@@ -223,27 +229,27 @@
<td>
{{
item
.
OutstandingAmount
}}
</td>
</tr>
<tr>
<td>
其中
</td>
<td>
直客收入
</td>
<td
class=
"PC_ComConfirm"
>
其中
</td>
<td
class=
"PC_ComConfirm"
>
直客收入
</td>
<td
colspan=
"6"
>
{{
confirmInfo
.
DirectGuestIncome
}}
</td>
</tr>
<tr>
<td></td>
<td>
同行交客收入
</td>
<td
class=
"PC_ComConfirm"
>
同行交客收入
</td>
<td
colspan=
"6"
>
{{
confirmInfo
.
PlatformGuestIncome
}}
</td>
</tr>
<tr>
<td></td>
<td>
平台收入
</td>
<td
class=
"PC_ComConfirm"
>
平台收入
</td>
<td
colspan=
"6"
>
{{
confirmInfo
.
PlatformIncome
}}
</td>
</tr>
<tr>
<td
colspan=
"8"
>
<span
class=
"pri_EmpName"
>
操作人:
{{
confirmInfo
.
EmpName
}}
<span
class=
"PC_ComConfirm"
>
操作人:
</span>
{{
confirmInfo
.
EmpName
}}
</span>
<span
class=
"pri_DateTime"
>
操作时间:
{{
confirmInfo
.
DateTimeStr
}}
<span
class=
"PC_ComConfirm"
>
操作时间:
</span>
{{
confirmInfo
.
DateTimeStr
}}
</span>
</td>
</tr>
...
...
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