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
8066fd1f
Commit
8066fd1f
authored
Dec 05, 2023
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
31204635
b4d5b154
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
OPCommissionDetail.vue
...nents/FinancialModule/OpCommission/OPCommissionDetail.vue
+1
-1
OPcommissionPeriods.vue
...ents/FinancialModule/OpCommission/OPcommissionPeriods.vue
+1
-1
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+2
-0
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+3
-0
No files found.
src/components/FinancialModule/OpCommission/OPCommissionDetail.vue
View file @
8066fd1f
...
...
@@ -201,7 +201,7 @@
<th>
总提成
</th>
<th>
出团公司提成
</th>
<th>
期数
</th>
<th>
描述
</th>
<th
width=
"25%"
>
描述
</th>
<th>
操作
</th>
</tr>
<tr
v-for=
"item in dataList"
>
...
...
src/components/FinancialModule/OpCommission/OPcommissionPeriods.vue
View file @
8066fd1f
...
...
@@ -63,7 +63,7 @@
<th>
所属公司追加工资
</th>
<th>
总提成
</th>
<th>
公司提成
</th>
<th>
财务提成单据
</th>
<th
width=
"45%"
>
财务提成单据
</th>
<th>
追加工资单据
</th>
<th>
操作信息
</th>
<th>
操作
</th>
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
8066fd1f
...
...
@@ -1947,8 +1947,11 @@
let
userInfo
=
this
.
getLocalStorage
()
let
ParentCompanyId
=
userInfo
.
ParentCompanyId
;
if
(
!
this
.
$route
.
query
.
edit
){
this
.
msg
.
RB_Branch_Id
=
this
.
msg
.
RB_Branch_Id
==
0
||
this
.
msg
.
RB_Branch_Id
==
ParentCompanyId
?
this
.
getLocalStorage
().
RB_Branch_id
:
this
.
msg
.
RB_Branch_Id
;
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
companyIDList
&&
this
.
orderObj
.
companyIDList
.
length
>
0
)
{
this
.
msg
.
RB_Branch_Id
=
this
.
orderObj
.
companyIDList
[
0
];
}
else
if
(
this
.
$route
.
query
.
companyID
)
{
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
8066fd1f
...
...
@@ -1139,9 +1139,11 @@
<el-dropdown-item
v-if=
"CurrentUserInfo.RB_Group_id==2||FenFangBiaoXiaZai"
>
<div
@
click=
'exportExcel_singleRoom(item)'
>
{{$t('op.FFBDowmLoad')}}
</div>
</el-dropdown-item>
<!-- HK 2023-12-05注释
<el-dropdown-item v-if="CurrentUserInfo.RB_Group_id==2||LookOPCommission">
<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>
</el-dropdown-item>
...
...
src/components/myOrdersAllType/components/OrderList.vue
View file @
8066fd1f
...
...
@@ -1115,6 +1115,9 @@ export default {
}
else
{
name
=
"groupTourOrderByTuan"
;
}
if
(
this
.
userInfo
.
EmployeeId
==
1
){
name
=
"RegistrationList"
;
}
this
.
$router
.
push
({
name
:
name
,
query
:
{
...
...
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