advice.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title></title>
  8. </head>
  9. <body>
  10. <div class="managerContainer singleVeto adviceWrp">
  11. <div class="partTitle">
  12. 医嘱信息
  13. </div>
  14. <div class="partTitleT"></div>
  15. <div class="main-body">
  16. <div class="filterBox">
  17. <span class="filterItem">
  18. <span>医嘱类型:</span>
  19. <span class="">
  20. <input class="moduleItemInp" type="text" placeholder="请输入医嘱类型">
  21. </span>
  22. </span>
  23. <span class="filterItem">
  24. <span>医嘱项目名称:</span>
  25. <span class="">
  26. <input class="moduleItemInps" type="text" placeholder="请输入医嘱项目名称">
  27. </span>
  28. </span>
  29. <span class="filterItem typeFilter clearfix dataSelectLight">
  30. <span class="fl">医嘱开始时间:</span>
  31. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly/></span>
  32. <span class="divide fl">-</span>
  33. <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
  34. </span>
  35. <span class="filter">查询</span>
  36. <span class="filterclear abnormalClear">重置</span>
  37. <span class="export">导出</span>
  38. </div>
  39. <table>
  40. <thead>
  41. <th class="moduleName" style="width: 65px;">序号</th>
  42. <th class="moduleItemName">医嘱类型</th>
  43. <th class="moduleItemName">医嘱项目名称</th>
  44. <th class="moduleItemName">医嘱开始时间</th>
  45. <th class="moduleItemName">医嘱结束时间</th>
  46. <th class="moduleItemName">医嘱处方类型</th>
  47. <th class="moduleItemName">药品类型</th>
  48. <th class="moduleItemName">开单医生姓名</th>
  49. <!-- <th class="moduleItemName" code="doctor_advice_type">医嘱类型</th>
  50. <th class="moduleItemName" code="da_item_name">医嘱项目名称</th>
  51. <th class="moduleItemName" code="da_start_date">医嘱开始时间</th>
  52. <th class="moduleItemName" code="da_stop_date">医嘱结束时间</th>
  53. <th class="moduleItemName" code="da_prescription_type">医嘱处方类型</th>
  54. <th class="moduleItemName" code="medicine_type">药品类型</th>
  55. <th class="moduleItemName" code="doctor_name">开单医生姓名</th> -->
  56. </thead>
  57. <tbody class="tbody">
  58. </tbody>
  59. </table>
  60. <div class="pagination"></div>
  61. </div>
  62. </div>
  63. </body>
  64. </html>