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
788efeca
Commit
788efeca
authored
Oct 21, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单据详情跳转到提成详情,报名清单
parent
b42d36e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+6
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+3
-3
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
788efeca
...
...
@@ -392,7 +392,7 @@
<div
class=
"_explain"
>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goComplain('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>
...
...
@@ -949,12 +949,14 @@ 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
:
"提成
详情
"
}
});
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
788efeca
...
...
@@ -1838,7 +1838,7 @@
<td>
{{item.Refund}}
</td>
<td>
{{item.PlatformTax}}
</td>
<td>
{{item.ZaiTuMoney}}
</td>
<td><span
:class=
"{color_red_order:item.DueInMoney
!==item.PreferPrice
}"
>
{{item.DueInMoney}}
</span></td>
<td><span
:class=
"{color_red_order:item.DueInMoney
&&item.DueInMoney>0
}"
>
{{item.DueInMoney}}
</span></td>
<td
class=
"fz12"
><span
:class=
"{'RL-redType':item.statsstr=='候补'}"
>
{{item.statsstr}}
</span></td>
<td>
</td>
...
...
@@ -2134,7 +2134,7 @@
<td
class=
"nowrap"
>
{{
childItem
.
PlatformTax
}}
</td>
<td
class=
"nowrap"
>
{{
childItem
.
ZaiTuMoney
}}
</td>
<td
class=
"nowrap"
><span
:class=
"
{color_red_order:childItem.DueInMoney
!==childItem.PreferPrice
}">
{{
childItem
.
DueInMoney
}}
</span>
:class=
"
{color_red_order:childItem.DueInMoney
&&
childItem.DueInMoney>0
}">
{{
childItem
.
DueInMoney
}}
</span>
</td>
<td
v-if=
"childItem.IsChargeLossOrders==1"
class=
"fz12"
style=
"color: #e95252"
>
收损
</td>
<td
v-else
class=
"fz12"
><span
...
...
@@ -2531,7 +2531,7 @@
<td>
{{item.Refund}}
</td>
<td>
{{item.PlatformTax}}
</td>
<td>
{{item.ZaiTuMoney}}
</td>
<td><span
:class=
"{color_red_order:item.DueInMoney
!==item.PreferPrice
}"
>
{{item.DueInMoney}}
</span></td>
<td><span
:class=
"{color_red_order:item.DueInMoney
&&item.DueInMoney>0
}"
>
{{item.DueInMoney}}
</span></td>
<td
class=
"fz12"
colspan=
"2"
>
<span
class=
"RL-redType"
>
{{item.statsstr}}
</span>
<br
/>
...
...
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