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
7135f7ab
authored
2020-02-21 14:15:28 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ad334589
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/components/clarms/clarms-plugins-material.js
src/components/clarms/clarms-plugins-material.vue
src/components/clarms/clarms-plugins-material.js
View file @
7135f7a
...
...
@@ -367,9 +367,11 @@ export default {
this
.
policyIllegal
=
false
;
}
else
{
this
.
policyIllegal
=
true
;
if
(
this
.
data
.
contactDate
)
{
this
.
$emit
(
"showModal"
,
{
action
:
1
,
type
:
2
});
}
}
}
},
insuredChange
()
{
this
.
typeSelected
=
[];
...
...
src/components/clarms/clarms-plugins-material.vue
View file @
7135f7a
...
...
@@ -103,7 +103,7 @@
<div
class=
"down-arrow"
></div>
<div
class=
"cont"
>
<div
class=
"ipt-date"
>
<date-picker
v-model=
"data.contactDate"
:pluginActivity=
"pluginActivityHandler"
: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>
<date-picker
v-model=
"data.contactDate"
:pluginActivity=
"pluginActivityHandler"
:formatter=
"'dd-MM-yyyy'"
:filtModel=
"['future'
,'today'
]"
: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>
...
...
Please
register
or
sign in
to post a comment