作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

order

@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 <link rel="stylesheet" href="__TMPL__/public/rfm/css/common.css" /> 9 <link rel="stylesheet" href="__TMPL__/public/rfm/css/common.css" />
10 <link rel="stylesheet" href="__TMPL__/public/rfm/css/qk.css" /> 10 <link rel="stylesheet" href="__TMPL__/public/rfm/css/qk.css" />
11 <link rel="stylesheet" href="__TMPL__/public/rfm/css/xgzb.css" /> 11 <link rel="stylesheet" href="__TMPL__/public/rfm/css/xgzb.css" />
12 - <link href="__TMPL__/public/assets/themes/{:cmf_get_admin_style()}/bootstrap.min.css" rel="stylesheet"> 12 + <!--<link href="__TMPL__/public/assets/themes/{:cmf_get_admin_style()}/bootstrap.min.css" rel="stylesheet">-->
13 <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet"> 13 <link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
14 <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> 14 <link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
15 </head> 15 </head>
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 .well{ 17 .well{
18 min-height: 20px; 18 min-height: 20px;
19 padding: 19px; 19 padding: 19px;
20 - margin-bottom: 20px; 20 + /* margin-bottom: 20px; */
21 background-color: #ecf0f1; 21 background-color: #ecf0f1;
22 border: 1px solid transparent; 22 border: 1px solid transparent;
23 border-radius: 0; 23 border-radius: 0;
@@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
49 </div> 49 </div>
50 <form class="well form-inline" method="post" action="{:url('AdminEquipment/index')}"> 50 <form class="well form-inline" method="post" action="{:url('AdminEquipment/index')}">
51 初始医院: 51 初始医院:
52 - <select class="form-control" id="category" name="category" style="width: 140px;"> 52 + <select class="form-control" id="hospital" name="hospital" style="width: 140px;">
53 <option value='0'>全部</option> 53 <option value='0'>全部</option>
54 </select> &nbsp;&nbsp; 54 </select> &nbsp;&nbsp;
55 <input type="submit" class="btn btn-primary" value="搜索"/> 55 <input type="submit" class="btn btn-primary" value="搜索"/>
@@ -113,6 +113,7 @@ @@ -113,6 +113,7 @@
113 $.each(totalDateX,function (i, v) { 113 $.each(totalDateX,function (i, v) {
114 hospital+="<option value='"+v+"'>"+v+"</option>"; 114 hospital+="<option value='"+v+"'>"+v+"</option>";
115 }); 115 });
  116 + $('#hospital').append(hospital);
116 console.log(hospital); 117 console.log(hospital);
117 //医院总体时长纵坐标数据 118 //医院总体时长纵坐标数据
118 var totalDateY = JSON.parse('{$num}'); 119 var totalDateY = JSON.parse('{$num}');