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
77461c0f
Commit
77461c0f
authored
Aug 13, 2020
by
何为
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽机构选择
parent
e2bdca3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
index.vue
src/views/signingWD/index.vue
+13
-14
No files found.
src/views/signingWD/index.vue
View file @
77461c0f
...
...
@@ -113,7 +113,7 @@
</div>
</div>
</div>
-->
<div
class=
"form"
>
<
!--
<
div
class=
"form"
>
<div
class=
"table"
>
<div
class=
"tr"
>
<div
class=
"td label"
>
社区卫生机构
</div>
...
...
@@ -130,7 +130,7 @@
</div>
</div>
</div>
</div>
</div>
-->
<div
class=
"p-title"
>
<span
class=
"label"
>
服务成员信息
</span>
</div>
...
...
@@ -898,16 +898,16 @@ export default {
return
false
}
// 社区卫生机构字段校验
const
_orgNameFlag
=
this
.
BaseForm
.
orgName
if
(
!
_orgNameFlag
)
{
this
.
BaseValidate
.
orgState
=
false
this
.
$toast
({
message
:
'请选择所在社区卫生机构!'
,
position
:
'center'
,
duration
:
3000
})
return
false
}
//
const _orgNameFlag = this.BaseForm.orgName
//
if (!_orgNameFlag) {
//
this.BaseValidate.orgState = false
//
this.$toast({
//
message: '请选择所在社区卫生机构!',
//
position: 'center',
//
duration: 3000
//
})
//
return false
//
}
return
true
},
...
...
@@ -1084,7 +1084,6 @@ export default {
},
openPopupAddress
()
{
// 现住址picker
this
.
addressPopupVisible
=
true
console
.
log
(
this
.
stepCurrent
)
if
(
this
.
stepCurrent
===
1
)
{
this
.
getProvince
()
}
else
if
(
this
.
stepCurrent
===
2
)
{
...
...
@@ -1269,7 +1268,7 @@ export default {
bs
:
childrenArr
,
'accountId'
:
this
.
accountId
,
'group_id'
:
this
.
groupId
,
'orgId'
:
this
.
BaseForm
.
orgId
,
'orgId'
:
this
.
orgId
,
'idCard'
:
this
.
BaseForm
.
idCard
,
'pregnantDate'
:
this
.
BaseForm
.
lastMensesTime
,
'imagedate'
:
this
.
signatureImage
,
...
...
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