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 @@