Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘琦
voucher-h5
Commits
8027e9fe
Commit
8027e9fe
authored
Dec 26, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
乌当生育全程签约签约以后所有表单不可以编辑;
parent
10f75682
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
index.vue
src/views/signingWD/index.vue
+10
-5
No files found.
src/views/signingWD/index.vue
View file @
8027e9fe
...
...
@@ -33,7 +33,7 @@
<div
class=
"tr"
>
<div
class=
"td label"
>
手机号
</div>
<div
class=
"td text-right"
>
<input
type=
"text"
class=
"form-control"
maxlength=
"11"
placeholder=
"请输入有效手机号"
@
blur=
"BaseValidatePhone"
v-model=
"BaseForm.phone"
/>
<input
type=
"text"
class=
"form-control"
maxlength=
"11"
placeholder=
"请输入有效手机号"
@
blur=
"BaseValidatePhone"
v-model=
"BaseForm.phone"
:disabled=
"signStatus=='update'"
/>
<span
v-show=
"!BaseValidate.phoneState"
class=
"small-hint"
>
请输入有效手机号
</span>
</div>
</div>
...
...
@@ -47,7 +47,8 @@
<div
class=
"tr"
>
<div
class=
"td label"
>
末次月经时间
</div>
<div
class=
"td text-right"
>
<div
class=
"td-table"
@
click=
"openPickerLastMensesTime"
>
<input
type=
"text"
class=
"form-control"
v-model=
"BaseForm.lastMensesTime"
v-if=
"signStatus=='update'"
:disabled=
"signStatus=='update'"
/>
<div
class=
"td-table"
@
click=
"openPickerLastMensesTime"
v-else
>
<div
class=
"td-table-cell text"
>
<span
v-if=
"BaseForm.lastMensesTime === ''"
style=
"color:#FF9B44;"
>
领取儿童健康券时可不填写
</span>
<span
v-else
class=
"light"
>
{{
BaseForm
.
lastMensesTime
}}
</span>
...
...
@@ -63,7 +64,11 @@
<div
class=
"tr"
>
<div
class=
"td label"
>
现住址
</div>
<div
class=
"td text-right"
>
<div
class=
"td-table"
@
click=
"openPopupAddress"
>
<div
v-if=
"signStatus=='update'"
>
<p
class=
"tint m-b-normal"
>
{{
BaseForm
.
address
}}
</p>
<p
class=
"tint m-b-normal"
>
{{
BaseForm
.
subAddress
}}
</p>
</div>
<div
class=
"td-table"
@
click=
"openPopupAddress"
v-else
>
<div
class=
"td-table-cell text"
>
<p
class=
"m-b-normal"
>
<span
v-if=
"BaseForm.address === '' || BaseForm.address === ' '"
>
请选择现在居住地址
</span>
...
...
@@ -97,9 +102,9 @@
<div
class=
"td text-right"
>
<div
class=
"td-table"
>
<div
class=
"td-table-cell text"
>
<input
class=
"form-control"
v-model=
"BaseForm.code"
placeholder=
"请扫描保健手册条形码"
/>
<input
class=
"form-control"
v-model=
"BaseForm.code"
placeholder=
"请扫描保健手册条形码"
:disabled=
"signStatus=='update'"
/>
</div>
<div
class=
"td-table-cell icon text-orange"
>
<div
class=
"td-table-cell icon text-orange"
v-if=
"signStatus!='update'"
>
<i
class=
"glyphicon glyphicon-barcode"
@
click=
"scanCode()"
></i>
</div>
</div>
...
...
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