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
571e6d03
Commit
571e6d03
authored
Mar 14, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续保提醒优化
parent
b1e0f701
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.html
+5
-2
src/app/my/renewal-reminder/renewal-reminder.component.html
+1
-1
src/assets/images/kindlyReminder.png
+0
-0
src/assets/images/renewalReminderIcon.png
+0
-0
src/index.html
+1
-1
No files found.
src/app/my/renewal-reminder-detail/renewal-reminder-detail.component.html
View file @
571e6d03
...
@@ -20,13 +20,13 @@
...
@@ -20,13 +20,13 @@
<li><span>
投保人:
</span><span>
{{orderPayDetail?.policyholderName}}
</span></li>
<li><span>
投保人:
</span><span>
{{orderPayDetail?.policyholderName}}
</span></li>
<li><span>
被保人:
</span><span>
{{orderPayDetail?.insuredName}}
</span></li>
<li><span>
被保人:
</span><span>
{{orderPayDetail?.insuredName}}
</span></li>
<li><span>
缴费期:
</span><span>
{{orderPayDetail?.paymentTerm}}
</span></li>
<li><span>
缴费期:
</span><span>
{{orderPayDetail?.paymentTerm}}
</span></li>
<li><span>
保费:
</span><span
style=
"color: #F24949;"
>
{{orderPayDetail?.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
保费:
</span><span
style=
"color: #F24949;"
>
¥
{{orderPayDetail?.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
保障期:
</span><span>
{{orderPayDetail?.coverTerm}}
</span></li>
<li><span>
保障期:
</span><span>
{{orderPayDetail?.coverTerm}}
</span></li>
</ul>
</ul>
</div>
</div>
<div
class=
"paymentInfoContent tabPaneItem"
>
<div
class=
"paymentInfoContent tabPaneItem"
>
<ul>
<ul>
<li><span>
年化保费:
</span><span>
{{orderPayDetail?.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
年化保费:
</span><span>
¥
{{orderPayDetail?.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
缴费期间:
</span><span>
{{orderPayDetail?.paymentTerm}}
</span></li>
<li><span>
缴费期间:
</span><span>
{{orderPayDetail?.paymentTerm}}
</span></li>
<li><span>
本期扣费时间:
</span><span>
{{orderPayDetail?.payableDate | date:'yyyy-MM-dd'}}
</span></li>
<li><span>
本期扣费时间:
</span><span>
{{orderPayDetail?.payableDate | date:'yyyy-MM-dd'}}
</span></li>
</ul>
</ul>
...
@@ -50,6 +50,9 @@
...
@@ -50,6 +50,9 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"kindlyreminderContent"
*
ngIf=
"type===2"
>
<img
src=
"assets/images/kindlyReminder.png"
alt=
""
class=
"img-responsive"
>
</div>
</div>
</div>
<!-- 弹窗 -->
<!-- 弹窗 -->
<div
class=
"popDialog"
*
ngIf=
"dialogDisabled"
>
<div
class=
"popDialog"
*
ngIf=
"dialogDisabled"
>
...
...
src/app/my/renewal-reminder/renewal-reminder.component.html
View file @
571e6d03
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<li><span>
投保人:
</span><span>
{{item.policyholderName}}
</span></li>
<li><span>
投保人:
</span><span>
{{item.policyholderName}}
</span></li>
<li><span>
被保人:
</span><span>
{{item.insuredName}}
</span></li>
<li><span>
被保人:
</span><span>
{{item.insuredName}}
</span></li>
<li><span>
缴费期:
</span><span>
{{item.paymentTerm}}
</span></li>
<li><span>
缴费期:
</span><span>
{{item.paymentTerm}}
</span></li>
<li><span>
保费:
</span><span
style=
"color: #F24949;"
>
{{item.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
保费:
</span><span
style=
"color: #F24949;"
>
¥
{{item.annualizedPremium | number:'1.2-2'}}
</span></li>
<li><span>
保障期:
</span><span>
{{item.coverTerm}}
</span></li>
<li><span>
保障期:
</span><span>
{{item.coverTerm}}
</span></li>
</ul>
</ul>
<div
style=
"text-align: right;"
><button
[
routerLink
]="['/
renewal_reminder_detail
',
item
.
id
]"
>
提醒客户
</button></div>
<div
style=
"text-align: right;"
><button
[
routerLink
]="['/
renewal_reminder_detail
',
item
.
id
]"
>
提醒客户
</button></div>
...
...
src/assets/images/kindlyReminder.png
0 → 100644
View file @
571e6d03
46.6 KB
src/assets/images/renewalReminderIcon.png
View file @
571e6d03
10.8 KB
|
W:
|
H:
10.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/index.html
View file @
571e6d03
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
}
}
//页面刷新的时候不出现
//页面刷新的时候不出现
if
(
window
.
name
==
""
)
{
if
(
window
.
name
==
""
)
{
if
(
window
.
location
.
pathname
!=
'/ydLife/identify'
&&
window
.
location
.
href
.
indexOf
(
'preFlag=AGMS'
)
<
0
){
if
(
window
.
location
.
pathname
!=
'/ydLife/identify'
&&
window
.
location
.
href
.
indexOf
(
'preFlag=AGMS'
)
<
0
&&
window
.
location
.
href
.
indexOf
(
'reminder_detail'
)
<
0
){
window
.
name
=
"isReload"
;
// 在首次进入页面时我们可以给window.name设置一个固定值
window
.
name
=
"isReload"
;
// 在首次进入页面时我们可以给window.name设置一个固定值
initialize
();
initialize
();
getknowledgeQry
();
getknowledgeQry
();
...
...
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