wuxw
2020-01-27 e8d6a408ccbbc633121a2226c574c48261bc5072
优化显示 及js 脚本
2个文件已修改
19 ■■■■■ 已修改文件
ReportComponent/src/main/resources/components/feePackage/tempCarInoutfee-manage/tempCarInoutFeeManage.html 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ReportComponent/src/main/resources/components/feePackage/tempCarInoutfee-manage/tempCarInoutFeeManage.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ReportComponent/src/main/resources/components/feePackage/tempCarInoutfee-manage/tempCarInoutFeeManage.html
@@ -5,26 +5,29 @@
                <div class="ibox-title">
                    <h5>查询条件</h5>
                    <div class="ibox-tools" style="top:10px;">
                       <!-- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
                                v-on:click="_moreCondition()">{{tempCarInoutFeeManageInfo.moreCondition == true?'隐藏':'更多'}}
                        </button>-->
                        <!-- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
                                 v-on:click="_moreCondition()">{{tempCarInoutFeeManageInfo.moreCondition == true?'隐藏':'更多'}}
                         </button>-->
                    </div>
                </div>
                <div class="ibox-content">
                    <div class="row">
                        <div class="col-sm-4">
                            <div class="col-sm-4">
                                <input size="16" type="text" placeholder="请填写车牌号"  v-model="tempCarInoutFeeManageInfo.conditions.userCode" class="form-control">
                            <div class="form-group">
                                <input size="16" type="text" placeholder="请填写车牌号"
                                       v-model="tempCarInoutFeeManageInfo.conditions.userCode" class="form-control">
                            </div>
                        </div>
                        <div class="col-sm-4">
                            <div class="form-group">
                                <input size="16" type="text" placeholder="请选择开始时间"   readonly class="form-control  start_time">
                                <input size="16" type="text" placeholder="请选择开始时间" readonly
                                       class="form-control  start_time">
                            </div>
                        </div>
                        <div class="col-sm-3">
                            <div class="form-group">
                                <input size="16" type="text" placeholder="请选择结束时间"  readonly class="form-control  end_time">
                                <input size="16" type="text" placeholder="请选择结束时间" readonly
                                       class="form-control  end_time">
                            </div>
                        </div>
                        <div class="col-sm-1">
ReportComponent/src/main/resources/components/feePackage/tempCarInoutfee-manage/tempCarInoutFeeManage.js
@@ -75,7 +75,7 @@
                        var _tempCarInoutFeeManageInfo = JSON.parse(json);
                        vc.component.tempCarInoutFeeManageInfo.total = _tempCarInoutFeeManageInfo.total;
                        vc.component.tempCarInoutFeeManageInfo.records = parseInt(_tempCarInoutFeeManageInfo.total/_rows +1);
                        vc.component.tempCarInoutFeeManageInfo.payFees = _tempCarInoutFeeManageInfo.payFees;
                        vc.component.tempCarInoutFeeManageInfo.payFees = _tempCarInoutFeeManageInfo.tempCarInoutFees;
                        vc.emit('pagination', 'init', {
                            total: vc.component.tempCarInoutFeeManageInfo.records,
                            currentPage: _page