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
ce1bf31e
Commit
ce1bf31e
authored
Apr 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
73ffb424
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+1
-0
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+9
-5
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
ce1bf31e
...
...
@@ -121,6 +121,7 @@
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==6"
>
{{
$t
(
'fnc.djxnzhanghu'
)
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==7"
>
收支相抵
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==10"
>
虚拟结算
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==11"
>
电商结算
</span>
</p>
<p
style=
"font-weight: bold"
><span
class=
""
>
{{
$t
(
'hotel.hotel_SerialNumber'
)
}}
:
</span>
{{
GetDetail
.
FrID
}}
</p>
</div>
...
...
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
ce1bf31e
...
...
@@ -159,13 +159,15 @@
<div
v-show=
"tableShow3"
class=
"sanjiao-box _padding_20_15"
>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th
width=
"
90
"
>
编号
</th>
<th
width=
"
35%
"
>
编号
</th>
<th>
名称
</th>
</tr>
<tr
class=
"_color_b"
>
<td
class=
"hover_text"
@
click=
"goElectricityGoods(ECommerceGoodsModel.Id)"
><span>
{{
ECommerceGoodsModel
.
Id
}}
</span></td>
<td
@
click=
"goElectricityGoods(ECommerceGoodsModel.Id)"
>
{{
ECommerceGoodsModel
.
Name
}}
</td>
<td
@
click=
"goElectricityGoods(ECommerceGoodsModel.Id)"
>
<span>
{{
ECommerceGoodsModel
.
Name
}}
</span>
</td>
</tr>
</table>
</div>
...
...
@@ -173,7 +175,7 @@
<!-- 电商商品 关联团团号信息 -->
<div
v-if=
"OtherType==9 && details.TCID>0 && LeaderState"
>
<div
class=
"_tit"
>
<span
class=
"_text"
>
关联团
团
号信息
</span>
<span
class=
"_text"
>
关联团号信息
</span>
<div>
<span
class=
"_btn"
v-if=
"tableShow4"
@
click=
"tableShow4=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShow4=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
...
...
@@ -183,12 +185,14 @@
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th
width=
'35%'
>
团ID
</th>
<th>
团
编
号
</th>
<th>
团号
</th>
</tr>
<tr
class=
"_color_b"
>
<td
class=
"hover_text"
@
click=
"goTravelControlList(details.TCID)"
><span>
{{
details
.
TCID
}}
</span></td>
<td
@
click=
"goTravelControlList(details.TCID)"
>
{{
details
.
TCNUM
}}
</td>
<td
@
click=
"goTravelControlList(details.TCID)"
>
<span>
{{
details
.
TCNUM
}}
</span>
</td>
</tr>
</table>
</div>
...
...
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