wuxw лет назад: 6
Родитель
Сommit
e8d6a408cc

+ 10 - 7
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">

+ 1 - 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