|
|
@ -42,9 +42,11 @@ |
|
|
<CheckPicture :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
<CheckPicture :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
</div> |
|
|
</div> |
|
|
<div :style="'margin-top: 2px;margin-left: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
<div :style="'margin-top: 2px;margin-left: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
|
|
|
|
|
|
<CheckSumSug :registerCheckId="dataTransOpts.tableS.register_check.id" :isCheckPicture="isCheckPicture" |
|
|
<CheckSumSug :registerCheckId="dataTransOpts.tableS.register_check.id" :isCheckPicture="isCheckPicture" |
|
|
:optGrant="optGrant" :addSummary="addSummary" :btnMakeDiagnosis="btnMakeDiagnosis" :save="save" |
|
|
:optGrant="optGrant" :addSummary="addSummary" :btnMakeDiagnosis="btnMakeDiagnosis" :save="save" |
|
|
:audit="audit" :unAudit="unAudit" :btnLineUp="btnLineUp" :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
:audit="audit" :unAudit="unAudit" :btnLineUp="btnLineUp" :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div :style="'margin-top: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
<div :style="'margin-top: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
<RegisterCheckEdit :registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
<RegisterCheckEdit :registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
@ -301,6 +303,7 @@ export default { |
|
|
// this.patientRegister.customerOrgTreeAll = res.data; |
|
|
// this.patientRegister.customerOrgTreeAll = res.data; |
|
|
// tcdate(this.patientRegister.customerOrgTreeAll) |
|
|
// tcdate(this.patientRegister.customerOrgTreeAll) |
|
|
// }); |
|
|
// }); |
|
|
|
|
|
|
|
|
postapi('/api/app/CustomerOrg/GetCustomerOrgByParentId', { parentId: null }) |
|
|
postapi('/api/app/CustomerOrg/GetCustomerOrgByParentId', { parentId: null }) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|
if (res.code > -1) { |
|
|
if (res.code > -1) { |
|
|
|