|
|
|
@ -92,6 +92,21 @@ |
|
|
|
<div class="divBtnClass"> |
|
|
|
<el-button slot="reference" class="commonbutton" @click="btnAIdiagnosis(false)">AI诊断</el-button> |
|
|
|
</div> |
|
|
|
<div class="divBtnClass" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃明细项目检查') && !LocalConfig?.doctorCheck?.moreBtns.includes('放弃明细项目检查')"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="refuseItem" |
|
|
|
:disabled="doctorBtnDisabled('refuseItem')" style="font-size: 12px;">放弃明细项目检查</el-button> |
|
|
|
</div> |
|
|
|
<div class="divBtnClass" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃项目检查') && !LocalConfig?.doctorCheck?.moreBtns.includes('放弃项目检查')"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="refuse" |
|
|
|
:disabled="doctorBtnDisabled('refuse')">放弃项目检查</el-button> |
|
|
|
</div> |
|
|
|
<div class="divBtnClass" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '删除明细项目') && !LocalConfig?.doctorCheck?.moreBtns.includes('删除明细项目')"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="delItem" |
|
|
|
:disabled="doctorBtnDisabled('delItem')">删除明细项目</el-button> |
|
|
|
</div> |
|
|
|
<div v-show="checkPagePriv(pagePriv.privs, '修改结果')" class="divBtnClass"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="btnEdit" |
|
|
|
:disabled="doctorBtnDisabled('btnEdit')">修改结果</el-button> |
|
|
|
@ -141,20 +156,30 @@ |
|
|
|
<div class="divBtnClass"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="btnReset">重置</el-button> |
|
|
|
</div> |
|
|
|
<div class="divBtnClass" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '知情同意书') && !LocalConfig?.doctorCheck?.moreBtns.includes('知情同意书')"> |
|
|
|
<el-button type="primary" class="commonbutton" :disabled="doctorBtnDisabled('btnCheckHistory')" |
|
|
|
@click="previewCusGrant">知情同意书</el-button> |
|
|
|
</div> |
|
|
|
<div class="divBtnClass"> |
|
|
|
<el-dropdown> |
|
|
|
<el-button type="primary" class="commonbutton"> |
|
|
|
更多操作<i class="el-icon-arrow-down el-icon--right"></i> |
|
|
|
</el-button> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item :disabled="doctorBtnDisabled('refuseItem')" @click.native="refuseItem" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃明细项目检查')">放弃明细项目检查</el-dropdown-item> |
|
|
|
<el-dropdown-item :disabled="doctorBtnDisabled('refuse')" @click.native="refuse" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃项目检查')">放弃项目检查</el-dropdown-item> |
|
|
|
<el-dropdown-item :disabled="doctorBtnDisabled('delItem')" @click.native="delItem" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '删除明细项目')">删除明细项目</el-dropdown-item> |
|
|
|
<el-dropdown-item :disabled="doctorBtnDisabled('btnCheckHistory')" @click.native="previewCusGrant" |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '知情同意书')">知情同意书</el-dropdown-item> |
|
|
|
<el-dropdown-item |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃明细项目检查') && LocalConfig?.doctorCheck?.moreBtns.includes('放弃明细项目检查')" |
|
|
|
:disabled="doctorBtnDisabled('refuseItem')" @click.native="refuseItem">放弃明细项目检查</el-dropdown-item> |
|
|
|
<el-dropdown-item |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '放弃项目检查') && LocalConfig?.doctorCheck?.moreBtns.includes('放弃项目检查')" |
|
|
|
:disabled="doctorBtnDisabled('refuse')" @click.native="refuse">放弃项目检查</el-dropdown-item> |
|
|
|
<el-dropdown-item |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '删除明细项目') && LocalConfig?.doctorCheck?.moreBtns.includes('删除明细项目')" |
|
|
|
:disabled="doctorBtnDisabled('delItem')" @click.native="delItem">删除明细项目</el-dropdown-item> |
|
|
|
<el-dropdown-item |
|
|
|
v-show="checkPagePriv(pagePriv.privs, '知情同意书') && LocalConfig?.doctorCheck?.moreBtns.includes('知情同意书')" |
|
|
|
:disabled="doctorBtnDisabled('btnCheckHistory')" |
|
|
|
@click.native="previewCusGrant">知情同意书</el-dropdown-item> |
|
|
|
</el-dropdown-menu> |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
@ -374,6 +399,7 @@ export default { |
|
|
|
isQueue: 'N', //启用分诊排队 |
|
|
|
queueRoom: '', //默认分诊房间 |
|
|
|
isAutoNext: 'N', // 保存完结果,是否自动下一条记录 |
|
|
|
moreBtns: '放弃明细项目检查,放弃项目检查,删除明细项目,知情同意书', // 更多操作包含的按钮 |
|
|
|
}, |
|
|
|
normal: { // 常规参数 |
|
|
|
displayTab: false// 是否显示标签页 |
|
|
|
|