|
@@ -8,6 +8,7 @@
|
|
|
<script src="/thmz/js/dependent/daterangepicker.js"></script>
|
|
|
<script src="/thmz/js/dependent/icheck.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/validator.js"></script>
|
|
|
<script src="/thmz/js/mz/clinic.js"></script>
|
|
|
<title>就诊</title>
|
|
@@ -66,14 +67,17 @@
|
|
|
.my_label_input_2 {
|
|
|
width: 85px;
|
|
|
}
|
|
|
+ div.rb_item div.form-group:hover{
|
|
|
+ color: #2E69EB;
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
|
<div class="row" style="height: calc(100% - 60px);overflow-y: auto;">
|
|
|
- <div style="margin-top: 10px;width: 310px;float: left;">
|
|
|
+ <div style="margin-top: 10px;width: 310px;float: left;height: calc(100% - 10px);">
|
|
|
<!--<div class="title">-->
|
|
|
<!--<div>就诊</div>-->
|
|
|
<!--</div>-->
|
|
|
- <form class="form-horizontal form-label-left mz-fixed-form" novalidate id="regi_form" autocomplete="off">
|
|
|
+ <form class="form-horizontal form-label-left mz-fixed-form" novalidate id="regi_form" autocomplete="off" style="height: 100%;overflow-y: auto;">
|
|
|
<div class="item form-group">
|
|
|
<div class="col-md-6 col-sm-6 col-xs-12">
|
|
|
<span style="cursor: default;margin-bottom: 10px !important;color: #2E69EB;">
|
|
@@ -264,200 +268,610 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- <div style="margin-top: 10px;border-left: 1px solid #ddd;border-right: 1px solid #ddd;width: calc(100% - 320px);max-width:1000px;float: left;">
|
|
|
- <div class="col-md-12 col-sm-12 col-xs-12">
|
|
|
- <div class="item form-group">
|
|
|
- <div class="col-md-8 col-sm-8 col-xs-12">
|
|
|
- <p>
|
|
|
- <input type="radio" class="flat" name="gender" id="genderM" value="M" checked="" required/> 初诊
|
|
|
- <input type="radio" class="flat" name="gender" id="genderF" value="F"/>复诊
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <div class="col-md-4 col-sm-4 col-xs-12" style="text-align: right;">
|
|
|
- <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"> 配置</i></a>
|
|
|
+ <div style="margin-top: 10px;border-left: 1px solid #ddd;border-right: 1px solid #ddd;width: calc(100% - 320px);max-width:1000px;float: left;height: calc(100% - 10px);">
|
|
|
+ <div style="height: calc(100% - 60px);overflow-y: auto;border-bottom: 1px solid #ddd;">
|
|
|
+ <div class="col-md-12 col-sm-12 col-xs-12">
|
|
|
+ <div class="item form-group">
|
|
|
+ <div class="col-md-8 col-sm-8 col-xs-12">
|
|
|
+ <p>
|
|
|
+ <input type="radio" class="flat" name="gender" id="genderM" value="M" checked="" required/> 初诊
|
|
|
+ <input type="radio" class="flat" name="gender" id="genderF" value="F"/>复诊
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-4 col-sm-4 col-xs-12" style="text-align: right;">
|
|
|
+ <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"> 配置</i></a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="col-md-12 col-sm-12 col-xs-12">
|
|
|
- <div style="background-color: #E0E0D9;height: 30px;line-height: 30px;">
|
|
|
- <div class="col-md-8 col-sm-8 col-xs-12">
|
|
|
- <span>姓名:</span> <span id="patientName">林雅豪</span>
|
|
|
- <span>年龄: </span> <span id="patientAge">58岁</span>
|
|
|
- <span>性别: </span> <span id="patientGender">男</span>
|
|
|
- <input id="patientId" type="hidden"/>
|
|
|
- </div>
|
|
|
- <div class="col-md-4 col-sm-4 col-xs-12" style="text-align: right;">
|
|
|
- <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"
|
|
|
- onclick="editUserModal(null)"><i
|
|
|
- class="fa fa-edit"> 编辑</i></a>
|
|
|
- <a id="clearUser"
|
|
|
- style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
- class="fa fa-trash"> 清空</i></a>
|
|
|
+ <div class="col-md-12 col-sm-12 col-xs-12">
|
|
|
+ <div style="background-color: #E0E0D9;height: 30px;line-height: 30px;">
|
|
|
+ <div class="col-md-8 col-sm-8 col-xs-12">
|
|
|
+ <span>姓名:</span> <span id="patientName">林雅豪</span>
|
|
|
+ <span>年龄: </span> <span id="patientAge">58岁</span>
|
|
|
+ <span>性别: </span> <span id="patientGender">男</span>
|
|
|
+ <input id="patientId" type="hidden"/>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-4 col-sm-4 col-xs-12" style="text-align: right;">
|
|
|
+ <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"
|
|
|
+ onclick="editUserModal(null)"><i
|
|
|
+ class="fa fa-edit"> 编辑</i></a>
|
|
|
+ <a id="clearUser"
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
+ class="fa fa-trash"> 清空</i></a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="col-md-12 col-sm-12 col-xs-12" style="margin-top: 10px;">
|
|
|
- <form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">主诉:</label>
|
|
|
- <div class="form-group has-feedback" style="float: right;width: calc(100% - 65px);">
|
|
|
- <input type="text" class="form-control has-feedback-left" id="symptom"
|
|
|
- placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
- <span class="fa fa-search form-control-feedback right" aria-hidden="true"></span>
|
|
|
+ <div class="col-md-12 col-sm-12 col-xs-12" style="margin-top: 10px;">
|
|
|
+ <form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">主诉:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: calc(100% - 65px);">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right" aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">现病史:</label>
|
|
|
- <input id="symptom1" class="form-control my_label_input"
|
|
|
- placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">家族史:</label>
|
|
|
- <input id="symptom2" class="form-control my_label_input"
|
|
|
- placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">体格检查:</label>
|
|
|
- <div class="my_label_input" style="height: 34px;line-height: 34px;">
|
|
|
- 体重<span id="weight"> </span>kg
|
|
|
- 体温<span id="temperature"> </span>℃
|
|
|
- 脉搏<span id="sphygmus"> </span>次/分
|
|
|
- 呼吸<span id="breathe"> </span>次/分
|
|
|
- 血压<span id="pressure_floor"> </span> /
|
|
|
- <span id="pressure_high"> </span>mmhg
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">现病史:</label>
|
|
|
+ <input id="symptom1" class="form-control my_label_input"
|
|
|
+ placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">其他检查:</label>
|
|
|
- <input id="symptom3" class="form-control my_label_input"
|
|
|
- placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <label class="my_label">诊断:</label>
|
|
|
- <div class="form-group has-feedback" style="float: right;width: calc(100% - 65px);">
|
|
|
- <input type="text" class="form-control has-feedback-left" id="symptom4"
|
|
|
- placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
- <span class="fa fa-search form-control-feedback right" aria-hidden="true"></span>
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">家族史:</label>
|
|
|
+ <input id="symptom2" class="form-control my_label_input"
|
|
|
+ placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <div class="btn-group" id="bill_item_group">
|
|
|
- <button class="btn btn-sm btn-primary" type="button" onclick="billItemButtonChange(this)"> 西成药
|
|
|
- </button>
|
|
|
- <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 中草药
|
|
|
- </button>
|
|
|
- <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 诊疗与医技
|
|
|
- </button>
|
|
|
- <!--<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 麻、精一 -->
|
|
|
- <!--</button>-->
|
|
|
- <!--<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 精二 -->
|
|
|
- <!--</button>-->
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">体格检查:</label>
|
|
|
+ <div class="my_label_input" style="height: 34px;line-height: 34px;">
|
|
|
+ 体重<span id="weight"> </span>kg
|
|
|
+ 体温<span id="temperature"> </span>℃
|
|
|
+ 脉搏<span id="sphygmus"> </span>次/分
|
|
|
+ 呼吸<span id="breathe"> </span>次/分
|
|
|
+ 血压<span id="pressure_floor"> </span> /
|
|
|
+ <span id="pressure_high"> </span>mmhg
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <div style="margin-top: 5px;width: 386px;float: left;" class="thmz_alert">
|
|
|
- <form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
- <div class="item form-group">
|
|
|
- <div style="width: 130px;float: left;">
|
|
|
- <label class="my_label_2">组号:</label>
|
|
|
- <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
- title="请选择"
|
|
|
- id="groupId" >
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div style="width: 256px;float: left;">
|
|
|
- <label class="my_label">药品<span
|
|
|
- class="required">*</span>:</label>
|
|
|
- <div class="form-group has-feedback" style="float: right;width: 190px;">
|
|
|
- <input type="text" class="form-control has-feedback-left" id="symptom5"
|
|
|
- placeholder="请输入" style="padding-left: 10px;width: 100%" required="required" >
|
|
|
- <span class="fa fa-search form-control-feedback right"
|
|
|
- aria-hidden="true"></span>
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">其他检查:</label>
|
|
|
+ <input id="symptom3" class="form-control my_label_input"
|
|
|
+ placeholder="请输入" type="text" data-placement="bottom-right">
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <label class="my_label">诊断:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: calc(100% - 65px);">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom4"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right" aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div class="btn-group" id="bill_item_group">
|
|
|
+ <button class="btn btn-sm btn-primary" type="button" onclick="billItemButtonChange(this,0)"> 西成药
|
|
|
+ </button>
|
|
|
+ <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,1)"> 中草药
|
|
|
+ </button>
|
|
|
+ <button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this,2)"> 诊疗与医技
|
|
|
+ </button>
|
|
|
+ <!--<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 麻、精一 -->
|
|
|
+ <!--</button>-->
|
|
|
+ <!--<button class="btn btn-sm btn-default" type="button" onclick="billItemButtonChange(this)"> 精二 -->
|
|
|
+ <!--</button>-->
|
|
|
+ </div>
|
|
|
+ <div style="float: right;">
|
|
|
+ <button type="button" class="btn btn-primary" id="saveapidAccepts" style="height: 30px;line-height: 15px;"><i
|
|
|
+ class="fa fa-file-word-o"> 清空</i>存为范本
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <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">
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 130px;float: left;">
|
|
|
+ <label class="my_label_2">组号:</label>
|
|
|
+ <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
+ title="请选择"
|
|
|
+ id="groupId">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label">药品<span
|
|
|
+ class="required">*</span>:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 190px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom5"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%"
|
|
|
+ required="required">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
</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="symptom6"
|
|
|
- placeholder="请输入" style="padding-left: 10px;" >
|
|
|
- </div>
|
|
|
- <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: 100%">
|
|
|
- <span class="fa fa-search form-control-feedback right" aria-hidden="true"></span>
|
|
|
+ <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="symptom6"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;">
|
|
|
+ </div>
|
|
|
+ <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: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <div style="width: 130px;float: left;">
|
|
|
- <label class="my_label_2">天数:</label>
|
|
|
- <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
- title="请选择"
|
|
|
- id="groupId1" >
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <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="symptom8"
|
|
|
- placeholder="请输入" style="padding-left: 10px;width: 100%" >
|
|
|
- <span class="fa fa-search form-control-feedback right"
|
|
|
- aria-hidden="true"></span>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 130px;float: left;">
|
|
|
+ <label class="my_label_2">天数:</label>
|
|
|
+ <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
+ title="请选择"
|
|
|
+ id="groupId1">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <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="symptom8"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="item form-group">
|
|
|
- <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" >
|
|
|
- </div>
|
|
|
- <div style="width: 256px;float: left;">
|
|
|
- <label class="my_label">单位:</label>
|
|
|
- <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
- title="请选择"
|
|
|
- id="groupId3" >
|
|
|
- </select>
|
|
|
+ <div class="item form-group">
|
|
|
+ <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">
|
|
|
+ </div>
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label">单位:</label>
|
|
|
+ <select class="form-control selectpicker show-tick" data-live-search="true"
|
|
|
+ title="请选择"
|
|
|
+ id="groupId3">
|
|
|
+ </select>
|
|
|
+ </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="symptom11"
|
|
|
- style="padding-left: 10px;" readonly >
|
|
|
+ <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="symptom11"
|
|
|
+ style="padding-left: 10px;" readonly>
|
|
|
+ </div>
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label">金额:</label>
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="symptom12"
|
|
|
+ style="padding-left: 10px;" readonly>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 100%">
|
|
|
+ <label class="my_label_2">医嘱:</label>
|
|
|
+ <input type="text" class="form-control " id="symptom13"
|
|
|
+ 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 id="clearRegistration44"
|
|
|
+ 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 id="clearRegistration"
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<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_form1">
|
|
|
+ <form class="form-horizontal form-label-left mz-fixed-form" novalidate autocomplete="off">
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label_2">药品<span
|
|
|
+ class="required">*</span>:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 210px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom15"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%"
|
|
|
+ required="required">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <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="symptom61"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;" required="required">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label_2">脚注:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 210px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom52"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 130px;float: left;">
|
|
|
+ <label class="my_label_2">单价:</label>
|
|
|
+ <input type="text" class="form-control my_label_input_2" id="symptom62"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 256px;float: left;">
|
|
|
+ <label class="my_label_2">煎法:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 210px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom55"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <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="symptom621"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;" required="required">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div style="width: 256px;float: left;">
|
|
|
- <label class="my_label">金额:</label>
|
|
|
- <input type="text" class="form-control my_label_input_2" id="symptom12"
|
|
|
- style="padding-left: 10px;" readonly >
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 386px;float: left;">
|
|
|
+ <label class="my_label_2">用法:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 340px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom778"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 386px;float: left;">
|
|
|
+ <label class="my_label_2">频次:</label>
|
|
|
+ <div class="form-group has-feedback" style="float: right;width: 340px;">
|
|
|
+ <input type="text" class="form-control has-feedback-left" id="symptom77"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%">
|
|
|
+ <span class="fa fa-search form-control-feedback right"
|
|
|
+ aria-hidden="true"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 100%">
|
|
|
+ <label class="my_label_2">医嘱:</label>
|
|
|
+ <input type="text" class="form-control " id="symptom137"
|
|
|
+ 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 id="clearRegistration8"
|
|
|
+ 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 id="clearRegistration9"
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<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_form2">
|
|
|
+ <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="symptom70"
|
|
|
+ placeholder="请输入" style="padding-left: 10px;width: 100%" 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="symptom110"
|
|
|
+ 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="symptom120"
|
|
|
+ style="padding-left: 10px;" required="required">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 100%">
|
|
|
+ <label class="my_label_2">内涵:</label>
|
|
|
+ <input type="text" class="form-control " id="symptom130"
|
|
|
+ style="padding-left: 10px;width: 340px;" placeholder="请输入">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item form-group">
|
|
|
+ <div style="width: 100%">
|
|
|
+ <label class="my_label_2">备注:</label>
|
|
|
+ <input type="text" class="form-control " id="symptom131"
|
|
|
+ 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 id="clearRegistration4"
|
|
|
+ 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 id="clearRegistration5"
|
|
|
+ style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<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="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>
|
|
|
+
|
|
|
+ </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>
|
|
|
- <div class="item form-group">
|
|
|
- <div style="width: 100%">
|
|
|
- <label class="my_label_2">医嘱:</label>
|
|
|
- <input type="text" class="form-control " id="symptom13"
|
|
|
- style="padding-left: 10px;width: 341px;" placeholder="请输入">
|
|
|
+ <!-- 西成药的处方结束 -->
|
|
|
+ <!-- 中草药的处方开始 -->
|
|
|
+ <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 style="width: 100%;height: 22px;line-height: 22px;">
|
|
|
- <div style="float: left;display: inline-block;"><a id="clearRegistration"
|
|
|
- style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
- class="fa fa-trash"> 清空</i></a></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>
|
|
|
|
|
|
- <div style="float: right;display: inline-block;"><a id="clearRegistration"
|
|
|
- style="cursor: pointer;font-size: 14px;color: #333333;"> 保存到右侧<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>
|
|
|
+ <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>
|
|
|
|
|
|
</div>
|
|
|
- </form>
|
|
|
+ <!-- 诊疗与医技的处方结束 -->
|
|
|
+
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div style="width: calc(100% - 396px);float: left;border-left: 1px solid #ddd;"></div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="height: 60px;line-height: 60px;">
|
|
|
+ <div style="float: left;padding-left: 10px;font-weight: 700;font-size: 20px;">
|
|
|
+ 合计:<span style="color: #2E69EB;"><span id="totalAmount">0.00</span>元</span>
|
|
|
+ </div>
|
|
|
+ <div style="float: right;">
|
|
|
+ <button type="button" class="btn btn-primary" id="saveapidAccepts2" style="height: 30px;line-height: 15px;"><i
|
|
|
+ class="fa fa-save"> </i>保存处方
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="margin-top: 10px;width: calc(100% - 1320px);float: left;">
|
|
@@ -542,11 +956,11 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
- <div style="float: left;display: inline-block;"><a id="clearRegistration"
|
|
|
+ <div style="float: left;display: inline-block;"><a id="clearRegistration1"
|
|
|
style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
|
|
|
class="fa fa-trash"> 清空</i></a></div>
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
|
|
|
- <button type="button" class="btn btn-primary" id="saveapidAccepts">接诊</button>
|
|
|
+ <button type="button" class="btn btn-primary" id="saveapidAccepts1">接诊</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|