|
|
@@ -458,9 +458,12 @@
|
|
|
中草药
|
|
|
</button>
|
|
|
<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,2)" id="yj_req_button">
|
|
|
- 辅助检查、检验与诊疗
|
|
|
+ 辅助检查、检验
|
|
|
</button>
|
|
|
- <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,3)" id="zy_req_button">
|
|
|
+ <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,3)" id="zl_req_button">
|
|
|
+ 诊疗
|
|
|
+ </button>
|
|
|
+ <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,4)" id="zy_req_button">
|
|
|
入院
|
|
|
</button>
|
|
|
<!--<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 麻、精一 -->
|
|
|
@@ -482,12 +485,26 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item form-group">
|
|
|
- <!--当前选中药品规格-->
|
|
|
- <input id="current_serial" type="hidden"/>
|
|
|
- <!-- 当前选中药品编码-->
|
|
|
- <input id="current_code" type="hidden"/>
|
|
|
- <!-- 当前选中药品是否是修改状态 true 修改 false 新增-->
|
|
|
- <input id="update_flag" type="hidden"/>
|
|
|
+ <!--当前选择西药品规格-->
|
|
|
+ <input id="western_medicine_current_serial" type="hidden"/>
|
|
|
+ <!-- 当前选择西药品编码-->
|
|
|
+ <input id="western_medicine_current_code" type="hidden"/>
|
|
|
+ <!--当前选择中药品规格-->
|
|
|
+ <input id="chinese_medicine_current_serial" type="hidden"/>
|
|
|
+ <!-- 当前选择中药品编码-->
|
|
|
+ <input id="chinese_medicine_current_code" type="hidden"/>
|
|
|
+ <!-- 当前选择检查检验编码-->
|
|
|
+ <input id="jcjy_current_code" type="hidden"/>
|
|
|
+ <!-- 当前选择诊疗编码-->
|
|
|
+ <input id="zl_current_code" type="hidden"/>
|
|
|
+ <!-- 当前选择西药品是否是修改状态 true 修改 false 新增-->
|
|
|
+ <input id="western_medicine_update_flag" type="hidden"/>
|
|
|
+ <!-- 当前选择中药品是否是修改状态 true 修改 false 新增-->
|
|
|
+ <input id="chinese_medicine_update_flag" type="hidden"/>
|
|
|
+ <!-- 当前选择检查检验是否是修改状态 true 修改 false 新增-->
|
|
|
+ <input id="jcjy_update_flag" type="hidden"/>
|
|
|
+ <!-- 当前选择诊疗是否是修改状态 true 修改 false 新增-->
|
|
|
+ <input id="zl_update_flag" type="hidden"/>
|
|
|
<!-- 当前中药的药品类型-->
|
|
|
<input id="current_zyClassType" type="hidden"/>
|
|
|
<!-- 当前药房编码-->
|
|
|
@@ -718,12 +735,6 @@
|
|
|
<input type="text" class="form-control my_label_input_2" id="jcjyItemPrice"
|
|
|
style="padding-left: 10px;" readonly>
|
|
|
</div>
|
|
|
- <div style="width: 256px;float: left;" class="hide" id="chargeUnitDiv">
|
|
|
- <label class="my_label">描述<span
|
|
|
- class="required">*</span>:</label>
|
|
|
- <input type="text" class="form-control my_label_input_2" id="chargeUnit"
|
|
|
- style="padding-left: 10px;" required="required">
|
|
|
- </div>
|
|
|
<div style="width: 256px;float: left;" class="hide" id="jyZdSampleDiv">
|
|
|
<label class="my_label">检验物<span
|
|
|
class="required">*</span>:</label>
|
|
|
@@ -752,12 +763,6 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <div style="width: 130px;float: left;" class="hide" id="itemQuantityDiv">
|
|
|
- <label class="my_label" style="width: 40px;">数量:</label>
|
|
|
- <input type="number" class="form-control my_label_input_2" id="itemQuantity"
|
|
|
- style="padding-left: 10px;" >
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="item form-group">
|
|
|
<div style="width: 100%">
|
|
|
@@ -771,7 +776,7 @@
|
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
class="fa fa-trash"> 清空</i></a>
|
|
|
<a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;margin-left: 20px;"
|
|
|
- onclick="getJcJyItemChargeByCode(null)" id="jcJyItemChargeDetail"
|
|
|
+ onclick="getJcJyItemChargeByCode(null,null)" id="jcJyItemChargeDetail"
|
|
|
class="hide"><i
|
|
|
class="fa fa-eye"> 查看明细</i></a>
|
|
|
</div>
|
|
|
@@ -788,6 +793,76 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<div style="margin-top: 5px;width: 386px;float: left;" class="thmz_alert hide" id="rp_form3">
|
|
|
+ <form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 386px;float: left;">
|
|
|
+ <label class="my_label_2">项目<span
|
|
|
+ class="required">*</span>:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 340px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="zlItem"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 99%"
|
|
|
+ onKeyUp="loadZlItemList(event)"
|
|
|
+ required="required">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 130px;float: left;">
|
|
|
+ <label class="my_label_2">单价:</label>
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="zlItemPrice"
|
|
|
+ style="padding-left: 10px;" readonly>
|
|
|
+ </div>
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label">描述<span
|
|
|
+ class="required">*</span>:</label>
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="chargeUnit"
|
|
|
+ style="padding-left: 10px;" required="required">
|
|
|
+ </div>
|
|
|
+ <input type="hidden" id="zltype"/>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label_2" style="width: 70px;">执行科室:</label>
|
|
|
+ <div style="width: 163px;float: left;">
|
|
|
+ <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
+ id="zlExecUnit">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div style="width: 130px;float: left;">
|
|
|
+ <label class="my_label" style="width: 40px;">数量:</label>
|
|
|
+ <input type="number" class="form-control my_label_input_2" id="itemQuantity"
|
|
|
+ style="padding-left: 10px;" >
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 100%">
|
|
|
+ <label class="my_label_2">备注:</label>
|
|
|
+ <input type="text" class="form-control " id="zlRemark"
|
|
|
+ style="padding-left: 10px;width: 340px;" placeholder="请输入">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 100%;height: 22px;line-height: 22px;">
|
|
|
+ <div style="float: left;display: inline-block;"><a onclick="clearZlItem()"
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
+ class="fa fa-trash"> 清空</i></a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div style="float: right;display: inline-block;">
|
|
|
+ <a
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #333333;"
|
|
|
+ onclick="saveZlItem(true)"> 保存到右侧<i
|
|
|
+ class="fa fa-long-arrow-right"
|
|
|
+ style="font-size: 20px;vertical-align: middle;width: 30px;height: 20px;text-align: center;background-color: #337AB7;color: white;margin-left: 10px"></i></a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px;width: 386px;float: left;" class="thmz_alert hide" id="rp_form4">
|
|
|
<form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
<div class="item form-group">
|
|
|
<div style="width: 170px;float: left;">
|
|
|
@@ -873,6 +948,13 @@
|
|
|
style="height: calc(100% - 75px);min-height: 285px;">
|
|
|
</div>
|
|
|
<!-- 选项卡菜单-->
|
|
|
+ <ul id="jcjyTab" class="nav nav-tabs hide" role="tablist">
|
|
|
+ </ul>
|
|
|
+ <!-- 选项卡面板 -->
|
|
|
+ <div id="jcjyTabContent" class="tab-content hide"
|
|
|
+ style="height: calc(100% - 75px);min-height: 285px;">
|
|
|
+ </div>
|
|
|
+ <!-- 选项卡菜单-->
|
|
|
<ul id="zlTab" class="nav nav-tabs hide" role="tablist">
|
|
|
</ul>
|
|
|
<!-- 选项卡面板 -->
|
|
|
@@ -1303,11 +1385,18 @@
|
|
|
</div>
|
|
|
<div class="conent" style="margin-bottom: 5px;" id="prescriptionDetail_zlyjTitle">
|
|
|
<div style="color: #2e69eb!important;margin-bottom: 5px;">
|
|
|
- 医技与诊疗:
|
|
|
+ 辅助检查、检验:
|
|
|
</div>
|
|
|
<div id="prescriptionDetail_zlyjContent">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="conent" style="margin-bottom: 5px;" id="prescriptionDetail_zlTitle">
|
|
|
+ <div style="color: #2e69eb!important;margin-bottom: 5px;">
|
|
|
+ 诊疗:
|
|
|
+ </div>
|
|
|
+ <div id="prescriptionDetail_zlContent">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="conent" style="margin-bottom: 5px;" id="prescriptionDetail_zyReqTitle">
|
|
|
<div style="color: #2e69eb!important;margin-bottom: 5px;">
|
|
|
入院处理:
|
|
|
@@ -1440,12 +1529,18 @@
|
|
|
</div>
|
|
|
<div class="conent" style="margin-bottom: 5px;">
|
|
|
<div style="color: #2e69eb!important;margin-bottom: 5px;" id="zlyjTitle">
|
|
|
- 诊疗与医技:
|
|
|
+ 辅助检查、检验:
|
|
|
</div>
|
|
|
<div id="zlyjContent">
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="conent" style="margin-bottom: 5px;">
|
|
|
+ <div style="color: #2e69eb!important;margin-bottom: 5px;" id="zlTitle">
|
|
|
+ 诊疗:
|
|
|
+ </div>
|
|
|
+ <div id="zlContent">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</form>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|