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
adadbb7d
Commit
adadbb7d
authored
Dec 17, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
93fb822c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
happyMoneyDetails.vue
src/components/administrative/happyMoneyDetails.vue
+2
-2
leaderPay2.vue
src/components/leaderPay2.vue
+4
-4
No files found.
src/components/administrative/happyMoneyDetails.vue
View file @
adadbb7d
...
...
@@ -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 @
adadbb7d
...
...
@@ -545,12 +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=
"1
8
0"
>
使用日期
</th>
<th
width=
"1
8
0"
>
原酒店
</th>
<th
width=
"18
0"
>
实际入住酒店
</th>
<th
width=
"1
2
0"
>
使用日期
</th>
<th
width=
"1
4
0"
>
原酒店
</th>
<th
width=
"14
0"
>
实际入住酒店
</th>
<th
width=
""
>
房间类型
</th>
<th
width=
""
>
预定人数
</th>
<th
width=
""
>
单价/人
</th>
...
...
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