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
6c112392
Commit
6c112392
authored
Jun 28, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小包团 驳回, 提成、出境查询
parent
a50aa99d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
1 deletion
+38
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+38
-1
No files found.
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
6c112392
...
...
@@ -263,6 +263,23 @@
</el-select>
</span>
</div>
<div
class=
"comSearchDiv"
style=
"display: flex;align-items: center;"
>
<span
style=
"flex-shrink: 0;"
>
提成状态
</span>
<span
style=
"display: flex;align-items: center;flex-wrap: wrap;"
>
<el-select
class=
"w180 multiple_input"
v-model=
"queryMsg.QSendCommissionState"
>
<el-option
v-for=
"item in QSendCommissionStateList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.LineID"
></el-option>
</el-select>
<a
style=
"margin-left: 5px;margin-right: 5px;"
>
只看审核驳回
</a>
<el-switch
v-model=
"queryMsg.QOutGroupAuditReject"
active-text=
""
inactive-text=
""
active-color=
"#409eff"
inactive-color=
"#dcdfe6"
active-value=
"1"
inactive-value=
"0"
/>
<div
style=
"margin-left: 10px;font-size: 11px;"
v-if=
"isCommissionDetails"
>
<span
style=
"color:#000000;background-color: #ff99cc;padding:0px 2px;border-radius:5px"
>
单项
</span>
<span
style=
"color:#000000;background-color: #bcd6ee;padding:0px 4px;border-radius:5px"
>
国内
</span>
<span
style=
"color:#000000;background-color: #DDDDDD;padding:0px 4px;border-radius:5px"
>
出境
</span>
</div>
</span>
</div>
<button
class=
"normalBtn TC_SearchBtn"
@
click=
"getControlList(),resetPageIndex(),queryCommonData.showHigradeSearch=false"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
</div>
...
...
@@ -765,7 +782,12 @@
</div>
</div>
</div>
<div
class=
"TC_remarkContent"
v-if=
"item.OPRemark||item.OPInnerRemark||item.PriceTagList"
>
<div
class=
"TC_remarkContent"
v-if=
"item.OPRemark||item.OPInnerRemark||item.DmcRemarkLast||item.OutGroupAuditRemark||item.PriceTagList"
>
<!-- {{item.OutGroupAuditState}}-----{{item.OutGroupAuditRemark}} -->
<div
class=
"clearfix TCL-redType"
v-if=
"item.OutGroupAuditState==3&&item.OutGroupAuditRemark"
>
<div
class=
"TCL_remarkTitle"
>
驳回缘由:
</div>
<div
class=
"TCL_Content"
>
{{item.OutGroupAuditRemark}} {{item.OutGroupAuditDate}}
</div>
</div>
<div
class=
"clearfix TCL-redType"
v-if=
"item.OPRemark"
>
<div
class=
"TCL_remarkTitle"
>
{{$t('Operation.Op_duiwaiRemark')}}:
</div>
<div
class=
"TCL_Content"
>
{{item.OPRemark}}
</div>
...
...
@@ -861,6 +883,19 @@
ConfigId
:
''
,
OfferId
:
''
},
QSendCommissionStateList
:
[{
Name
:
'不限'
,
ID
:
0
},
{
Name
:
'已发放'
,
ID
:
1
},
{
Name
:
'未发放'
,
ID
:
2
},
],
//查询数据列表
queryCommonData
:
{
//线路列表
...
...
@@ -923,6 +958,8 @@
},
//查询参数
queryMsg
:
{
QOutGroupAuditReject
:
0
,
//只查看审核驳回 1
QSendCommissionState
:
0
,
//提成状态 0不限, 1已发放, 2未发放
//出团公司集合
OutBranchIds
:
[],
pageIndex
:
1
,
...
...
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