From 4ee6445f67bbb56caa2b2f981afce6e87cc602af Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 10 七月 2019 21:01:26 +0800
Subject: [PATCH] 每个页面显示当前页面名称,将上下框无法对其的处理对齐

---
 WebService/src/main/resources/components/property-fee/propertyFee.html |   65 +++++++++++++-------------------
 1 files changed, 26 insertions(+), 39 deletions(-)

diff --git a/WebService/src/main/resources/components/property-fee/propertyFee.html b/WebService/src/main/resources/components/property-fee/propertyFee.html
index 6f760c9..c36e2bf 100644
--- a/WebService/src/main/resources/components/property-fee/propertyFee.html
+++ b/WebService/src/main/resources/components/property-fee/propertyFee.html
@@ -1,7 +1,8 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
     <vc:create name="viewMainFee"
                feeName="鐗╀笟璐�"
                feeTypeCd="888800010001"
+               payName="propertyPay"
     ></vc:create>
     <div class="row">
         <div class="col-lg-12">
@@ -12,19 +13,22 @@
                 <div class="ibox-content">
 
                     <div class="row">
-                        <div class="col-sm-4 m-b-xs">
-                            <input size="16" type="text" placeholder="璇烽�夋嫨寮�濮嬫椂闂�"  value="" readonly class="start_time">
+                        <div class="col-sm-3 input-group">
+                            <input size="16" type="text" placeholder="璇烽�夋嫨寮�濮嬫椂闂�"   readonly class="form-control form-control-sm start_time">
                         </div>
-                        <div class="col-sm-3 m-b-xs">
-                            <input size="16" type="text" placeholder="璇烽�夋嫨缁撴潫鏃堕棿"  value="" readonly class="end_time">
+                        <div class="col-sm-2">
+
+                        </div>
+                        <div class="col-sm-3 input-group">
+                            <input size="16" type="text" placeholder="璇烽�夋嫨缁撴潫鏃堕棿"  readonly class="form-control form-control-sm end_time">
                         </div>
 
-                        <div class="col-sm-3">
+                        <div class="col-sm-2">
 
                         </div>
 
                         <div class="col-sm-2">
-                            <button type="button" class="btn btn-primary btn-sm" v-on:click="queryRoomMethod()">
+                            <button type="button" class="btn btn-primary btn-sm" v-on:click="queryFeeDetailMethod()">
                                 <i class="glyphicon glyphicon-search"></i> 椹笂鏌ヨ</button>
                         </div>
 
@@ -33,54 +37,37 @@
                     <table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
                         <thead>
                         <tr>
-                            <th>鎴垮眿ID</th>
-                            <th data-hide="phone">鎴垮眿缂栧彿</th>
-                            <th data-hide="phone">鍗曞厓</th>
-                            <th data-hide="phone">妤煎眰</th>
-                            <th data-hide="phone">鎴块棿鏁�</th>
-                            <th data-hide="phone" >鎴峰瀷</th>
-                            <th data-hide="phone">寤虹瓚闈㈢Н</th>
-                            <th data-hide="phone">鍗曚环</th>
-                            <th data-hide="phone">鎴垮眿鐘舵��</th>
-                            <th data-hide="phone">鍒涘缓鍛樺伐</th>
-                            <th data-hide="phone">澶囨敞</th>
-
+                            <th>缂磋垂ID</th>
+                            <th data-hide="phone">鍛ㄦ湡</th>
+                            <th data-hide="phone">搴旀敹閲戦</th>
+                            <th data-hide="phone">瀹炴敹閲戦</th>
+                            <th data-hide="phone">鎵撴姌鐜�</th>
+                            <th data-hide="phone" >澶囨敞</th>
+                            <th data-hide="phone">缂磋垂鏃堕棿</th>
                         </tr>
                         </thead>
                         <tbody>
-                        <tr v-for="room in roomInfo.rooms">
+                        <tr v-for="feeDetail in feeDetailInfo.feeDetails">
                             <td>
-                                {{room.roomId}}
+                                {{feeDetail.detailId}}
                             </td>
                             <td>
-                                {{room.roomNum}}
+                                {{feeDetail.cycles}} 鏈�
                             </td>
                             <td>
-                                {{room.unitNum}}
+                                {{feeDetail.receivableAmount}} 鍏�
                             </td>
                             <td>
-                                {{room.layer}}
+                                {{feeDetail.receivedAmount}} 鍏�
                             </td>
                             <td>
-                                {{room.section}}
+                                {{feeDetail.primeRate}}
                             </td>
                             <td>
-                                {{room.apartment}}
+                                {{feeDetail.remark}}
                             </td>
                             <td>
-                                {{room.builtUpArea}}
-                            </td>
-                            <td>
-                                {{room.unitPrice}}
-                            </td>
-                            <td>
-                                {{vc.component.showState(room.state)}}
-                            </td>
-                            <td>
-                                {{room.userName}}
-                            </td>
-                            <td>
-                                {{room.remark}}
+                                {{feeDetail.createTime}}
                             </td>
                         </tr>
                         </tbody>

--
Gitblit v1.8.0