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
b4d5b154
Commit
b4d5b154
authored
Dec 05, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b1221515
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-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
No files found.
src/components/FinancialModule/OpCommission/OPCommissionDetail.vue
View file @
b4d5b154
...
...
@@ -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 @
b4d5b154
...
...
@@ -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 @
b4d5b154
...
...
@@ -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
)
{
...
...
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