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
c6cf7537
Commit
c6cf7537
authored
Dec 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d762e55f
8af92337
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
BillModuleNew.vue
...ents/FinancialModule/FinancialSubmodule/BillModuleNew.vue
+1
-1
ReceivablesModuleNew.vue
...nancialModule/FinancialSubmodule/ReceivablesModuleNew.vue
+1
-1
PrintPageN.vue
src/components/PrintPageN.vue
+1
-1
happyMoneyDetails.vue
src/components/administrative/happyMoneyDetails.vue
+2
-2
leaderPay2.vue
src/components/leaderPay2.vue
+7
-3
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModuleNew.vue
View file @
c6cf7537
<
style
>
<
style
scoped
>
.Myprint
p
{
margin
:
0
!important
;}
.Receipt_boxNew
{
padding
:
15px
;
color
:
#c94052
;
width
:
100%
;
background-color
:
rgba
(
245
,
245
,
245
,
1
);
position
:
relative
;}
.Receipt_boxNew
tr
th
{
color
:
#c94052
}
...
...
src/components/FinancialModule/FinancialSubmodule/ReceivablesModuleNew.vue
View file @
c6cf7537
<
style
>
<
style
scoped
>
.Myprint
p
{
margin
:
0
!important
;
}
...
...
src/components/PrintPageN.vue
View file @
c6cf7537
...
...
@@ -27,7 +27,7 @@
position
:
absolute
;
top
:
10px
;
color
:
#106BAF
;
left
:
-1
0
0px
;
left
:
-1
3
0px
;
}
._PrintPage_box
.SetDiv
span
{
color
:
#106BAF
;
...
...
src/components/administrative/happyMoneyDetails.vue
View file @
c6cf7537
...
...
@@ -165,7 +165,7 @@
<td>
¥
{{
moneyFormat
(
item
.
TradeMoney
)
}}
</td>
<td>
{{
item
.
TotalGuestNum
}}
人
</td>
<td
v-if=
"!hideBtn"
>
¥
{{
moneyFormat
(
item
.
PredictPrice
)
}}
</td>
<td
v-if=
"!hideBtn"
>
¥
{{
moneyFormat
(
item
.
PredictPrice
)
}}
</td>
<td
v-if=
"!hideBtn"
>
¥
{{
item
.
ClosePrice
?
moneyFormat
(
item
.
ClosePrice
)
:
0
}}
</td>
<td
class=
"_icon_btn"
v-if=
"hideBtn"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"设置主门店"
placement=
"top"
>
<i
class=
"iconfont icon-guanli2"
@
click=
"setAdmin(item)"
></i>
...
...
@@ -234,7 +234,7 @@ export default {
},
methods
:
{
setAdmin
:
function
(
obj
)
{
let
ParentId
=
this
.
$route
.
query
.
id
let
ParentId
=
this
.
$route
.
query
.
id
this
.
$confirm
(
'确认设置“'
+
obj
.
CustomerName
+
'”为主门店?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
...
...
src/components/leaderPay2.vue
View file @
c6cf7537
...
...
@@ -545,11 +545,12 @@
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
2
"
class=
"bgwhite"
>
酒店使用
</th>
<th
colspan=
"1
3
"
class=
"bgwhite"
>
酒店使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
<th
width=
"180"
>
酒店名称
</th>
<th
width=
"120"
>
使用日期
</th>
<th
width=
"140"
>
原酒店
</th>
<th
width=
"140"
>
实际入住酒店
</th>
<th
width=
""
>
房间类型
</th>
<th
width=
""
>
预定人数
</th>
<th
width=
""
>
单价/人
</th>
...
...
@@ -569,6 +570,9 @@
</td>
<td
v-if=
"subIndex==0 && childIndex == 0"
:rowspan=
"item.row"
>
{{
subItem
.
HotelName
}}
</td>
<td
v-if=
"subIndex==0 && childIndex == 0"
:rowspan=
"item.row"
>
{{
subItem
.
NewHotelName
}}
</td>
<td>
<span
v-if=
"childItem.HouseType === 1"
>
单间
</span>
...
...
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