|
|
|
@ -16,38 +16,40 @@ |
|
|
|
<div style="display: flex;"> |
|
|
|
<div :style="`width:${window.pageWidth - 120}px;`"> |
|
|
|
<div style="display: flex;justify-content:space-between;z-index:-1;"> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<PatientRegisterBase /> |
|
|
|
</div> |
|
|
|
<div style="width: 100px;"></div> |
|
|
|
</div> |
|
|
|
<div style="display: flex;"> |
|
|
|
<el-tabs v-model="activeName" tab-position="bottom" style="width: 200px;"> |
|
|
|
<el-tab-pane label="组合项目" name="asbitem"> |
|
|
|
<RegisterCheckList /> |
|
|
|
<el-tab-pane label="组合项目" name="asbitem"> |
|
|
|
<RegisterCheckList /> |
|
|
|
</el-tab-pane> |
|
|
|
<el-tab-pane :label="LocalConfig.doctorCheck.isQueue == 'Y' ? '叫号' : ''" name="call" |
|
|
|
:disabled="LocalConfig.doctorCheck.isQueue != 'Y'"> |
|
|
|
<QueueCheckList /> |
|
|
|
:disabled="LocalConfig.doctorCheck.isQueue != 'Y'"> |
|
|
|
<QueueCheckList /> |
|
|
|
</el-tab-pane> |
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
<div :style="'width:' + (window.pageWidth - 200 - 110 - 15) + 'px;'"> |
|
|
|
<div :style="'margin-left: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
|
<div :style="'margin-left: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
|
<CheckItemList :isCheckPicture="isCheckPicture" :doctor_check_check_charge="doctor_check_check_charge" |
|
|
|
:registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
|
:registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
|
</div> |
|
|
|
<div v-if="isCheckPicture" class="demo-image__preview" |
|
|
|
:style="'margin-top: 2px;margin-left: 2px;height:110px;width:' + (window.pageWidth - 200 - 110 - 45 - 2) + 'px;'"> |
|
|
|
<CheckPicture :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
|
:style="'margin-top: 2px;margin-left: 2px;height:110px;width:' + (window.pageWidth - 200 - 110 - 45 - 2) + 'px;'"> |
|
|
|
<CheckPicture :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
|
</div> |
|
|
|
<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" |
|
|
|
:optGrant="optGrant" :addSummary="addSummary" :btnMakeDiagnosis="btnMakeDiagnosis" :save="save" |
|
|
|
:audit="audit" :unAudit="unAudit" :btnLineUp="btnLineUp" :doctorBtnDisabled="doctorBtnDisabled" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div :style="'margin-top: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
|
<RegisterCheckEdit :registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
|
<div :style="'margin-top: 2px;width:' + (window.pageWidth - 200 - 110 - 15 - 2) + 'px;'"> |
|
|
|
<RegisterCheckEdit :registerCheckId="dataTransOpts.tableS.register_check.id" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -62,7 +64,7 @@ |
|
|
|
<div> |
|
|
|
<!-- 危急值 --> |
|
|
|
<el-dialog title="危急值" :visible.sync="dialogWin.FollowCriticalCheck" width="800px" |
|
|
|
:show-close="false" :close-on-click-modal="false" :append-to-body="true"> |
|
|
|
:show-close="false" :close-on-click-modal="false" :append-to-body="true"> |
|
|
|
<FollowCriticalCheck /> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
@ -301,6 +303,7 @@ export default { |
|
|
|
// this.patientRegister.customerOrgTreeAll = res.data; |
|
|
|
// tcdate(this.patientRegister.customerOrgTreeAll) |
|
|
|
// }); |
|
|
|
|
|
|
|
postapi('/api/app/CustomerOrg/GetCustomerOrgByParentId', { parentId: null }) |
|
|
|
.then(res => { |
|
|
|
if (res.code > -1) { |
|
|
|
|