From 71e34285c2c16ffecc355eedebbf4c2210527d5e Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 31 十月 2019 13:29:22 +0800
Subject: [PATCH] 优化前台显示问题

---
 ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html b/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
index 27e5271..1377fe5 100644
--- a/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
+++ b/ReportComponent/src/main/resources/components/feePackage/fee-manage/payFeeManage.html
@@ -5,41 +5,38 @@
                 <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;"
+                        <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
                                 v-on:click="_moreCondition()">{{payFeeManageInfo.moreCondition == true?'闅愯棌':'鏇村'}}
-                        </button>-->
+                        </button>
                     </div>
                 </div>
                 <div class="ibox-content">
                     <div class="row">
                         <div class="col-sm-4">
-                            <select class="custom-select" v-model="basePrivilegeManageInfo.conditions.feeTypeCd">
+                            <select class="custom-select" v-model="payFeeManageInfo.conditions.feeTypeCd">
                                 <option selected value="">璇烽�夋嫨璐圭敤绫诲瀷</option>
-                                <option value="800900000001">杩愯惀鍥㈤槦</option>
-                                <option value="800900000002">浠g悊鍟�</option>
-                                <option value="800900000003">鐗╀笟</option>
-                                <option value="800900000000">寮�鍙戝洟闃�</option>
+                                <option v-for="(item,index) in payFeeManageInfo.payFeeTypes" :key="index" v-bind:value="item.statusCd">{{item.name}}</option>
                             </select>
                         </div>
                         <div class="col-sm-4">
                             <div class="form-group">
-                                <input size="16" type="text" placeholder="璇烽�夋嫨寮�濮嬫椂闂�"   readonly class="form-control form-control-sm 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 form-control-sm end_time">
+                                <input size="16" type="text" placeholder="璇烽�夋嫨缁撴潫鏃堕棿"  readonly class="form-control  end_time">
                             </div>
                         </div>
                         <div class="col-sm-1">
                             <button type="button" class="btn btn-primary btn-sm" v-on:click="_queryPayFeeMethod()">
-                                <i class="glyphicon glyphicon-search"></i> 鏌ヨ
+                                <i class="glyphicon glyphicon-search"></i>
                             </button>
                         </div>
                     </div>
-                    <div class="row">
+                    <div class="row" v-if="payFeeManageInfo.moreCondition == true">
                         <div class="col-sm-4">
-                            <input size="16" type="text" placeholder="璇峰~鍐欏憳宸ョ紪鐮�"  v-model="basePrivilegeManageInfo.conditions.userCode" readonly class="form-control form-control-sm">
+                            <input size="16" type="text" placeholder="璇峰~鍐欏憳宸ョ紪鐮�"  v-model="payFeeManageInfo.conditions.userCode" class="form-control">
                         </div>
                     </div>
                 </div>
@@ -72,6 +69,7 @@
                             <th class="text-center">搴斾粯閲戦</th>
                             <td class="text-center">瀹炰粯閲戦</td>
                             <td class="text-center">鎿嶄綔鍛樺伐</td>
+                            <td class="text-center">缂磋垂鏃堕棿</td>
                         </tr>
                         </thead>
                         <tbody>
@@ -83,6 +81,7 @@
                             <td class="text-center">{{payFee.receivableAmount}}</td>
                             <td class="text-center">{{payFee.receivedAmount}}</td>
                             <td class="text-center">{{payFee.userName}}</td>
+                            <td class="text-center">{{payFee.createTime}}</td>
 
                         </tr>
                         </tbody>

--
Gitblit v1.8.0