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
34fabdc7
Commit
34fabdc7
authored
Mar 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e396337e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
29 deletions
+34
-29
domesticCommissionUserTW2.vue
src/components/FinancialModule/domesticCommissionUserTW2.vue
+16
-1
domesticCommissiondetailsTW2.vue
...mponents/FinancialModule/domesticCommissiondetailsTW2.vue
+18
-28
No files found.
src/components/FinancialModule/domesticCommissionUserTW2.vue
View file @
34fabdc7
...
...
@@ -60,9 +60,13 @@
</el-select>
</li>
</ul>
</div>
<div
style=
"display: flex;align-items: center;height: 50px;justify-content: space-between;"
>
<div
style=
"display: flex;align-items: center;"
></div>
<input
type=
"button"
class=
"normalBtn"
value=
"导出"
@
click=
"exportExcel"
>
</div>
<table
v-loading=
"loading"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
公司
</th>
...
...
@@ -267,6 +271,17 @@
null
);
},
exportExcel
()
{
//导出
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
))
if
(
msg
.
OrderId
==
''
)
{
msg
.
OrderId
=
0
}
let
userInfo
=
this
.
getLocalStorage
();
msg
.
EmployeeIdUser
=
userInfo
.
EmployeeId
var
fileName
=
"台湾提成用户分组.xls"
;
this
.
GetLocalFile
(
"sellcommission_GetTWSellCommissionEmpToExcel"
,
msg
,
fileName
);
},
}
}
...
...
src/components/FinancialModule/domesticCommissiondetailsTW2.vue
View file @
34fabdc7
...
...
@@ -107,18 +107,19 @@
style=
"margin-top: 10px;"
>
<tr>
<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>
<th>
最终发放
</th>
-->
<th>
原币利润
</th>
<th>
参与业绩利润
</th>
<th>
利润扣除比例
</th>
<th>
提成比例
</th>
<th>
币种
</th>
<th>
期数
</th>
<th
width=
'400'
>
备注
</th>
...
...
@@ -126,9 +127,8 @@
</tr>
<tr
v-for=
"item in dataList"
>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<td>
{{
item
.
OutBranchName
}}
</td>
<td>
<div>
{{
item
.
OutBranchName
}}
</div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goTravel(item.TCID)"
>
...
...
@@ -137,26 +137,16 @@
</td>
<td>
{{
item
.
LineName
}}
</td>
<td>
{{
item
.
OrderId
?
item
.
OrderId
:
'-'
}}
</td>
<!--
<td>
{{
item
.
TCProfit
}}
</td>
-->
<td>
{{
item
.
OrderId
?
item
.
OrderId
:
'-'
}}
{{
item
.
OrderType
==
1
?
item
.
TCNUM
:
''
}}
</td>
<td>
{{
item
.
GuestCount
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
<!--
<td>
{{
item
.
OtherMoney
}}
</td>
<td>
{{
item
.
BackMoney
}}
</td>
<td>
{{
item
.
RealityCommissionMoney
}}
</td>
-->
<td>
{{
item
.
OriginalProfit
?
item
.
OriginalProfit
:
'-'
}}
</td>
<td>
{{
item
.
StandardProfit
?
item
.
StandardProfit
:
'-'
}}
</td>
<td>
{{
item
.
ProfitRate
?
item
.
ProfitRate
:
'-'
}}
</td>
<td>
{{
item
.
CommissionRate
?
item
.
CommissionRate
:
'-'
}}
</td>
<td>
{{
item
.
CurrencyName
}}
</td>
<td>
{{
item
.
Periods
}}
</td>
<td>
{{
item
.
Description
}}
</td>
<!--
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<el-button
type=
"primary"
class=
"CM_look"
@
click=
"goUrl('OPCommissionDetail',item.ID)"
icon=
"iconfont icon-chakan"
circle
></el-button>
</el-tooltip>
</td>
-->
</tr>
<tr
v-if=
"dataList.length==0"
>
<td
style=
"text-align:center"
colspan=
"10"
>
暂无数据
</td>
...
...
@@ -328,7 +318,7 @@
}
this
.
loading
=
true
;
this
.
apipost
(
"sellcommission_GetTW
CommissionSingle
DetailsList"
,
"sellcommission_GetTW
SellCommission
DetailsList"
,
msg
,
res
=>
{
this
.
loading
=
false
;
...
...
@@ -353,7 +343,7 @@
let
userInfo
=
this
.
getLocalStorage
();
msg
.
EmployeeIdUser
=
userInfo
.
EmployeeId
var
fileName
=
"台湾提成明细.xls"
;
this
.
GetLocalFile
(
"sellcommission_GetTW
CommissionSingle
DetailsListToExcel"
,
msg
,
fileName
);
this
.
GetLocalFile
(
"sellcommission_GetTW
SellCommission
DetailsListToExcel"
,
msg
,
fileName
);
},
goTravel
(
TCID
)
{
//跳转到团队列表
this
.
$router
.
push
({
...
...
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