|
@@ -10,6 +10,7 @@
|
|
|
<script src="/thmz/js/dependent/jquery.webui-popover.min.js"></script>
|
|
<script src="/thmz/js/dependent/jquery.webui-popover.min.js"></script>
|
|
|
<script src="/thmz/js/dependent/jquery.smartWizard.js"></script>
|
|
<script src="/thmz/js/dependent/jquery.smartWizard.js"></script>
|
|
|
<script src="/thmz/js/dependent/validator.js"></script>
|
|
<script src="/thmz/js/dependent/validator.js"></script>
|
|
|
|
|
+<script src="/thmz/js/common/map-util.js"></script>
|
|
|
<script src="/thmz/js/mz/clinic.js"></script>
|
|
<script src="/thmz/js/mz/clinic.js"></script>
|
|
|
<title>就诊</title>
|
|
<title>就诊</title>
|
|
|
<style>
|
|
<style>
|
|
@@ -406,6 +407,10 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
|
|
+ <!--当前选中药品规格-->
|
|
|
|
|
+ <input id="current_serial" type="hidden"/>
|
|
|
|
|
+ <!-- 当前选中药品编码-->
|
|
|
|
|
+ <input id="current_code" type="hidden"/>
|
|
|
<div style="margin-top: 5px;width: 386px;float: left;" class="thmz_alert" id="rp_form0">
|
|
<div style="margin-top: 5px;width: 386px;float: left;" class="thmz_alert" id="rp_form0">
|
|
|
<form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
<form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
@@ -433,30 +438,39 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
<div style="width: 130px;float: left;">
|
|
<div style="width: 130px;float: left;">
|
|
|
- <label class="my_label_2">剂量:</label>
|
|
|
|
|
|
|
+ <label class="my_label_2">用法:</label>
|
|
|
<div style="width: 85px;float: left;">
|
|
<div style="width: 85px;float: left;">
|
|
|
<select class="form-control selectpicker show-tick"
|
|
<select class="form-control selectpicker show-tick"
|
|
|
- title="请选择"
|
|
|
|
|
- id="drugWin">
|
|
|
|
|
|
|
+ title="请选择" data-live-search="true"
|
|
|
|
|
+ id="supplyType">
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: 256px;float: left;">
|
|
<div style="width: 256px;float: left;">
|
|
|
- <label class="my_label">用法:</label>
|
|
|
|
|
- <div class="form-group has-feedback" style="float: right;width: 190px;">
|
|
|
|
|
- <input type="text" class="form-control has-feedback-left" id="symptom7"
|
|
|
|
|
- placeholder="请输入" style="padding-left: 10px;width: 95%">
|
|
|
|
|
- <span class="fa fa-search form-control-feedback right"
|
|
|
|
|
- aria-hidden="true"></span>
|
|
|
|
|
|
|
+ <label class="my_label">剂量:</label>
|
|
|
|
|
+ <div style="float: left;width: 85px"><input type="text"
|
|
|
|
|
+ class="form-control my_label_input_2"
|
|
|
|
|
+ id="drugWin" onchange="calculate()">
|
|
|
|
|
+ <!--最小剂量-->
|
|
|
|
|
+ <input type="hidden" id="drugWinDb"/>
|
|
|
|
|
+ <!--包装数量-->
|
|
|
|
|
+ <input type="hidden" id="packSize"/>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="width: 85px;float: left;margin-left: 13px;">
|
|
|
|
|
+ <select class="form-control selectpicker show-tick"
|
|
|
|
|
+ title="请选择" onchange="drugWinUnitChange()"
|
|
|
|
|
+ id="drugWinUnit">
|
|
|
|
|
+ </select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
<div style="width: 130px;float: left;">
|
|
<div style="width: 130px;float: left;">
|
|
|
- <label class="my_label_2">天数:</label>
|
|
|
|
|
|
|
+ <label class="my_label_2">天数<span
|
|
|
|
|
+ class="required">*</span>:</label>
|
|
|
<div style="width: 85px;float: left;">
|
|
<div style="width: 85px;float: left;">
|
|
|
<select class="form-control selectpicker show-tick"
|
|
<select class="form-control selectpicker show-tick"
|
|
|
- title="请选择"
|
|
|
|
|
|
|
+ title="请选择" onchange="calculate()"
|
|
|
id="dayNum">
|
|
id="dayNum">
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
@@ -465,7 +479,7 @@
|
|
|
<label class="my_label">频次:</label>
|
|
<label class="my_label">频次:</label>
|
|
|
<div style="width: 85px;float: left;">
|
|
<div style="width: 85px;float: left;">
|
|
|
<select class="form-control selectpicker show-tick"
|
|
<select class="form-control selectpicker show-tick"
|
|
|
- title="请选择"
|
|
|
|
|
|
|
+ title="请选择" data-live-search="true" onchange="calculate()"
|
|
|
id="orderFrequency">
|
|
id="orderFrequency">
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
@@ -473,10 +487,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
<div style="width: 130px;float: left;">
|
|
<div style="width: 130px;float: left;">
|
|
|
- <label class="my_label_2">总量<span
|
|
|
|
|
- class="required">*</span>:</label>
|
|
|
|
|
- <input type="text" class="form-control my_label_input_2" id="symptom10"
|
|
|
|
|
- placeholder="请输入" style="padding-left: 10px;" required="required">
|
|
|
|
|
|
|
+ <label class="my_label_2">总量:</label>
|
|
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="gross"
|
|
|
|
|
+ style="padding-left: 10px;" readonly>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: 256px;float: left;">
|
|
<div style="width: 256px;float: left;">
|
|
|
<label class="my_label">单位:</label>
|
|
<label class="my_label">单位:</label>
|
|
@@ -491,33 +504,32 @@
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
<div style="width: 130px;float: left;">
|
|
<div style="width: 130px;float: left;">
|
|
|
<label class="my_label_2">单价:</label>
|
|
<label class="my_label_2">单价:</label>
|
|
|
- <input type="text" class="form-control my_label_input_2" id="symptom11"
|
|
|
|
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="packRetprice"
|
|
|
style="padding-left: 10px;" readonly>
|
|
style="padding-left: 10px;" readonly>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: 256px;float: left;">
|
|
<div style="width: 256px;float: left;">
|
|
|
<label class="my_label">金额:</label>
|
|
<label class="my_label">金额:</label>
|
|
|
- <input type="text" class="form-control my_label_input_2" id="symptom12"
|
|
|
|
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="totalRetprice"
|
|
|
style="padding-left: 10px;" readonly>
|
|
style="padding-left: 10px;" readonly>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item form-group">
|
|
<div class="item form-group">
|
|
|
<div style="width: 100%">
|
|
<div style="width: 100%">
|
|
|
<label class="my_label_2">医嘱:</label>
|
|
<label class="my_label_2">医嘱:</label>
|
|
|
- <input type="text" class="form-control " id="symptom13"
|
|
|
|
|
|
|
+ <input type="text" class="form-control " id="medicalAdvice"
|
|
|
style="padding-left: 10px;width: 340px;" placeholder="请输入">
|
|
style="padding-left: 10px;width: 340px;" placeholder="请输入">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: 100%;height: 22px;line-height: 22px;">
|
|
<div style="width: 100%;height: 22px;line-height: 22px;">
|
|
|
- <div style="float: left;display: inline-block;"><a id="clearRegistration44"
|
|
|
|
|
|
|
+ <div style="float: left;display: inline-block;"><a onclick="clearWesternMedicine()"
|
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
class="fa fa-trash"> 清空</i></a></div>
|
|
class="fa fa-trash"> 清空</i></a></div>
|
|
|
|
|
|
|
|
<div style="float: right;display: inline-block;"><a id="clearRegistration"
|
|
<div style="float: right;display: inline-block;"><a id="clearRegistration"
|
|
|
- style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<i
|
|
|
|
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #333333;" onclick="saveWesternMedicine()"> 保存到右侧<i
|
|
|
class="fa fa-long-arrow-right"
|
|
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>
|
|
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>
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
@@ -661,12 +673,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: 100%;height: 22px;line-height: 22px;">
|
|
<div style="width: 100%;height: 22px;line-height: 22px;">
|
|
|
- <div style="float: left;display: inline-block;"><a id="clearRegistration4"
|
|
|
|
|
|
|
+ <div style="float: left;display: inline-block;"><a onclick="clearWesternMedicine()"
|
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
class="fa fa-trash"> 清空</i></a></div>
|
|
class="fa fa-trash"> 清空</i></a></div>
|
|
|
|
|
|
|
|
- <div style="float: right;display: inline-block;"><a id="clearRegistration5"
|
|
|
|
|
- style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<i
|
|
|
|
|
|
|
+ <div style="float: right;display: inline-block;"><a id="clearRegistration5" style="cursor: pointer;font-size: 14px;color: #333333;" onclick="saveYpDict()"> 保存到右侧<i
|
|
|
class="fa fa-long-arrow-right"
|
|
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>
|
|
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>
|
|
@@ -675,256 +686,42 @@
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="width: calc(100% - 396px);float: right;border-left: 1px solid #ddd;padding-left: 10px;min-height: 360px;">
|
|
<div style="width: calc(100% - 396px);float: right;border-left: 1px solid #ddd;padding-left: 10px;min-height: 360px;">
|
|
|
- <!-- 西成药的处方开始 -->
|
|
|
|
|
- <div id="wizard0" class="form_wizard wizard_horizontal">
|
|
|
|
|
- <ul class="wizard_steps">
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step-1">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">1</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方一</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step-2">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">2</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方二</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step-3">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">3</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方三</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step-4">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">4</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方四</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- <div id="step-1" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
-
|
|
|
|
|
- </div>
|
|
|
|
|
- <div id="step-2" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
-
|
|
|
|
|
- </div>
|
|
|
|
|
- <div id="step-3" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ <!-- 选项卡菜单-->
|
|
|
|
|
+ <ul id="xyTab" class="nav nav-tabs" role="tablist">
|
|
|
|
|
+ <li class="active"><a href="#bulletin" role="tab" data-toggle="tab">公告</a></li>
|
|
|
|
|
+ <li><a href="#rule" role="tab" data-toggle="pill">规则</a></li>
|
|
|
|
|
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <!-- 选项卡面板 -->
|
|
|
|
|
+ <div id="xyTabContent" class="tab-content" style="height: calc(100% - 75px);min-height: 285px;">
|
|
|
|
|
+ <div class="tab-pane fade in active" id="bulletin" style="height: 100%;min-height: 285px;position: relative;">公告内容面板
|
|
|
|
|
+ <div style='height: 30px;border-top: 1px solid #ddd;width: 100%;position: absolute;bottom:0;'>金额:<span id='amount0'>61.92元</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="step-4" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
-
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <div class="tab-pane fade" id="rule">规则内容面板</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- 西成药的处方结束 -->
|
|
|
|
|
- <!-- 中草药的处方开始 -->
|
|
|
|
|
- <div id="wizard1" class="form_wizard wizard_horizontal hide">
|
|
|
|
|
- <ul class="wizard_steps">
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step1-1">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">1</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方一</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- <div id="step1-1" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- 中草药的处方结束 -->
|
|
|
|
|
- <!-- 诊疗与医技的处方开始 -->
|
|
|
|
|
- <div id="wizard2" class="form_wizard wizard_horizontal hide">
|
|
|
|
|
- <ul class="wizard_steps">
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step2-1">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">1</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方一</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- <a href="#step2-2">
|
|
|
|
|
- <span class="step_no"
|
|
|
|
|
- style="width: 20px;height: 20px;line-height: 20px;">2</span>
|
|
|
|
|
- <span class="step_descr">
|
|
|
|
|
- <small>处方二</small>
|
|
|
|
|
- </span>
|
|
|
|
|
- </a>
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- <div id="step2-1" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ <!-- 选项卡菜单-->
|
|
|
|
|
+ <ul id="zyTab" class="nav nav-tabs hide" role="tablist">
|
|
|
|
|
+ <li class="active"><a href="#bulletin" role="forum" data-toggle="tab">论坛</a></li>
|
|
|
|
|
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <!-- 选项卡面板 -->
|
|
|
|
|
+ <div id="zyTabContent" class="tab-content hide" style="height: calc(100% - 75px);min-height: 285px;">
|
|
|
|
|
+ <div class="tab-pane fade in active" id="forum" style="height: 100%;min-height: 285px;position: relative;">公告内容面板
|
|
|
|
|
+ <div style='height: 30px;border-top: 1px solid #ddd;width: 100%;position: absolute;bottom:0;'>金额:<span id='amount1'>61.92元</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="step2-2" class="rb_item">
|
|
|
|
|
- <form class="form-horizontal form-label-left">
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- <img src="/thmz/images/prescription.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
- 1. 抗骨增生片 1片 4片 共12片<br/>
|
|
|
|
|
- 用法:口服 频次:每周三次(tiw) 1天 <i
|
|
|
|
|
- class="fa fa-long-arrow-left"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- <i class="fa fa-remove"
|
|
|
|
|
- style="cursor: pointer;height: 20px;line-height: 20px;width: 30px;font-size: 20px;"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <!-- 选项卡菜单-->
|
|
|
|
|
+ <ul id="zlTab" class="nav nav-tabs hide" role="tablist">
|
|
|
|
|
+ <li class="active"><a href="#security" role="tab" data-toggle="tab">安全</a></li>
|
|
|
|
|
+ <li><a href="#welfare" role="tab" data-toggle="pill">公益</a></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <!-- 选项卡面板 -->
|
|
|
|
|
+ <div id="zlTabContent" class="tab-content hide" style="height: calc(100% - 75px);min-height: 285px;">
|
|
|
|
|
+ <div class="tab-pane fade in active" id="security" style="height: 100%;min-height: 285px;position: relative;">公告内容面板
|
|
|
|
|
+ <div style='height: 30px;border-top: 1px solid #ddd;width: 100%;position: absolute;bottom:0;'>金额:<span id='amount2'>61.92元</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+ <div class="tab-pane fade" id="welfare">公益内容面板</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- 诊疗与医技的处方结束 -->
|
|
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|