Bez popisu

addConsultation.html 9.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href="../css/init.css" rel="stylesheet" />
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  10. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  11. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  12. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  13. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  14. <link rel="stylesheet" href="../css/init.css"/>
  15. <link rel="stylesheet" href="../css/WorkOrder/NewAddWorkOrder.css" />
  16. <title>手工制单</title>
  17. <style>
  18. ul li {
  19. float: initial;
  20. list-style: none;
  21. }
  22. .common {
  23. width: 100%;
  24. text-align: center;
  25. padding: 10px 15px;
  26. }
  27. .common table {
  28. width: 100%;
  29. }
  30. .common table th {
  31. padding: 5px 8px 5px 0;
  32. text-align: right;
  33. /* width: 20%;*/
  34. }
  35. .common table td {
  36. padding: 6px 0 5px 10px;
  37. text-align: left;
  38. color: #717171;
  39. line-height: 200%;
  40. }
  41. .common table td textarea {
  42. width: 100%;
  43. vertical-align: middle;
  44. resize: none;
  45. outline: none;
  46. }
  47. .time-box {
  48. display: inline-block;
  49. position: relative;
  50. width: 100%;
  51. }
  52. i.tub {
  53. position: absolute;
  54. right: 8px;
  55. top: 8px;
  56. font-size: 18px;
  57. color: #00a0ca;
  58. }
  59. .treeList {
  60. top: 34px!important;
  61. border: 1px solid #e5e6e7!important;
  62. border-top: 0;
  63. height: auto!important;
  64. }
  65. #TreeDemo li {
  66. float: initial;
  67. }
  68. #typeclass {
  69. background: #fff;
  70. }
  71. .treeList1 {
  72. top: 34px!important;
  73. border: 1px solid #e5e6e7!important;
  74. border-top: 0;
  75. height: auto!important;
  76. }
  77. .addTree1 {
  78. background: #fff;
  79. position: absolute;
  80. width: 100%;
  81. border: 1px solid darkgrey;
  82. right: 0;
  83. top: 26px;
  84. z-index: 10;
  85. display: none;
  86. height: 100px;
  87. overflow-y: auto;
  88. }
  89. .form-group {
  90. margin-bottom: 0;
  91. }
  92. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  93. background-color: #ffffff!important;
  94. border-color: #e5e6e7!important;
  95. }
  96. .filter-option {
  97. color: #676b6d;
  98. }
  99. .bootstrap-select>.dropdown-toggle.btn-default {
  100. background-color: #ffffff!important;
  101. border-color: #e5e6e7!important;
  102. color: #555;
  103. }
  104. .testInput-list {
  105. position: absolute;
  106. z-index: 999;
  107. border: 1px solid rgb(204, 204, 204);
  108. background-color: rgb(255, 255, 255);
  109. z-index: 99999;
  110. padding-left: 0;
  111. width: 97.6%;
  112. display: none;
  113. height: 400px;
  114. overflow-y: auto;
  115. }
  116. .testInput-list li {
  117. padding: 5px;
  118. }
  119. .testInput-list li:hover {
  120. background-color: #E43926;
  121. color: #fff;
  122. }
  123. .ke-container {
  124. width: 100%!important;
  125. }
  126. button[disabled]{
  127. background-color: #999;
  128. }
  129. .complainDiv2{
  130. display: none;
  131. }
  132. .r_order_type {
  133. text-align: left;
  134. }
  135. .radio-inline {
  136. padding-left: 2px;
  137. }
  138. .radio-input{
  139. vertical-align: -2px;
  140. }
  141. #order_isover{
  142. width: 100%;
  143. }
  144. #isAssign{
  145. width: 100%;
  146. }
  147. #isOver{
  148. width: 100%;
  149. }
  150. .workOrderTypeSpotCheck{
  151. display: none;
  152. }
  153. </style>
  154. </head>
  155. <body class="gray-bg">
  156. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  157. <div class="dhLeft">
  158. <sapn><i class="syIcon"></i>位置:
  159. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  160. <a href="javaScript:;">工单管理</a>&gt;
  161. <a href="" class="nowPosition">手工制单</a>
  162. </sapn>
  163. </div>
  164. </div>
  165. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  166. <div class="common">
  167. <table class="customerService">
  168. <tbody>
  169. <tr>
  170. <th><i style="color: #FF0000">*&nbsp;</i>登记时间:</th>
  171. <td>
  172. <div class="form-group">
  173. <input type="text" class="form-control" id="name" />
  174. </div>
  175. </td>
  176. <th><i style="color: #FF0000">*&nbsp;</i>转诊单位:</th>
  177. <td>
  178. <div class="form-group">
  179. <input type="text" class="form-control" id="tel" />
  180. </div>
  181. </td>
  182. <th><i style="color: #FF0000">*&nbsp;</i>转诊医师:</th>
  183. <td>
  184. <div class="form-group">
  185. <input type="text" class="form-control" id="tel" />
  186. </div>
  187. </td>
  188. </tr>
  189. <tr>
  190. <th><i style="color: #FF0000">*&nbsp;</i>联系方式:</th>
  191. <td>
  192. <div class="form-group">
  193. <input type="text" class="form-control" id="name" />
  194. </div>
  195. </td>
  196. <th><i style="color: #FF0000">*&nbsp;</i>患者姓名:</th>
  197. <td>
  198. <div class="form-group">
  199. <input type="text" class="form-control" id="tel" />
  200. </div>
  201. </td>
  202. <th><i style="color: #FF0000">*&nbsp;</i>性别:</th>
  203. <td>
  204. <div class="form-group">
  205. <input type="text" class="form-control" id="tel" />
  206. </div>
  207. </td>
  208. </tr>
  209. <tr>
  210. <th><i style="color: #FF0000">*&nbsp;</i>年龄:</th>
  211. <td>
  212. <div class="form-group">
  213. <input type="text" class="form-control" id="name" />
  214. </div>
  215. </td>
  216. <th><i style="color: #FF0000">*&nbsp;</i>诊断:</th>
  217. <td>
  218. <div class="form-group">
  219. <input type="text" class="form-control" id="tel" />
  220. </div>
  221. </td>
  222. <th><i style="color: #FF0000">*&nbsp;</i>检查项目:</th>
  223. <td>
  224. <div class="form-group">
  225. <input type="text" class="form-control" id="tel" />
  226. </div>
  227. </td>
  228. </tr>
  229. <tr>
  230. <th><i style="color: #FF0000">*&nbsp;</i>联系方式:</th>
  231. <td>
  232. <div class="form-group">
  233. <input type="text" class="form-control" id="name" />
  234. </div>
  235. </td>
  236. <th><i style="color: #FF0000">*&nbsp;</i>转诊目的:</th>
  237. <td>
  238. <div class="form-group">
  239. <input type="text" class="form-control" id="tel" />
  240. </div>
  241. </td>
  242. <th><i style="color: #FF0000">*&nbsp;</i>就诊时间:</th>
  243. <td>
  244. <div class="form-group">
  245. <input type="text" class="form-control" id="tel" />
  246. </div>
  247. </td>
  248. </tr>
  249. <tr>
  250. <th><i style="color: #FF0000">*&nbsp;</i>责任人:</th>
  251. <td>
  252. <div class="form-group">
  253. <input type="text" class="form-control" id="name" />
  254. </div>
  255. </td>
  256. <th><i style="color: #FF0000">*&nbsp;</i>诊中服务:</th>
  257. <td>
  258. <div class="form-group">
  259. <input type="text" class="form-control" id="tel" />
  260. </div>
  261. </td>
  262. </tr>
  263. <tr>
  264. <th>备注:</th>
  265. <td colspan="7">
  266. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  267. </td>
  268. </tr>
  269. <tr class="workOrderTypeSpotCheck">
  270. <tr>
  271. <td colspan="8" style="text-align: center;">
  272. <button class="btns customerSubmit">保存</button>
  273. </td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. </div>
  278. <input type="hidden" id="CallId" />
  279. </div>
  280. <script src="../js/zTree/jquery.ztree.core.js"></script>
  281. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  282. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  283. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  284. <script src="../js/laydate/laydate.js"></script>
  285. </body>
  286. </html>