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
ec3b9892
Commit
ec3b9892
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4cb3a5bc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
43 deletions
+54
-43
fill.js
src/assets/common/lang/zhCN/fill.js
+2
-0
AllianceContract.vue
src/components/administrative/AllianceContract.vue
+46
-37
LianMengManagement.vue
src/components/administrative/LianMengManagement.vue
+3
-3
LianMengManagementList.vue
src/components/administrative/LianMengManagementList.vue
+3
-3
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
ec3b9892
...
...
@@ -8157,6 +8157,8 @@ export const obj = {
dakuanzhong
:
'打款中'
,
lianmenght
:
'联盟合同'
,
shenqinjsr
:
'申请结算日期'
,
lianmeng
:
'联盟'
,
fanyongjefw
:
'返佣交易金额范围'
,
},
//#endregion
}
...
...
src/components/administrative/AllianceContract.vue
View file @
ec3b9892
<
style
scoped
>
/* ._icon_btn .el-button {
width: 30px;
height: 30px;
line-height:0px;
text-align: center;
}
._icon_btn .el-button i {
color: #fff;
}
._icon_btn .icon-chakan {
position: relative;
top: -3px;
left: 5px;
} */
.heightauto
.el-input
{
height
:
auto
!important
;
}
/* .LianMengManagement ._icon_btn i {
width: 30px;
height: 30px;
display: inline-block;
color: white !important;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
outline: none;
/
deep
/
.el-table
th
.el-table__cell
{
background-color
:
#E6E6E6
;
}
.LianMengManagement ._icon_btn i.el-icon-edit {
background-color: #47BF8C;
/
deep
/
.el-form-item
{
margin-bottom
:
5px
;
}
.LianMengManagement ._icon_btn i.el-icon-check {
background-color: #E95252;
/
deep
/
.el-table
.el-table__cell
{
padding
:
5px
0
;
}
.LianMengManagement ._icon_btn i.el-icon-search {
background-color: #E6A23C;
} */
</
style
>
<
template
>
<div
class=
"LianMengManagement"
>
...
...
@@ -67,6 +36,11 @@
<th>
{{
$t
(
'objFill.v102.shenqinjsr'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.jiesuanshijian'
)
}}
</th>
<th>
{{
$t
(
'objFill.hetongzt'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.fanyongjefw'
)
}}
</th>
<th>
{{
$t
(
'restaurant.res_commissionColumn'
)
}}
</th>
<th>
{{
$t
(
'salesModule.TransactionMon'
)
}}
</th>
<th>
{{
$t
(
'restaurant.res_fy'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.lianmeng'
)
}}
</th>
<th
width=
"130"
>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
</tr>
<tr
v-for=
"(item,index) in dataList"
:key=
"index"
>
...
...
@@ -91,6 +65,41 @@
</td>
<!--
<td>
{{
item
.
TravelAgency_SignAddress
}}
</td>
-->
<td>
{{
item
.
Money
?
item
.
Money
:
''
}}
~
{{
item
.
MaxMoney
?
item
.
Money
:
''
}}
</td>
<td>
{{
item
.
Ratio
?
item
.
Ratio
:
'-'
}}
</td>
<td>
{{
item
.
TradeMoney
?
item
.
TradeMoney
:
'-'
}}
</td>
<td>
{{
item
.
TotalClosePrice
?
item
.
TotalClosePrice
:
'-'
}}
</td>
<td>
<el-popover
width=
"500"
trigger=
"click"
>
<el-table
:data=
"item.CllianceChildList"
style=
"width: 100%"
border
>
<el-table-column
prop=
"CustomerName"
:label=
"$t('salesModule.storeName')"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"PredictPrice"
:label=
"$t('restaurant.res_fy')"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
PredictPrice
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"TotalGuestNum"
:label=
"$t('objFill.v101.administrative.lvkeshu')"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
TotalGuestNum
?
scope
.
row
.
TotalGuestNum
:
'-'
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('hotel.table_TotalPrice')"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
TradeMoney
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
</el-table>
<span
slot=
"reference"
style=
"cursor: pointer;color: #33B3FF;"
>
{{ item.CllianceChildList[0].CustomerName }}
</span>
</el-popover>
</td>
<td
class=
"_icon_btn"
>
<!-- <el-tooltip class="item" effect="dark" :content="$t('objFill.xz')+$t('objFill.v102.lianmenght')" placement="top-start">
<el-button type="success" size="small" icon="el-icon-download" circle @click="DownLoadContract(item)">
...
...
src/components/administrative/LianMengManagement.vue
View file @
ec3b9892
<
style
>
<
style
scoped
>
.heightauto
.el-input
{
height
:
auto
!important
;
}
...
...
@@ -73,9 +73,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.jiesuan')"
placement=
"top"
>
<i
class=
"edit el-icon-check"
v-if=
"item.IsClearing == 1"
@
click=
"jiesuan(item.ID, 'happyMoney')"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.xiangqing')"
placement=
"top"
>
<
!--
<
el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.xiangqing')"
placement=
"top"
>
<i
class=
"edit el-icon-search"
v-if=
"item.IsClearing == 2"
@
click=
"jiesuan(item.ID, 'happyMoneyDetails')"
></i>
</el-tooltip>
</el-tooltip>
-->
</td>
</tr>
</table>
...
...
src/components/administrative/LianMengManagementList.vue
View file @
ec3b9892
<
style
>
<
style
scoped
>
.LianMengManagement
._icon_btn
i
{
width
:
30px
;
height
:
30px
;
...
...
@@ -32,9 +32,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.administrative.shiezhizmd')"
placement=
"top"
>
<i
class=
"iconfont icon-guanli2"
@
click=
"clickSetAdmin(item)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.administrative.yichumend')"
placement=
"top"
>
<
!--
<
el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.administrative.yichumend')"
placement=
"top"
>
<i
class=
"iconfont icon-img_delete_small icon-guanli2"
@
click=
"DelAllianceChild(item)"
></i>
</el-tooltip>
</el-tooltip>
-->
</td>
</tr>
</table>
...
...
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