Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
eba4111b
Commit
eba4111b
authored
Aug 19, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 身份证有效期问题修复
parent
71a2b3af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
17 deletions
+22
-17
detail.huagui.shouxian.js
src/api/detail.huagui.shouxian.js
+10
-10
CrRadioBtn.vue
src/components/CrRadioBtn.vue
+6
-3
index.vue
src/views/Policy/Add/index.vue
+6
-4
No files found.
src/api/detail.huagui.shouxian.js
View file @
eba4111b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Description: 华贵大麦2020定期寿险
* @Description: 华贵大麦2020定期寿险
* @Date: 2020-07-27 15:46:37
* @Date: 2020-07-27 15:46:37
* @LastEditors: gzw
* @LastEditors: gzw
* @LastEditTime: 2020-08-19 1
0:07:43
* @LastEditTime: 2020-08-19 1
1:20:24
*/
*/
import
goodsBg
from
"
@/assets/images/goods/detail/shouxian/bg.png
"
;
import
goodsBg
from
"
@/assets/images/goods/detail/shouxian/bg.png
"
;
...
@@ -57,15 +57,15 @@ export default {
...
@@ -57,15 +57,15 @@ export default {
{
title
:
"
"
,
value
:
"
保至60岁/65岁/70岁
"
}
{
title
:
"
"
,
value
:
"
保至60岁/65岁/70岁
"
}
],
],
bankInfo
:
[
bankInfo
:
[
{
title
:
"
工商银行
"
,
value
:
"
101
"
},
{
title
:
"
工商银行
"
,
value
:
"
0
101
"
},
{
title
:
"
农业银行
"
,
value
:
"
102
"
},
{
title
:
"
农业银行
"
,
value
:
"
0
102
"
},
{
title
:
"
中国银行
"
,
value
:
"
103
"
},
{
title
:
"
中国银行
"
,
value
:
"
0
103
"
},
{
title
:
"
建设银行
"
,
value
:
"
104
"
},
{
title
:
"
建设银行
"
,
value
:
"
0
104
"
},
{
title
:
"
招商银行
"
,
value
:
"
115
"
},
{
title
:
"
招商银行
"
,
value
:
"
0
115
"
},
{
title
:
"
贵州银行
"
,
value
:
"
105
"
},
{
title
:
"
贵州银行
"
,
value
:
"
0
105
"
},
{
title
:
"
兴业银行
"
,
value
:
"
116
"
},
{
title
:
"
兴业银行
"
,
value
:
"
0
116
"
},
{
title
:
"
民生银行
"
,
value
:
"
112
"
},
{
title
:
"
民生银行
"
,
value
:
"
0
112
"
},
{
title
:
"
邮政储蓄
"
,
value
:
"
128
"
}
{
title
:
"
邮政储蓄
"
,
value
:
"
0
128
"
}
],
],
planTipOptions
:
[
"
最高350万
"
,
"
高风险职业可保
"
,
"
免体检
"
],
planTipOptions
:
[
"
最高350万
"
,
"
高风险职业可保
"
,
"
免体检
"
],
noticeCellInfo
:
[
noticeCellInfo
:
[
...
...
src/components/CrRadioBtn.vue
View file @
eba4111b
...
@@ -38,9 +38,12 @@ export default {
...
@@ -38,9 +38,12 @@ export default {
}
}
},
},
watch
:
{
watch
:
{
value
(
val
)
{
value
:
{
this
.
radioVal
=
val
||
""
;
immediate
:
true
,
this
.
$emit
(
CHANGE_EVENT
,
val
);
handler
(
val
)
{
this
.
radioVal
=
val
||
""
;
this
.
$emit
(
CHANGE_EVENT
,
val
);
}
},
},
radioVal
(
val
)
{
radioVal
(
val
)
{
this
.
$emit
(
CHANGE_EVENT
,
val
);
this
.
$emit
(
CHANGE_EVENT
,
val
);
...
...
src/views/Policy/Add/index.vue
View file @
eba4111b
...
@@ -612,10 +612,12 @@ export default {
...
@@ -612,10 +612,12 @@ export default {
getParamFromSession
()
{
getParamFromSession
()
{
const
{
amountInsured
,
policyPeriod
,
payPeriod
,
payType
,
productNo
}
=
this
.
policyFormData
;
const
{
amountInsured
,
policyPeriod
,
payPeriod
,
payType
,
productNo
}
=
this
.
policyFormData
;
this
.
formData
.
productNo
=
productNo
;
this
.
formData
.
productNo
=
productNo
;
this
.
formData
.
productItem
=
{
if
(
amountInsured
&&
policyPeriod
&&
payPeriod
&&
payType
)
{
...
this
.
formData
.
productItem
,
this
.
formData
.
productItem
=
{
...{
amountInsured
,
policyPeriod
,
payPeriod
,
payType
}
...
this
.
formData
.
productItem
,
};
...{
amountInsured
,
policyPeriod
,
payPeriod
,
payType
}
};
}
const
nextDate
=
Date
.
parse
(
new
Date
())
+
86400000
;
const
nextDate
=
Date
.
parse
(
new
Date
())
+
86400000
;
this
.
formData
.
effectiveDate
=
parseTime
(
nextDate
,
"
{y}-{m}-{d} 00:00:00
"
);
this
.
formData
.
effectiveDate
=
parseTime
(
nextDate
,
"
{y}-{m}-{d} 00:00:00
"
);
this
.
$forceUpdate
();
this
.
$forceUpdate
();
...
...
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