From 3b40b69216823d6e8a90c56fa4df9221ba2525cc Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 14 Jan 2021 01:02:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=88=BF=E5=B1=8B=E5=87=BA?=
=?UTF-8?q?=E7=A7=9F=E8=B4=B9=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../simplifyShopsHireLog.html | 2 +-
.../simplifyShopsHireLog.js | 8 ++-
.../property/listRoomFee/listRoomFee.html | 10 +--
.../pages/property/listRoomFee/listRoomFee.js | 64 +++++++++++++------
.../property/roomCreateFee/roomCreateFee.js | 2 +-
5 files changed, 59 insertions(+), 27 deletions(-)
diff --git a/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.html b/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.html
index 3f43b9262..b2138b9b5 100644
--- a/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.html
+++ b/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.html
@@ -21,7 +21,7 @@
|
diff --git a/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.js b/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.js
index 2651c2f65..90e09bef0 100644
--- a/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.js
+++ b/public/components/property/simplifyShopsHireLog/simplifyShopsHireLog.js
@@ -60,8 +60,12 @@
);
},
- _openOwnerFee: function (_owner) {
- vc.emit('editMachineTranslate', 'openEditMachineTranslateModal', _owner);
+ _openShopsOwnerFee: function (_owner) {
+ //vc.emit('editMachineTranslate', 'openEditMachineTranslateModal', _owner);
+ vc.jumpToPage('/admin.html#/pages/property/listRoomFee?roomId='
+ +$that.simplifyShopsHireLogInfo.roomId
+ +"&ownerId="+$that.simplifyShopsHireLogInfo.ownerId
+ +"&hireOwnerFee=1")
},
clearSimplifyShopsHireLogInfo: function () {
$that.simplifyShopsHireLogInfo = {
diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html
index 8d2c27565..f6cd6660f 100644
--- a/public/pages/property/listRoomFee/listRoomFee.html
+++ b/public/pages/property/listRoomFee/listRoomFee.html
@@ -4,21 +4,21 @@