Commit 77461c0f by 何为

屏蔽机构选择

parent e2bdca3a
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
</div> </div>
</div> --> </div> -->
<div class="form"> <!-- <div class="form">
<div class="table"> <div class="table">
<div class="tr"> <div class="tr">
<div class="td label">社区卫生机构</div> <div class="td label">社区卫生机构</div>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div> -->
<div class="p-title"> <div class="p-title">
<span class="label">服务成员信息</span> <span class="label">服务成员信息</span>
</div> </div>
...@@ -898,16 +898,16 @@ export default { ...@@ -898,16 +898,16 @@ export default {
return false return false
} }
// 社区卫生机构字段校验 // 社区卫生机构字段校验
const _orgNameFlag = this.BaseForm.orgName // const _orgNameFlag = this.BaseForm.orgName
if (!_orgNameFlag) { // if (!_orgNameFlag) {
this.BaseValidate.orgState = false // this.BaseValidate.orgState = false
this.$toast({ // this.$toast({
message: '请选择所在社区卫生机构!', // message: '请选择所在社区卫生机构!',
position: 'center', // position: 'center',
duration: 3000 // duration: 3000
}) // })
return false // return false
} // }
return true return true
}, },
...@@ -1084,7 +1084,6 @@ export default { ...@@ -1084,7 +1084,6 @@ export default {
}, },
openPopupAddress () { // 现住址picker openPopupAddress () { // 现住址picker
this.addressPopupVisible = true this.addressPopupVisible = true
console.log(this.stepCurrent)
if (this.stepCurrent === 1) { if (this.stepCurrent === 1) {
this.getProvince() this.getProvince()
} else if (this.stepCurrent === 2) { } else if (this.stepCurrent === 2) {
...@@ -1269,7 +1268,7 @@ export default { ...@@ -1269,7 +1268,7 @@ export default {
bs: childrenArr, bs: childrenArr,
'accountId': this.accountId, 'accountId': this.accountId,
'group_id': this.groupId, 'group_id': this.groupId,
'orgId': this.BaseForm.orgId, 'orgId': this.orgId,
'idCard': this.BaseForm.idCard, 'idCard': this.BaseForm.idCard,
'pregnantDate': this.BaseForm.lastMensesTime, 'pregnantDate': this.BaseForm.lastMensesTime,
'imagedate': this.signatureImage, '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