java110 лет назад: 6
Родитель
Сommit
fa0b23dd73

+ 5 - 0
WebService/src/main/resources/components/complaintPackage/addComplaintStep/addComplaintStep.html

@@ -17,6 +17,11 @@
                    callBackListener="addComplaintStep"
                    callBackFunction="notify"
         ></vc:create>
+        <vc:create name="searchRoom"
+                   emitChooseRoom="sellRoomSelectRoom"
+                   emitLoadData="sellRoomOther"
+                   roomFlag="1"
+        ></vc:create>
     </div>
     <div v-if="addComplaintStepInfo.index == 2">
         <vc:create name="addComplainView"

+ 6 - 0
WebService/src/main/resources/components/ownerPackage/addOwnerRoomBinding/addOwnerRoomBinding.html

@@ -17,6 +17,11 @@
                    callBackListener="addOwnerRoomBinding"
                    callBackFunction="notify"
         ></vc:create>
+        <vc:create name="searchRoom"
+                   emitChooseRoom="sellRoomSelectRoom"
+                   emitLoadData="sellRoomOther"
+                   roomFlag="2"
+        ></vc:create>
     </div>
     <div v-if="addOwnerRoomBindingInfo.index == 2">
         <vc:create name="viewOwnerInfo"
@@ -26,6 +31,7 @@
     </div>
 
 
+
     <div class="row">
         <div class="col-md-10"></div>
         <div class="col-md-2 " style="margin-bottom:10px; text-align:right">

+ 3 - 2
WebService/src/main/resources/components/roomPackage/sell-room-select-room/sellRoomSelectRoom.html

@@ -76,9 +76,10 @@
             </div>
         </div>
     </div>
-    <vc:create name="searchRoom"
+    <!-- 这里取消 -->
+   <!-- <vc:create name="searchRoom"
                emitChooseRoom="sellRoomSelectRoom"
                emitLoadData="sellRoomOther"
                roomFlag="1"
-    ></vc:create>
+    ></vc:create>-->
 </div>

+ 5 - 0
WebService/src/main/resources/components/roomPackage/sell-room/sellRoom.html

@@ -7,6 +7,11 @@
                callBackListener="sellRoom"
                callBackFunction="notify"
     ></vc:create>
+    <vc:create name="searchRoom"
+               emitChooseRoom="sellRoomSelectRoom"
+               emitLoadData="sellRoomOther"
+               roomFlag="2"
+    ></vc:create>
 
     <vc:create name="sellRoomOther"
     ></vc:create>