|
@@ -9,6 +9,7 @@
|
|
|
<script src="/thmz/js/mz/west_pharmacy_dispensing.js"></script>
|
|
|
<script src="/thmz/js/dependent/LodopFuncs.js"></script>
|
|
|
<script src="/thmz/js/dependent/JsBarcode.all.js"></script>
|
|
|
+<script src="/thmz/js/common/request.js"></script>
|
|
|
<title>门诊西药房配药</title>
|
|
|
<div class="row" style="height: calc(100% - 60px);overflow-y: auto;" >
|
|
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
|
@@ -96,7 +97,7 @@
|
|
|
style="display:none;width:550px;height: 700px;margin:0 auto;border: 1px solid #337ab7;font-size: 16px;padding: 40px 20px 40px 20px;overflow-y: auto; overflow-x:hidden;">
|
|
|
<div id="print_view" style="position: relative;">
|
|
|
<div id="report_table_1">
|
|
|
- <h3 style="margin-left: 160px;">泰和医院配药单</h3>
|
|
|
+ <h3 style="margin-left: 160px;">泰和医院处方笺</h3>
|
|
|
<div>
|
|
|
<form>
|
|
|
<div style="float: left;height: 20px;margin-top: -5px">
|
|
@@ -151,13 +152,28 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div id="zbr_div" style="position: absolute;top:670px; ">
|
|
|
- <div style="margin-bottom: 5px;margin-top: 10px;"><span style="font-size: 12px;">医师(签章):</span>
|
|
|
- <input style="font-size: 12px;border-top: 0px;border-left: 0px;border-right: 0px;border-bottom: 1px solid;width: 190px;background-color: white;color: black;"
|
|
|
- disabled value="" id="employeeName"/>
|
|
|
+ <div id="zbr_div" style="position: absolute;top:640px; ">
|
|
|
+ <div style="margin-bottom: 5px;margin-top: 10px;">
|
|
|
+ <span style="font-size: 12px;">医 师:</span>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="employeeName"></span>
|
|
|
<span style="margin-bottom: 5px;margin-left: 50px;font-size: 12px;">药品金额:</span>
|
|
|
- <input style="margin-bottom: 5px;font-size: 12px;border-top: 0px;border-left: 0px;border-right: 0px;border-bottom: 1px solid;width: 70px;background-color: white;color: black;"
|
|
|
- disabled value="" id="totalPrice"/>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="totalPrice"></span>
|
|
|
+ <br/>
|
|
|
+ <span style="font-size: 12px;">审核药师:</span>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="shName"></span>
|
|
|
+ <span style="margin-bottom: 5px;margin-left: 50px;font-size: 12px;">核对药师:</span>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="hdName"></span>
|
|
|
+ <br/>
|
|
|
+ <span style="font-size: 12px;">调配药师:</span>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="tpName"></span>
|
|
|
+ <span style="margin-bottom: 5px;margin-left: 50px;font-size: 12px;">发药药师:</span>
|
|
|
+ <span style="display:inline-block;font-size: 12px;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid;width: 120px;background-color: white;color: black;"
|
|
|
+ disabled id="fyName"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|