12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title></title>
-
- </head>
- <body>
- <div class="managerContainer singleVeto adviceWrp">
- <div class="partTitle">
- 医嘱信息
- </div>
- <div class="partTitleT"></div>
- <div class="main-body">
- <div class="filterBox">
- <span class="filterItem">
- <span>医嘱类型:</span>
- <span class="">
- <input class="moduleItemInp" type="text" placeholder="请输入医嘱类型">
- </span>
- </span>
- <span class="filterItem">
- <span>医嘱项目名称:</span>
- <span class="">
- <input class="moduleItemInps" type="text" placeholder="请输入医嘱项目名称">
- </span>
- </span>
-
- <span class="filterItem typeFilter clearfix dataSelectLight">
- <span class="fl">医嘱开始时间:</span>
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" readonly/></span>
- <span class="divide fl">-</span>
- <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker2" autocomplete="off" readonly/></span>
- </span>
- <span class="filter">查询</span>
- <span class="filterclear abnormalClear">重置</span>
- <span class="export">导出</span>
- </div>
- <table>
- <thead>
- <th class="moduleName" style="width: 65px;">序号</th>
- <th class="moduleItemName">医嘱类型</th>
- <th class="moduleItemName">医嘱项目名称</th>
- <th class="moduleItemName">医嘱开始时间</th>
- <th class="moduleItemName">医嘱结束时间</th>
- <th class="moduleItemName">医嘱处方类型</th>
- <th class="moduleItemName">药品类型</th>
- <th class="moduleItemName">开单医生姓名</th>
- <!-- <th class="moduleItemName" code="doctor_advice_type">医嘱类型</th>
- <th class="moduleItemName" code="da_item_name">医嘱项目名称</th>
- <th class="moduleItemName" code="da_start_date">医嘱开始时间</th>
- <th class="moduleItemName" code="da_stop_date">医嘱结束时间</th>
- <th class="moduleItemName" code="da_prescription_type">医嘱处方类型</th>
- <th class="moduleItemName" code="medicine_type">药品类型</th>
- <th class="moduleItemName" code="doctor_name">开单医生姓名</th> -->
- </thead>
- <tbody class="tbody">
- </tbody>
- </table>
- <div class="pagination"></div>
- </div>
- </div>
- </body>
- </html>
|