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

order

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