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
f1864e5a
Commit
f1864e5a
authored
Sep 10, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
74131d4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
domesticCommission.vue
src/components/FinancialModule/domesticCommission.vue
+7
-1
domesticCommissiondetails.vue
src/components/FinancialModule/domesticCommissiondetails.vue
+7
-3
No files found.
src/components/FinancialModule/domesticCommission.vue
View file @
f1864e5a
...
@@ -126,6 +126,7 @@
...
@@ -126,6 +126,7 @@
mounted
()
{
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
this
.
msg
.
OutBranchId
=
userInfo
.
RB_Branch_id
if
(
ActionMenuCode
.
indexOf
(
'F_DCommissionSend'
)
!=
-
1
)
{
if
(
ActionMenuCode
.
indexOf
(
'F_DCommissionSend'
)
!=
-
1
)
{
this
.
btnShow
=
true
;
this
.
btnShow
=
true
;
}
}
...
@@ -238,7 +239,12 @@
...
@@ -238,7 +239,12 @@
YijianZD
(
item
)
{
YijianZD
(
item
)
{
let
Money
let
Money
if
(
this
.
msg
.
OutBranchId
>
0
){
if
(
this
.
msg
.
OutBranchId
>
0
){
if
(
item
.
BranchCommission
>
0
){
Money
=
item
.
BranchCommission
Money
=
item
.
BranchCommission
}
else
{
this
.
Error
(
"公司提成为0,不能制单!"
)
return
;
}
}
else
{
}
else
{
Money
=
item
.
SumPrice
Money
=
item
.
SumPrice
}
}
...
...
src/components/FinancialModule/domesticCommissiondetails.vue
View file @
f1864e5a
...
@@ -99,7 +99,6 @@
...
@@ -99,7 +99,6 @@
<th>
公司
</th>
<th>
公司
</th>
<th>
部门
</th>
<th>
部门
</th>
<th>
销售
</th>
<th>
销售
</th>
<th>
出团公司
</th>
<th>
团信息
</th>
<th>
团信息
</th>
<th>
订单号
</th>
<th>
订单号
</th>
<th>
人数
</th>
<th>
人数
</th>
...
@@ -117,8 +116,13 @@
...
@@ -117,8 +116,13 @@
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<td>
{{
item
.
OutBranchName
}}
</td>
<td
>
<td
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goTravel(item.TCID)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<div>
{{
item
.
OutBranchName
}}
</div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goTravel(item.TCID)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</td>
<td>
{{
item
.
OrderId
}}
</td>
<td>
{{
item
.
OrderId
}}
</td>
<td>
{{
item
.
PeopleCount
}}
</td>
<td>
{{
item
.
PeopleCount
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
...
...
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