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
2577db00
Commit
2577db00
authored
Nov 17, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售下单时 判断下飞猪下单的相关显示 和团控列表的查看op跳转
parent
15381cf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
11 deletions
+26
-11
OPsalesCommissiondetails.vue
...nts/FinancialModule/domestic/OPsalesCommissiondetails.vue
+4
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+2
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+20
-9
No files found.
src/components/FinancialModule/domestic/OPsalesCommissiondetails.vue
View file @
2577db00
...
...
@@ -201,6 +201,10 @@
if
(
this
.
$route
.
query
.
RB_Branch_Id
)
{
this
.
msg
.
RB_Branch_Id
=
Number
(
this
.
$route
.
query
.
RB_Branch_Id
)
}
if
(
this
.
$route
.
query
.
TCNUM
)
{
this
.
msg
.
TCNUM
=
this
.
$route
.
query
.
TCNUM
}
if
(
this
.
$route
.
query
.
RB_Department_Id
&&
this
.
$route
.
query
.
RB_Department_Id
>
0
)
{
this
.
msg
.
RB_Department_Id
=
Number
(
this
.
$route
.
query
.
RB_Department_Id
)
}
...
...
src/components/SalesModule/productQuery.vue
View file @
2577db00
...
...
@@ -1223,7 +1223,7 @@
<el-form-item
:label=
"$t('salesModule.SSPT')"
prop=
"BrandId"
v-show=
"addMsg.ClientSource == 1"
v-show=
"addMsg.ClientSource == 1
|| addMsg.ClientSource == 4
"
>
<el-select
v-model=
"addMsg.BrandId"
...
...
@@ -1245,7 +1245,7 @@
<el-form-item
:label=
"$t('tips.jiaoyifangshi')"
prop=
"TradeWay"
v-show=
"addMsg.ClientSource == 1"
v-show=
"addMsg.ClientSource == 1
|| addMsg.ClientSource == 4
"
>
<el-select
v-model=
"addMsg.TradeWay"
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
2577db00
...
...
@@ -1025,7 +1025,7 @@
<div
@
click=
'exportExcel_singleRoom(item)'
>
{{$t('op.FFBDowmLoad')}}
</div>
</el-dropdown-item>
<el-dropdown-item
v-if=
"CurrentUserInfo.RB_Group_id==2||LookOPCommission"
>
<div
@
click=
'goOPCommissionInfo(item.TCID)'
>
查看OP提成
</div>
<div
@
click=
'goOPCommissionInfo(item.TCID
,item
)'
>
查看OP提成
</div>
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.IsSetOut==0"
>
<div
@
click=
'setIsSetOutOffer(item,1)'
>
取消发团
</div>
...
...
@@ -1504,14 +1504,25 @@
let
reg
=
/^http
(
s
)?
:
\/\/(
.*
?)\/
/
;
this
.
downloadFileRename
(
item
.
FullUrl
.
replace
(
reg
,
""
),
item
.
Name
);
},
goOPCommissionInfo
(
tcid
)
{
this
.
$router
.
push
({
path
:
"OpComPersonDetails"
,
query
:
{
TrPerIods
:
tcid
,
blank
:
"y"
}
});
goOPCommissionInfo
(
tcid
,
item
)
{
if
(
item
.
TravelEndAudit
==
1
){
this
.
$router
.
push
({
path
:
"OPsalesCommissiondetails"
,
query
:
{
TCNUM
:
item
.
TCNUM
,
blank
:
"y"
}
});
}
else
{
this
.
$router
.
push
({
path
:
"OpComPersonDetails"
,
query
:
{
TrPerIods
:
tcid
,
blank
:
"y"
}
});
}
},
//翻页
handleCurrentChange
(
val
)
{
...
...
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