|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<!-- <div class="maintitle">神豚医疗信息系统</div> --> |
|
|
|
<div style=""> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 用户权限管理 </span> |
|
|
|
<span class="el-dropdown-link">用户权限管理</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="organization-units">组织架构</el-dropdown-item> |
|
|
|
<el-dropdown-item command="role">角色管理</el-dropdown-item> |
|
|
|
@ -16,9 +16,9 @@ |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!-- 基础字典 --> |
|
|
|
<div style="margin-left: 15px" class="basicdictionany"> |
|
|
|
<div style="margin-left: 10px" class="basicdictionany"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 基础字典 </span> |
|
|
|
<span class="el-dropdown-link">基础字典</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="guide-type">导引类别</el-dropdown-item> |
|
|
|
<el-dropdown-item command="medical-report-type">体检报告类别</el-dropdown-item> |
|
|
|
@ -45,9 +45,9 @@ |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!-- 收费设置 --> |
|
|
|
<div class="feesettings" style="margin-left: 20px"> |
|
|
|
<div class="feesettings" style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 收费设置 </span> |
|
|
|
<span class="el-dropdown-link">收费设置</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="invoice-item-type">发票项目类别</el-dropdown-item> |
|
|
|
<el-dropdown-item command="pay-mode">支付方式</el-dropdown-item> |
|
|
|
@ -58,9 +58,9 @@ |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!--常用设置 --> |
|
|
|
<div class="commonsettings" style="margin-left: 20px"> |
|
|
|
<div class="commonsettings" style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 常用设置 </span> |
|
|
|
<span class="el-dropdown-link">常用设置</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="item-type">项目类别</el-dropdown-item> |
|
|
|
<el-dropdown-item command="item">项目设置</el-dropdown-item> |
|
|
|
@ -87,9 +87,9 @@ |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!-- 体检登记 --> |
|
|
|
<div class="examinationregistration" style="margin-left: 15px"> |
|
|
|
<div class="examinationregistration" style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 体检登记 </span> |
|
|
|
<span class="el-dropdown-link">体检登记</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="customerOrg">体检单位设置</el-dropdown-item> |
|
|
|
<el-dropdown-item command="customerOrgGroup">单位分组设置</el-dropdown-item> |
|
|
|
@ -103,21 +103,20 @@ |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!-- 体检 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 15px"> |
|
|
|
<div class="physicalexamination" style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 体检 </span> |
|
|
|
<span class="el-dropdown-link">体检</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="doctorCheck">体检医生诊台</el-dropdown-item> |
|
|
|
<el-dropdown-item command="sumDoctorCheck">总检医生诊台</el-dropdown-item> |
|
|
|
|
|
|
|
</el-dropdown-menu> |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<!-- 体检查询 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 15px"> |
|
|
|
<div style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<span class="el-dropdown-link"> 体检查询 </span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<span class="el-dropdown-link">体检查询</span> |
|
|
|
<el-dropdown-menu slot="dropdown" style="width:170px;"> |
|
|
|
<el-dropdown-item command="report">体检报告</el-dropdown-item> |
|
|
|
<el-dropdown-item command="checkStatus">组合项目检查状态</el-dropdown-item> |
|
|
|
<el-dropdown-item command="chargeAsbitem">人员费用组合项目</el-dropdown-item> |
|
|
|
|