|
|
@@ -198,8 +198,8 @@
|
|
198
|
198
|
var startdate = strdate.split('~')[0];
|
|
199
|
199
|
var enddate = strdate.split('~')[1];
|
|
200
|
200
|
strdate = startdate.trim() + '~' + enddate.trim();
|
|
201
|
|
- document.getElementById("framereport1").src = "/Report/IndexCenterCallPre/?timeno=" + timeno + "&type=" + type + "&strdate=" + strdate;
|
|
202
|
|
- document.getElementById("framereport2").src = "/Report/IndexCenterWorkOrderPre/?timeno=" + timeno + "&type=" + type + "&strdate=" + strdate;
|
|
|
201
|
+ //document.getElementById("framereport1").src = "/Report/IndexCenterCallPre/?timeno=" + timeno + "&type=" + type + "&strdate=" + strdate;
|
|
|
202
|
+ //document.getElementById("framereport2").src = "/Report/IndexCenterWorkOrderPre/?timeno=" + timeno + "&type=" + type + "&strdate=" + strdate;
|
|
203
|
203
|
document.getElementById("framereport3").src = "/Report/IndexCenterWorkOrderTimeBar/?timeno=" + timeno + "&type=" + type + "&strdate=" + strdate;
|
|
204
|
204
|
}
|
|
205
|
205
|
|
|
|
@@ -322,7 +322,7 @@
|
|
322
|
322
|
<div style="float:left; padding-left:20px; padding-top:4px;"><input type="text" class="layui-input" id="txtdate" style="width:200px;" placeholder=""></div><div style="float:left;"><button id="btnsearch" onclick="SearchData(0);" class="layui-btn layui-btn-danger"><i class="fa fa-search"></i></button></div>
|
|
323
|
323
|
</div>
|
|
324
|
324
|
<div class="layui-card-body layui-row layui-col-space10">
|
|
325
|
|
- <div class="layui-col-md12">
|
|
|
325
|
+ @*<div class="layui-col-md12">
|
|
326
|
326
|
<div class="layui-col-md6">
|
|
327
|
327
|
<blockquote class="layui-elem-quote title" style="border-left: 5px solid #555299;">
|
|
328
|
328
|
<div class="panel-icon fa fa-pie-chart">
|
|
|
@@ -355,7 +355,7 @@
|
|
355
|
355
|
</tbody>
|
|
356
|
356
|
</table>
|
|
357
|
357
|
</div>
|
|
358
|
|
- </div>
|
|
|
358
|
+ </div>*@
|
|
359
|
359
|
<div class="layui-col-md12" >
|
|
360
|
360
|
<blockquote class="layui-elem-quote title" style="border-left: 5px solid #555299;">
|
|
361
|
361
|
<div class="panel-icon fa fa-bar-chart">
|