12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!doctype html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <meta charset="utf-8">
- <title>用药历史</title>
- <link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
- <link rel="stylesheet" type="text/css" href="../../../iconfont/iconfont.css" />
- <link rel="stylesheet" type="text/css" href="../css/ss-style.css" />
- <link rel="stylesheet" type="text/css" href="../css/zx-style.css">
- <link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css">
- </head>
- <body>
- <div class="c-main">
- <!--<div class="h45">
- <div class="demo-comtop">
- <a class="mui-action-back"></a>
- <h1>用药历史</h1>
- </div>
- </div>-->
- <div class="mt20">
- <table class="c-table health-table-blue c-f16 c-boxs">
- <tbody>
- <tr>
- <td class="width-30">日期</td>
- <td class="width-70">用药</td>
- </tr>
- </tbody>
- </table>
- <table class="c-table c-border-b c-f16 bg-fff">
- <tbody id="drug_list">
- <!--<tr>
- <td class="width-30">03-23</td>
- <td class="width-70">基础胰岛素</td>
- </tr>
- <tr>
- <td class="width-30">03-24</td>
- <td class="width-70">基础胰岛素</td>
- </tr>
- <tr>
- <td class="width-30">03-25</td>
- <td class="width-70">预混胰岛素</td>
- </tr>-->
- </tbody>
- </table>
- </div>
- <div class="labhold-con">
- <div class="doc-recoder" id="divRecoder"></div>
- <a href="javascript:;" class="view-more c-37a6ed c-f18" id="view_more">点击查看更多</a>
- </div>
- <div class="bottom-box clearfix mt15 plr15">
- <a onclick="window.open('add-drug-record.html')" class="c-btn-full c-btn-4dcd70 c-btn-radius fl c-f18 mt15">添加用药</a>
- </div>
- </div>
- </body>
- <script src="../../../js/jquery/2.1.3/jquery.js"></script>
- <script src="../../../widget/artDialog/6.0.5/js/dialog-plus.min.js"></script>
- <script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
- <link rel="stylesheet" type="text/css" href="../../../widget/artDialog/6.0.5/css/ui-dialog.min.css">
- <script type="text/javascript" src="../../../js/mui.min.js"></script>
- <script src="../../../js/common_http.js"></script>
- <script type="text/javascript" src="../../../js/weixin_common.js" ></script>
- <script src="../js/health-record-drug.js"></script>
-
- </html>
|