pdalogmanage.html 2.49 KB
<!--搜索----------------------------------------->
<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>