Blame view

assets/syspages/js/logmanagement/pages/pdalogmanage.html 2.49 KB
10646c94   Andy   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  <!--搜索----------------------------------------->
  <div class="row ">
      <div class="col-md-12 ITD-padding-common margin-bottom-18 margin-top-18">
          <div class="ITD-padding22-24 ITD-bgcolor-white ITD-border-radius ITD-box-shadow pos-rel clearfix ">
              <div class="row ">
                  <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 ">
                      <!--<span class="control-label ITD-common-parking-l float-left ITD-common-color070 ITD-common-fontsize14"></span>-->
                      <input type="text" class="ITD-parkinput78 paddingleft-10 ITD-input-bordercolor" placeholder="收费员名称或编号" maxlength="32" id="pdaloginCode">
                  </div>
                  <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 ">
                      <span class="control-label ITD-common-parking-l float-left ITD-common-color070 ITD-common-fontsize14">开始时间</span>
                      <div class="input-group ITD-daterange-btn" style="width: 60%">
                          <input type="text" class="form-control ITD-daterange-bg ITD-common-color070" id="beginTime" readonly="">
                      </div>
                  </div>
                  <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 ">
                      <span class="control-label ITD-common-parking-l float-left ITD-common-color070 ITD-common-fontsize14">结束时间</span>
                      <div class="input-group ITD-daterange-btn" style="width: 60%">
                          <input type="text" class="form-control ITD-daterange-bg ITD-common-color070" id="endTime" readonly="">
                      </div>
                  </div>
                  <div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
                      <div class="float-right">
                          <div class="ITD-common-searchbtn" id="pdaqueryBtn">查询</div>
                      </div>
                  </div>
              </div>
          </div>
      </div>
  </div>
  <!-- 主体内容----------------------------------------->
  <div class="row">
      <div class="col-md-12 ITD-padding-common">
          <div class="ITD-box-shadow ITD-border-radius padding0-20">
              <div class="ITD-common-title pos-rel ITD-common-color070">
                  <span>详细记录</span>
  
              </div>
              <div class="portlet-body">
                  <table id="pdarecordtable" class="ITD-fix-table common-tableh47"></table>
              </div>
          </div>
      </div>
  </div>
  <!-- 主体内容 end-->
  <script src='../../assets/syspages/js/logmanagement/pdalogmanage.js'></script>