Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f2729acc
authored
2020-02-20 17:14:03 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
2 parents
d1dd0e9a
43607170
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
src/components/clarms/clarms-plugins-material.js
src/components/clarms/clarms-plugins-material.vue
src/pages/clarms/clarms.js
src/components/clarms/clarms-plugins-material.js
View file @
f2729ac
...
...
@@ -276,7 +276,8 @@ export default {
return
false
;
}
// console.log("insured === ", insured);
var
time
=
new
Date
(
this
.
data
.
contactDate
.
replace
(
/
\-
/g
,
"/"
)
+
" 00:00:00"
).
getTime
();
var
time
=
new
Date
(
ddMMyyyy2yyyyMMdd
(
this
.
data
.
contactDate
).
replace
(
/
\-
/g
,
"/"
)
+
" 00:00:00"
).
getTime
();
// var time = new Date(this.data.contactDate.replace(/\-/g, "/") + " 00:00:00").getTime();
for
(
let
index
=
0
;
index
<
insured
.
policyInfoList
.
length
;
index
++
)
{
let
policy
=
insured
.
policyInfoList
[
index
];
// 有效期为生效日至满期日+60天
...
...
src/components/clarms/clarms-plugins-material.vue
View file @
f2729ac
...
...
@@ -103,7 +103,7 @@
<div
class=
"down-arrow"
></div>
<div
class=
"cont"
>
<div
class=
"ipt-date"
>
<date-picker
v-model=
"data.contactDate"
:formatter=
"'dd-MM-yyyy'"
:filtModel=
"['future']"
:check=
"checkDate"
:cusStyle=
"{border:'none !important','background-color':'transparent !important','height':'58px', 'color':'#ff6839','font-weight':'bold','text-align': 'center'}"
></date-picker>
<date-picker
v-model=
"data.contactDate"
:formatter=
"'dd-MM-yyyy'"
:filtModel=
"['future']"
:check=
"checkDate"
:
readonly=
"true"
:
cusStyle=
"{border:'none !important','background-color':'transparent !important','height':'58px', 'color':'#ff6839','font-weight':'bold','text-align': 'center'}"
></date-picker>
</div>
</div>
</div>
...
...
src/pages/clarms/clarms.js
View file @
f2729ac
...
...
@@ -130,7 +130,7 @@ export default {
this
.
step
=
2
;
},
handleShowModal
(
model
)
{
console
.
log
(
model
);
//
console.log(model);
if
(
model
.
action
==
1
)
{
this
.
modelType
=
model
.
type
;
this
.
showModal1
=
true
;
...
...
Please
register
or
sign in
to post a comment