yj_item_entry.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <link rel="stylesheet" href="/thmz/css/bootstrap/css/bootstrap-select.css"/>
  2. <link rel="stylesheet" href="/thmz/css/jquery.webui-popover.min.css">
  3. <link rel="stylesheet" href="/thmz/css/custom.min.css">
  4. <link rel="stylesheet" href="/thmz/css/toll_administration.css">
  5. <script src="/thmz/js/dependent/daterangepicker.js"></script>
  6. <script src="/thmz/js/dependent/bootstrap-select.js"></script>
  7. <script src="/thmz/js/dependent/qrcode.min.js"></script>
  8. <script src="/thmz/js/dependent/jquery.webui-popover.min.js"></script>
  9. <script src="/thmz/js/mz/yj_item_entry.js"></script>
  10. <script src="/thmz/js/dependent/LodopFuncs.js"></script>
  11. <title>医技科室项目费用录入</title>
  12. <style>
  13. .my_label {
  14. width: 65px;
  15. text-align: right;
  16. font-weight: 400;
  17. line-height: 34px;
  18. }
  19. </style>
  20. <div class="row" style="height: calc(100% - 60px);overflow-y: auto;">
  21. <div class="col-md-12 col-sm-12 col-xs-12">
  22. <div class="x_panel">
  23. <div class="panel-body">
  24. <form id="formSearch" class="form-horizontal" autocomplete="off" onsubmit="return false;">
  25. <div class="form-group col-md-12 col-sm-12 col-xs-12">
  26. <div class="col-md-3 col-sm-3 col-xs-12" style="height: 34px;line-height: 34px;font-size: 18px;font-weight: 600;">医技科室项目费用录入</div>
  27. </div>
  28. <div class="form-group col-md-12 col-sm-12 col-xs-12">
  29. <label class="control-label col-md-1 col-sm-1 col-xs-12" for="patientIdParam">病人门诊号:
  30. </label>
  31. <div class="col-md-1 col-sm-1 col-xs-12">
  32. <input type="text"placeholder="门诊号" class="form-control" id="patientIdParam">
  33. </div>
  34. <div class="col-md-3 col-sm-3 col-xs-12">
  35. <button type="button" class="btn btn-primary"
  36. onclick="queryMzPatient()" title="查询病人信息"><i class="fa fa-search"></i>
  37. </button>
  38. <button type="button" class="btn btn-primary"
  39. onclick="clearPatient()" title="重置病人信息"><i class="fa fa-rotate-left"></i>
  40. </button>
  41. <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"
  42. >&nbsp;&nbsp;就诊科室</i></a>
  43. <div style="display: inline-block;width: 120px">
  44. <select class="form-control selectpicker show-tick" title="请选择"
  45. id="clinicDeptNo">
  46. </select>
  47. </div>
  48. </div>
  49. <div class="col-md-3 col-sm-3 col-xs-12" style="font-weight: bold">
  50. <span >门诊号:</span><span id="patientIdText"></span>&nbsp;&nbsp;&nbsp;
  51. <span >姓名:</span><span id="nameParam"></span>&nbsp;&nbsp;&nbsp;
  52. <span >年龄:</span><span id="ageParam"></span>&nbsp;&nbsp;&nbsp;
  53. <span >性别:</span><span id="sexParam"></span>
  54. </div>
  55. </div>
  56. <div class="form-group col-md-12 col-sm-12 col-xs-12">
  57. <div class="col-md-3 col-sm-3 col-xs-12"></div>
  58. <div class="col-md-1 col-sm-1 col-xs-12">
  59. <div class="form-group has-feedback" style="float: right;width: 340px;">
  60. <input id="yjksItem" class="form-control col-md-7 col-xs-12"
  61. placeholder="搜索项目" required="required" type="text" data-placement="bottom-right">
  62. </div>
  63. </div>
  64. <div class="col-md-3 col-sm-3 col-xs-12" style="text-align:left;">
  65. <button type="button" style="margin-left:3px" id="btn_save" class="btn btn-primary"
  66. onclick="saveYjItem()" title="保存"><i class="fa fa-check-square-o"></i>
  67. </button>
  68. <button type="button" style="margin-left:3px" class="btn btn-primary"
  69. onclick="openYjEntryHistoryModel()" title="补打"><i class="fa fa-print"></i>
  70. </button>
  71. </div>
  72. </div>
  73. </form>
  74. </div>
  75. <div class="row">
  76. <div class="col-md-6 col-sm-6 col-xs-12">
  77. <input type="hidden" id="zlCode"/>
  78. <input type="hidden" id="execUnitName"/>
  79. <div style="width:100%;">
  80. <label class="my_label">规格:</label>
  81. <input type="text" class="form-control " id="descriptions"
  82. style="padding-left: 10px; width: 100px;display: inline-block" readonly>
  83. &nbsp;
  84. <label class="my_label">单位:</label>
  85. <input type="text" class="form-control " id="chargeUnit"
  86. style="padding-left: 10px; width: 100px;display: inline-block" readonly>
  87. </div>
  88. <div style="width:100%;">
  89. <label class="my_label">单价:</label>
  90. <input type="text" class="form-control " readonly id="zlItemPrice"
  91. style="padding-left: 10px; width: 100px;display: inline-block" >
  92. &nbsp;
  93. <label class="my_label">单量:</label>
  94. <input type="text" class="form-control " id="itemQuantity"
  95. onchange="calculateTotal(false)"
  96. style="padding-left: 10px; width: 100px;display: inline-block" >
  97. </div>
  98. <div style="width:100%;">
  99. <label class="my_label">天数:</label>
  100. <div style="width: 100px;display: inline-block">
  101. <select class="form-control selectpicker show-tick" data-live-search="true"
  102. onchange="calculateTotal(false)"
  103. title="请选择"
  104. id="dayZlNum">
  105. </select>
  106. </div>
  107. &nbsp;
  108. <label class="my_label">频次:</label>
  109. <div style="width: 100px;display: inline-block">
  110. <select class="form-control selectpicker show-tick"
  111. title="请选择" data-live-search="true" onchange="calculateTotal(false)"
  112. style="width: 100px;"
  113. id="orderFrequencyZl">
  114. </select>
  115. </div>
  116. </div>
  117. <div style="width:100%;">
  118. <label class="my_label">总量:</label>
  119. <input type="text" class="form-control " readonly id="totalNumZl"
  120. style="padding-left: 10px; width: 100px;display: inline-block" >
  121. &nbsp;
  122. <label class="my_label">总价:</label>
  123. <input type="text" class="form-control " readonly id="totalAmountZl"
  124. style="padding-left: 10px; width: 100px;display: inline-block" >
  125. </div>
  126. <div style="width:100%;">
  127. <label class="my_label">执行科室:</label>
  128. <div style="width: 150px;display: inline-block">
  129. <select class="form-control selectpicker show-tick"
  130. title="请选择" data-live-search="true"
  131. style="padding-left: 10px; width: 100px;display: inline-block"
  132. id="execUnit">
  133. </select>
  134. </div>
  135. </div>
  136. <div style="width:100%;">
  137. <label class="my_label">备注:</label>
  138. <input type="text" class="form-control " id="remark"
  139. style="padding-left: 10px; width: 250px;display: inline-block" >
  140. </div>
  141. <div style="width:100%;">
  142. <span style="display: inline-block;width: 150px"></span> <div style="display: inline-block;"><a onclick="clearData()"
  143. style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
  144. class="fa fa-trash">&nbsp;&nbsp;清空</i></a>
  145. </div>
  146. <div style="display: inline-block;">
  147. <a
  148. style="cursor: pointer;font-size: 14px;color: #333333;"
  149. onclick="saveRightData()">&nbsp;&nbsp;保存到右侧<i
  150. class="fa fa-long-arrow-right"
  151. style="font-size: 20px;vertical-align: middle;width: 30px;height: 20px;text-align: center;background-color: #337AB7;color: white;margin-left: 10px"></i></a>
  152. </div>
  153. </div>
  154. </div>
  155. <div class="col-md-6 col-sm-6 col-xs-12">
  156. <table id="dataTable"></table>
  157. <div style="width: 100%;text-align: right;font-weight: bold" >
  158. <span>总计金额:</span> <span id="totalCharge">0</span>元
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <div id="item_entry_charge" class="hide"
  167. style="width:920px;height: calc(100% - 160px);margin:0 auto;border: 1px solid #337ab7;font-size: 13px;padding: 40px 20px 40px 20px;overflow-y: auto; overflow-x:hidden;">
  168. <div id="right_title">
  169. <table width="100%" style="font-size: 13px;">
  170. <tbody>
  171. <tr>
  172. <td></td>
  173. <td colspan="2" style="text-align:center;font-weight: 700;font-size: 15px;"><span class="hospitalName"></span>门诊病人费用清单</td>
  174. <td id="doctor_t" style="float: right;">医生:</td>
  175. </tr>
  176. <tr>
  177. <td id="patientId_t">门诊号:</td>
  178. <td id="name_t">姓名:</td>
  179. <td id="date_t">日期:</td>
  180. <td id="dept_t" style="float: right;">科室:</td>
  181. </tr>
  182. </tbody>
  183. </table>
  184. <table border="1" cellspacing="0" style="font-size: 13px;width: 100%;border-width: 1px;border-style: solid;border-collapse: collapse;">
  185. <thead>
  186. <tr>
  187. <th width="17%" style="padding: 8px;">项目编码</th>
  188. <th width="45%" style="padding: 8px;">项目名称</th>
  189. <th width="10%" style="padding: 8px;">规格</th>
  190. <th width="10%" style="padding: 8px;">单位</th>
  191. <th width="6%" style="padding: 8px;">单价</th>
  192. <th width="6%" style="padding: 8px;">数量</th>
  193. <th width="6%" style="padding: 8px;">金额</th>
  194. </tr>
  195. </thead>
  196. </table>
  197. </div>
  198. <div id="fymx_table">
  199. <table width="100%" style="font-size: 13px;">
  200. <tbody id="fymx_table_body">
  201. </tbody>
  202. </table>
  203. </div>
  204. <div id="foot" style="text-align: center;width: 100%">
  205. <div id="payQrcodeYjEntry" style="width: 110px;padding: 3px">
  206. </div>
  207. </div>
  208. </div>
  209. <!--医技录入费用历史记录-->
  210. <div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-hidden="true" id="yjEntryModal">
  211. <div class="modal-dialog modal-lg">
  212. <div class="modal-content container" style="width: 800px;margin-left: 200px;height: 550px;">
  213. <div class="modal-header">
  214. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span>
  215. </button>
  216. <h4 class="modal-title modal-title-thmz">医技录入费用记录(待交费)</h4>
  217. </div>
  218. <div class="modal-body">
  219. <div class="col-md-12 col-sm-12 col-xs-12">
  220. <div class="x_panel">
  221. <table id="yj_history_table"></table>
  222. </div>
  223. </div>
  224. </div>
  225. <div class="modal-footer">
  226. <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
  227. </div>
  228. </div>
  229. </div>
  230. </div>