Commit 77461c0f by 何为

屏蔽机构选择

parent e2bdca3a
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment