Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
39626530
Commit
39626530
authored
Jan 19, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金改为直接销售佣金,寿险改为人身险,线上改为财产险
parent
9f719675
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
src/app/my/order-detail/order-detail.component.html
+3
-3
src/app/my/sales-detail/sales-detail.component.html
+3
-4
src/app/my/sales-detail/sales-detail.component.ts
+1
-1
No files found.
src/app/my/order-detail/order-detail.component.html
View file @
39626530
...
...
@@ -92,7 +92,7 @@
</ul>
<div
class=
"insuredsBox"
*
ngFor=
"let insured of insuredInfos;index as i"
>
<h4
class=
"text-left alignItemCenter"
style=
"margin-top: 10px;"
><i
class=
"line"
></i>
被保人信息{{i+1}}
</h4>
<ul>
...
...
@@ -386,7 +386,7 @@
<span>
{{ orderDetail?.erpVehicleOwmer?.idNo}}
</span>
</li>
</ul>
</div>
</div>
<div
class=
"insuredsBox"
*
ngFor=
"let insured of insuredInfos;index as i"
>
<h4
class=
"text-left alignItemCenter"
style=
"margin-top: 10px;"
><i
class=
"line"
></i>
被保人信息{{i+1}}
</h4>
<ul>
...
...
@@ -512,7 +512,7 @@
<span>
¥ {{orderDetail?.totalPrice | number:'1.2-2'}}
</span>
</li>
<li
class=
"list-group-item"
*
ngIf=
"orderDetail?.referralInfo?.referralAmount"
>
<span
style=
"color: #c9af71;"
>
佣金
</span>
<span
style=
"color: #c9af71;"
>
直接销售
佣金
</span>
<span
class=
"light-color"
>
¥{{orderDetail?.referralInfo?.referralAmount | number:'1.2-2'}}
</span>
</li>
...
...
src/app/my/sales-detail/sales-detail.component.html
View file @
39626530
...
...
@@ -15,8 +15,8 @@
</li>
</ul>
<ul
class=
"tab"
>
<li
(
click
)="
platform=
2;practitionerPolicyListQuery(2)"
[
ngClass
]="{
selected:platform=
=2}"
>
寿
险
</li>
<li
(
click
)="
platform=
1;practitionerPolicyListQuery(1)"
[
ngClass
]="{
selected:platform=
=1}"
>
线上
</li>
<li
(
click
)="
platform=
2;practitionerPolicyListQuery(2)"
[
ngClass
]="{
selected:platform=
=2}"
>
人身
险
</li>
<li
(
click
)="
platform=
1;practitionerPolicyListQuery(1)"
[
ngClass
]="{
selected:platform=
=1}"
>
财产险
</li>
</ul>
</div>
<div
class=
"salesContent"
>
...
...
@@ -38,4 +38,4 @@
</div>
<div
style=
"text-align: center;margin-top: 20px;"
*
ngIf=
"salesDetailList?.length<=0"
>
暂无数据
</div>
</div>
</div>
\ No newline at end of file
</div>
src/app/my/sales-detail/sales-detail.component.ts
View file @
39626530
...
...
@@ -53,7 +53,7 @@ export class SalesDetailComponent implements OnInit {
jumpToOrderdetail
(
orderNo
,
platform
,
fortuneId
,
policyNo
,
relation_id
)
{
if
(
platform
===
1
)
{
const
customerId
=
JSON
.
parse
(
localStorage
.
getItem
(
'lifeCustomerInfo'
)).
customerId
;
window
.
location
.
href
=
`https://
${
window
.
location
.
host
}
/mine/orderdetail/
${
orderNo
}
?customerId=
${
customerId
}
&isReferral=true&paid=true&fortuneId=
${
fortuneId
}
`
;
window
.
location
.
href
=
`https://
${
window
.
location
.
host
}
/mine/orderdetail/
${
orderNo
}
?customerId=
${
customerId
}
&isReferral=true&paid=true&fortuneId=
${
fortuneId
}
&from=1
`
;
}
else
{
this
.
router
.
navigate
([
'/orderDetail'
],
{
queryParams
:
{
orderNo
:
orderNo
,
policyNo
:
policyNo
,
relation_id
:
relation_id
}
});
}
...
...
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