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
5f97aed2
Commit
5f97aed2
authored
Nov 20, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
126a4c96
5d6dc17c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
27 deletions
+37
-27
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+7
-6
leaderStateDetails.vue
src/components/LeaderManagement/leaderStateDetails.vue
+19
-20
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+6
-1
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+5
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
5f97aed2
...
...
@@ -328,7 +328,7 @@
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{GetDetail.ComplainID}}
</span></span>
<span
v-if=
"GetDetail.TemplateId==28 || GetDetail.TemplateId==30"
@
click=
"Gourl"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
提成详情
</span>
<span
v-if=
"GetDetail.TemplateId==28 || GetDetail.TemplateId==30"
@
click=
"Gourl
(GetDetail)
"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
提成详情
</span>
<span
v-if=
"CostTypeState"
@
click=
"GourlCostType('VisitRecord',1)"
style=
"margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
拜访记录
</span>
<span
v-if=
"CostTypeState"
@
click=
"GourlCostType('yingyanMap',2)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
鹰眼轨迹
</span>
</p>
...
...
@@ -1507,16 +1507,17 @@ export default {
},
Gourl
(){
Gourl
(
GetDetail
){
this
.
$router
.
push
({
name
:
'Commission
Management
'
,
name
:
'Commission
Detail
'
,
query
:
{
periods
:
GetDetail
.
Periods
,
companyID
:
GetDetail
.
RB_Branch_Id
,
blank
:
"y"
,
tab
:
"提成
管理
"
tab
:
"提成
详情
"
}
});
},
},
// 单选计算
checkdIteam
(
item
){
if
(
item
.
checked
)
{
...
...
src/components/LeaderManagement/leaderStateDetails.vue
View file @
5f97aed2
...
...
@@ -164,25 +164,24 @@
</div>
<input
type=
"button"
class=
"hollowFixedBtn backBtn"
@
click=
"goUrl('leaderManagement')"
:value=
"$t('pub.returnBack')"
/>
</div>
<div
class=
"mainInfo"
:class=
"
{'hidDiv':isShow}" v-loading="loading">
<div
class=
"infoTitle"
>
<span>
购物店
</span>
<span>
{{
$t
(
'ground.jindianriqi'
)
}}
</span>
<span>
{{
$t
(
'ground.guanliantuanhao'
)
}}
</span>
<span>
提成
</span>
</div>
<div
class=
"listInfo"
v-for=
"item in DataList"
:key=
"item.subCode"
>
<span
style=
"width:200px;"
>
{{
item
.
ShopName
}}
</span>
<span
style=
"width:200px;"
>
{{
item
.
StoreTime
}}
</span>
<span
style=
"width:200px;"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
<span
class=
"totalPrice"
style=
"width:200px;"
>
¥
{{
item
.
LeaderCommission
}}
</span>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th
width=
"25%"
>
购物店
</th>
<th
width=
"25%"
>
进店日期
</th>
<th
width=
"25%"
>
关联团号
</th>
<th
width=
"25%"
>
提成
</th>
</tr>
<tr
v-for=
"item in DataList"
:key=
"item.subCode"
>
<td>
{{
item
.
ShopName
}}
</td>
<td>
{{
item
.
StoreTime
}}
</td>
<td>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td>
¥
{{
item
.
LeaderCommission
}}
</td>
</tr>
</table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
<div
class=
"statistical"
:class=
"
{'disDiv':isShow}">
<div
class=
"charts"
>
<el-col
:span=
'24'
>
...
...
@@ -201,7 +200,7 @@
return
{
msg
:
{
pageIndex
:
1
,
pageSize
:
1
0
,
pageSize
:
1
5
,
LeaderID
:
""
,
Type
:
0
},
...
...
src/components/SalesModule/CustomerCertification.vue
View file @
5f97aed2
...
...
@@ -150,8 +150,11 @@
<th
width=
"10%"
>
{{
$t
(
'admin.admin_address'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.belongUnion'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.ApplyTime'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'salesModule.ApplyStatus'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'fnc.shzhuangtai'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'ground.glxiaoshou'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'pub.mbPhoneNum'
)
}}
</th>
<th
width=
"10%"
>
{{
$t
(
'system.table_operation'
)
}}
</th>
</tr>
<tr>
<td
colspan=
"9"
align=
"center"
v-show=
"list.length==0"
>
{{
$t
(
'system.content_noData'
)
}}
</td>
...
...
@@ -169,6 +172,8 @@
<span
v-if=
"item.ApplyState == 1||item.ApplyState === 3"
class=
"_status_str _status_str_g"
>
{{
$t
(
'fnc.ytongguo'
)
}}
</span>
<span
v-if=
"item.ApplyState === 2"
class=
"_status_str _status_str_r"
>
{{
$t
(
'salesModule.HasRefused'
)
}}
</span>
</td>
<td>
{{
item
.
SellName
}}
</td>
<td>
{{
item
.
SellPhone
}}
</td>
<td>
<input
type=
"button"
...
...
src/components/SalesModule/customerTransfer.vue
View file @
5f97aed2
...
...
@@ -483,6 +483,7 @@ export default {
CreateBy
:
"-1"
,
DepartmentId
:
"-1"
,
Brand
:
-
1
,
allDepartment
:
0
,
},
RecipientMsg
:
{
CustomerIdArr
:
[],
...
...
@@ -980,6 +981,9 @@ export default {
},
getList
()
{
this
.
loading
=
true
;
if
(
this
.
departState
){
this
.
msg
.
allDepartment
=
1
}
this
.
apipost
(
"app_customer_GetCustomerListForCareOf"
,
this
.
msg
,
...
...
@@ -1015,6 +1019,7 @@ export default {
let
msg
=
{};
if
(
this
.
departState
){
msg
=
{
allDepartment
:
1
};
this
.
msg
.
allDepartment
=
1
}
this
.
apipost
(
"Advertising_get_GetNowDepartmentAndSubordinate"
,
msg
,
...
...
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