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
315ffa4b
Commit
315ffa4b
authored
Apr 15, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联盟合同
parent
f69511ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
AllianceContract.vue
src/components/administrative/AllianceContract.vue
+9
-7
LianMengManagement.vue
src/components/administrative/LianMengManagement.vue
+7
-4
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
315ffa4b
...
...
@@ -8156,6 +8156,7 @@ export const obj = {
chunxuzhong
:
'存续中'
,
dakuanzhong
:
'打款中'
,
lianmenght
:
'联盟合同'
,
shenqinjsr
:
'申请结算日期'
,
},
//#endregion
}
...
...
src/components/administrative/AllianceContract.vue
View file @
315ffa4b
<
style
scoped
>
.LianMengManagement
.el-button
{
/* ._icon_btn
.el-button {
width: 30px;
height: 30px;
line-height:0px;
text-align: center;
}
.
LianMengManagement
.el-button
i
{
.
_icon_btn
.el-button i {
color: #fff;
}
.
LianMengManagement
.icon-chakan
{
.
_icon_btn
.icon-chakan {
position: relative;
top: -3px;
left: 5px;
}
}
*/
.heightauto
.el-input
{
height
:
auto
!important
;
}
...
...
@@ -63,14 +63,16 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th
width=
"260"
>
{{
$t
(
'objFill.v102.hetongyxq'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.jiesuants'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.fanyongnianfen'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.shenqinjsr'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.jiesuanshijian'
)
}}
</th>
<th>
{{
$t
(
'objFill.hetongzt'
)
}}
</th>
<th
width=
"130"
>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
</tr>
<tr
v-for=
"(item,index) in dataList"
:key=
"index"
>
<td>
{{
item
.
StartTime
}}
-
{{
item
.
EndTime
}}
</td>
<td>
{{
item
.
C_DayNum
}}
</td>
<td>
{{
item
.
C_NightNum
}}
</td>
<td>
{{
item
.
ApplyDate
}}
</td>
<td>
{{
item
.
C_PayDate
?
item
.
C_PayDate
:
'-'
}}
</td>
<td>
<!-- 同行大红包合同状态,1-未生效,2-存续中 3待结算 4待审核 5打款中 6已完成 -->
...
...
@@ -208,7 +210,7 @@
<el-input
type=
"text"
v-model=
"addMsg.AccountHolder"
:placeholder=
"$t('rule.qsrkhuren')"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
24
"
>
<el-form-item
:label=
"'WORD'+$t('objFill.fj')"
prop=
"ContractUrl"
>
<el-upload
class=
"upload-demo"
style=
"display:inline-block;position:relative;top:-1px;left:3px;"
:http-request=
"UploadAttachment"
:show-file-list=
"false"
action=
""
>
...
...
src/components/administrative/LianMengManagement.vue
View file @
315ffa4b
...
...
@@ -51,7 +51,8 @@
<th>
{{
$t
(
'hotel.hotel_nameOf'
)
}}
</th>
<th>
{{
$t
(
'objFill.v102.hetongshu'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.administrative.mendians'
)
}}
</th>
<th>
{{
$t
(
'objFill.nianfen'
)
}}
</th>
<!--
<th>
{{
$t
(
'objFill.nianfen'
)
}}
</th>
-->
<th>
{{
$t
(
'visaT.sale'
)
}}
</th>
<!--
<th>
{{
$t
(
'fnc.a_zongjine'
)
}}
</th>
-->
<!--
<th>
{{
$t
(
'objFill.v101.activity.shoukeshu'
)
}}
</th>
-->
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
...
...
@@ -61,7 +62,8 @@
<td
@
click=
"goContract(item)"
style=
"color:#33B3FF;cursor: pointer;"
>
{{
item
.
ContractNum
?
item
.
ContractNum
:
'-'
}}
</td>
<td><span
class=
"cursorpointer text-decoration"
@
click=
"goCustomerList(item.ID)"
>
{{
item
.
CustomerCount
}}
</span></td>
<td>
{{
item
.
StartYear
}}
-
{{
item
.
EndYear
}}
</td>
<!--
<td>
{{
item
.
StartYear
}}
-
{{
item
.
EndYear
}}
</td>
-->
<td>
{{
item
.
ContactStr
}}
</td>
<!--
<td>
{{
moneyFormat
(
item
.
TradeMoney
)
}}
</td>
-->
<!--
<td><span
class=
"cursorpointer text-decoration"
@
click=
"jiesuan(item.ID, 'happyMoneyDetails')"
>
{{
item
.
TotalGuestNum
}}
</span></td>
-->
<td
class=
"_icon_btn"
>
...
...
@@ -102,7 +104,8 @@
</el-date-picker>
</el-form-item>
-->
<el-form-item
:label=
"$t('visaT.sale')"
prop=
"Contact"
>
<el-select
filterable
v-model=
'addMsg.Contact'
class=
""
>
<el-select
filterable
v-model=
'addMsg.Contact'
class=
""
style=
"width: 100%;"
>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.EmName'
:value=
'item.EmployeeId'
...
...
@@ -112,7 +115,7 @@
</el-form-item>
</div>
<el-form-item
:label=
"$t('pub.Customer')"
prop=
"CustomerIDs"
>
<el-select
v-model=
"addMsg.CustomerIDs"
<el-select
v-model=
"addMsg.CustomerIDs"
style=
"width: 100%;"
multiple
filterable
remote
...
...
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