From ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期五, 06 三月 2020 16:18:27 +0800
Subject: [PATCH] 优化采购申请组件

---
 WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html b/WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html
index 4f75f6f..131d231 100644
--- a/WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html
+++ b/WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html
@@ -79,17 +79,13 @@
                     <h5>鎴垮眿淇℃伅</h5>
                     <div class="ibox-tools" style="top:10px;">
                         <button type="button" class="btn btn-primary btn-sm"
-                                style="margin-left:10px" v-on:click="_openAddRoom()">
-                            <i class="glyphicon glyphicon-plus"></i> 鎵归噺鍒涘缓鏀惰垂
+                                style="margin-left:10px" v-on:click="_openRoomCreateFeeAddModal(null,true)">
+                            <i class="glyphicon glyphicon-plus"></i> 鎵归噺鍒涘缓
                         </button>
-                        <button type="button" class="btn btn-primary btn-sm"
-                                style="margin-left:10px" v-on:click="_openAddRoom()">
-                            <i class="glyphicon glyphicon-plus"></i> 鎵归噺鍙栨秷鏀惰垂
-                        </button>
-                        <button type="button" class="btn btn-primary btn-sm"
-                                style="margin-left:10px" v-on:click="_openAddRoom()">
-                            <i class="glyphicon glyphicon-plus"></i> 鏌ョ湅鏀惰垂
-                        </button>
+<!--                        <button type="button" class="btn btn-primary btn-sm"-->
+<!--                                style="margin-left:10px" v-on:click="_openAddRoom()">-->
+<!--                            <i class="glyphicon glyphicon-plus"></i> 鎵归噺鍙栨秷鏀惰垂-->
+<!--                        </button>-->
                     </div>
                 </div>
                 <div class="ibox-content">
@@ -101,7 +97,6 @@
                             <th>鎴垮眿ID</th>
                             <th data-hide="phone">鎴垮眿缂栧彿</th>
                             <th data-hide="phone">妤煎眰</th>
-                            <th data-hide="phone">寤虹瓚闈㈢Н</th>
                             <th data-hide="phone">涓氫富ID</th>
                             <th data-hide="phone">涓氫富鍚嶇О</th>
                             <th data-hide="phone">涓氫富韬唤璇�</th>
@@ -131,11 +126,11 @@
                             </td>
                             <td class="text-right">
                                 <div class="btn-group">
-                                    <button class="btn-white btn btn-xs" v-on:click="_openEditRoomModel(room)">鍒涘缓鏀惰垂
+                                    <button class="btn-white btn btn-xs" v-on:click="_openRoomCreateFeeAddModal(room,false)">鍒涘缓鏀惰垂
                                     </button>
                                 </div>
                                 <div class="btn-group">
-                                    <button class="btn-white btn btn-xs" v-on:click="_openDelRoomModel(room)">鍙栨秷鏀惰垂
+                                    <button class="btn-white btn btn-xs" v-on:click="_openViewRoomCreateFee(room)">鏌ョ湅鏀惰垂
                                     </button>
                                 </div>
                             </td>
@@ -160,4 +155,7 @@
                emitChooseFloor="room"
                emitLoadData="room"
     ></vc:create>
+
+    <vc:create name="roomCreateFeeAdd"
+    ></vc:create>
 </div>
\ No newline at end of file

--
Gitblit v1.8.0