@@ -106,10 +103,10 @@
{{fee.monthReceivedRoomCount}}
- {{(fee.oweRoomCount).toFixed(0)}}
+ {{(fee.feeRoomCount-fee.monthReceivedRoomCount).toFixed(0)}}
- {{((fee.feeRoomCount-fee.oweRoomCount)/(fee.feeRoomCount)*100).toFixed(2)}}%
+ {{((fee.monthReceivedRoomCount)/(fee.feeRoomCount)*100).toFixed(2)}}%
0%
@@ -120,9 +117,8 @@
{{fee.curMonthOweFee}}
-
- {{((fee.monthReceivedRoomAmount-fee.preReceivedFee)/(fee.hisMonthOweFee+fee.hisReceivedFee+fee.curReceivableFee)*100).toFixed(2)}}%
+
+ {{((fee.monthReceivedRoomAmount)/(fee.curReceivableFee)*100).toFixed(2)}}%
0%
--
Gitee
From bdd799bf456bb44528ff37e037e792ddddc1a317 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 6 Jul 2023 09:03:55 +0000
Subject: [PATCH 14/46] youhau
Signed-off-by: java110 <928255095@qq.com>
---
.../pages/report/dataReport/dataReport.html | 259 +++++++++---------
1 file changed, 128 insertions(+), 131 deletions(-)
diff --git a/public/pages/report/dataReport/dataReport.html b/public/pages/report/dataReport/dataReport.html
index 81401cd0d..ea68e068e 100644
--- a/public/pages/report/dataReport/dataReport.html
+++ b/public/pages/report/dataReport/dataReport.html
@@ -1,141 +1,138 @@
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
费用类统计
+
+
+
{{item.name}}
+
{{item.value}}
+
+
+
+
+
工单类统计
+
+
+
{{item.name}}
+
{{item.value}}
+
+
+
+
+
出入统计
+
+
+
{{item.name}}
+
{{item.value}}
+
+
+
+
+
其他统计
+
+
+
{{item.name}}
+
{{item.value}}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{fee.floorNum}}
-
-
- {{fee.roomCount}}
-
-
- {{fee.feeRoomCount}}
-
-
- {{fee.hisMonthOweFee}}
-
-
- {{fee.oweFee}}
-
-
- {{fee.todayReceivedRoomCount}}
-
-
- {{fee.todayReceivedRoomAmount}}
-
-
- {{fee.hisOweReceivedRoomCount}}
-
-
- {{fee.hisOweReceivedRoomAmount}}
-
-
- {{fee.monthReceivedRoomCount}}
-
-
- {{(fee.feeRoomCount-fee.monthReceivedRoomCount).toFixed(0)}}
-
-
- {{((fee.monthReceivedRoomCount)/(fee.feeRoomCount)*100).toFixed(2)}}%
-
-
- 0%
-
-
- {{fee.monthReceivedRoomAmount}}
-
-
- {{fee.curMonthOweFee}}
-
-
- {{((fee.monthReceivedRoomAmount)/(fee.curReceivableFee)*100).toFixed(2)}}%
-
-
- 0%
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From 82f2190f574558e1d451573e82d01a42bb614674 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 6 Jul 2023 13:05:24 +0000
Subject: [PATCH 15/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
public/pages/report/dataReport/dataReport.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/pages/report/dataReport/dataReport.html b/public/pages/report/dataReport/dataReport.html
index ea68e068e..6e6ba111f 100644
--- a/public/pages/report/dataReport/dataReport.html
+++ b/public/pages/report/dataReport/dataReport.html
@@ -129,7 +129,7 @@
-
+
--
Gitee
From c37ebdbf1d82415ba385495752fa3d7ad06d6a27 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 6 Jul 2023 14:29:56 +0000
Subject: [PATCH 16/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../reportFeeSummary/reportFeeSummary.html | 29 ++++++++++++++++---
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.html b/public/pages/property/reportFeeSummary/reportFeeSummary.html
index 49c0d7262..fa939ee58 100755
--- a/public/pages/property/reportFeeSummary/reportFeeSummary.html
+++ b/public/pages/property/reportFeeSummary/reportFeeSummary.html
@@ -120,13 +120,22 @@
-
+
+
+
+
+
+
+
-
+
+
+
+
@@ -145,14 +154,26 @@
{{fee.receivedFee}}
+
+ {{fee.curReceivableFee}}
+
+
+ {{(fee.curReceivableFee-fee.curOweFee).toFixed(2)}}
+
{{((fee.feeRoomCount-fee.oweRoomCount)/fee.feeRoomCount*100).toFixed(2)}}%
0%
-
- {{((fee.receivedFee-fee.preReceivedFee)/(fee.hisOweFee+fee.hisReceivedFee+fee.curReceivableFee)*100).toFixed(2)}}%
+
+ {{((fee.curReceivableFee-fee.curOweFee)/(fee.curReceivableFee)*100).toFixed(2)}}%
+
+
+ 0%
+
+
+ {{((fee.hisReceivedFee)/(fee.hisReceivedFee+fee.hisOweFee)*100).toFixed(2)}}%
0%
--
Gitee
From abe9583f882866dec35f28b949e01cb8d45c46f8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 6 Jul 2023 14:33:46 +0000
Subject: [PATCH 17/46] youhua
Signed-off-by: java110 <928255095@qq.com>
---
public/pages/property/reportFeeSummary/reportFeeSummary.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.js b/public/pages/property/reportFeeSummary/reportFeeSummary.js
index 30117cb3f..42b57acc9 100755
--- a/public/pages/property/reportFeeSummary/reportFeeSummary.js
+++ b/public/pages/property/reportFeeSummary/reportFeeSummary.js
@@ -56,11 +56,12 @@
}
$that.reportFeeSummaryInfo.conditions.startDate = _newDate;
_data.setMonth(_data.getMonth() + 1);
+ _data.setDate(0);
_month = _data.getMonth() + 1;
if (_month < 10) {
- _newDate = _data.getFullYear() + "-0" + _month + "-01";
+ _newDate = _data.getFullYear() + "-0" + _month + '-' + _data.getDate();
} else {
- _newDate = _data.getFullYear() + "-" + _month + "-01";
+ _newDate = _data.getFullYear() + "-" + _month + '-'+ _data.getDate();
}
$that.reportFeeSummaryInfo.conditions.endDate = _newDate;
},
--
Gitee
From 8a7241bf4bd20327f5922f1c6f9e7d36f4ca561e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 6 Jul 2023 15:07:20 +0000
Subject: [PATCH 18/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=B6=E5=BA=AD?=
=?UTF-8?q?=E6=88=90=E5=91=98=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
public/components/property/addOwner/addOwner.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/public/components/property/addOwner/addOwner.js b/public/components/property/addOwner/addOwner.js
index 508aa7683..78bc17bad 100755
--- a/public/components/property/addOwner/addOwner.js
+++ b/public/components/property/addOwner/addOwner.js
@@ -87,6 +87,7 @@
});
},
saveOwnerInfo: function() {
+ let _url = "/owner.saveOwner";
if (!vc.component.addOwnerValidate()) {
vc.toast(vc.validate.errInfo);
return;
@@ -98,8 +99,11 @@
if (vc.component.addOwnerInfo.componentTitle == '业主') {
vc.component.addOwnerInfo.ownerTypeCd = '1001';
}
+ if($that.addOwnerInfo.ownerTypeCd && $that.addOwnerInfo.ownerTypeCd != '1001'){
+ _url = "/owner.saveOwnerMember"
+ }
vc.component.addOwnerInfo.communityId = vc.getCurrentCommunity().communityId;
- vc.http.apiPost('/owner.saveOwner',
+ vc.http.apiPost(_url,
JSON.stringify(vc.component.addOwnerInfo), {
emulateJSON: true
},
--
Gitee
From 83d586e1c57c9569f5c43b94cb87ab4ff905016b Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Mon, 10 Jul 2023 04:08:07 +0000
Subject: [PATCH 19/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=91=98=E5=B7=A5?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
public/pages/frame/orgManage/orgManage.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/pages/frame/orgManage/orgManage.js b/public/pages/frame/orgManage/orgManage.js
index 0e464b05b..d11a8a916 100755
--- a/public/pages/frame/orgManage/orgManage.js
+++ b/public/pages/frame/orgManage/orgManage.js
@@ -89,7 +89,7 @@
vc.emit('deleteOrgRelStaff', 'openDeleteOrgModal', _rel)
},
_toStaffDetail: function (_staff) {
- vc.jumpToPage('/#/pages/frame/staffDetail?staffId=' + _staff.userId)
+ vc.jumpToPage('/#/pages/staff/staffDetail?staffId=' + _staff.userId)
}
}
});
--
Gitee
From 3e9421821372616a55a000d57bdae7559d33f2b5 Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 11 Jul 2023 22:58:22 +0800
Subject: [PATCH 20/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=AC=A0=E8=B4=B9?=
=?UTF-8?q?=E5=88=86=E6=9E=90=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reportHuaningOweFee.html | 5 +-
.../reportHuaningOweFee.js | 11 ----
.../reportHuaningOweFeeDetail.html | 24 ++++-----
.../reportHuaningPayFee.js | 6 +--
.../property/reportHuaning/reportHuaning.html | 40 ++++-----------
.../property/reportHuaning/reportHuaning.js | 51 ++++++++++---------
6 files changed, 50 insertions(+), 87 deletions(-)
diff --git a/public/components/property/reportHuaningOweFee/reportHuaningOweFee.html b/public/components/property/reportHuaningOweFee/reportHuaningOweFee.html
index f8bd14acf..a6085bae5 100644
--- a/public/components/property/reportHuaningOweFee/reportHuaningOweFee.html
+++ b/public/components/property/reportHuaningOweFee/reportHuaningOweFee.html
@@ -23,8 +23,7 @@
{{fee.floorNum}}
{{fee.oweAmount}}
{{fee.curOweAmount}}
- {{_getPreAmount(fee)}}
-
+ {{fee.preOweAmount}}
@@ -35,8 +34,6 @@
-
-
diff --git a/public/components/property/reportHuaningOweFee/reportHuaningOweFee.js b/public/components/property/reportHuaningOweFee/reportHuaningOweFee.js
index 3b06b1a92..0e744d7e5 100644
--- a/public/components/property/reportHuaningOweFee/reportHuaningOweFee.js
+++ b/public/components/property/reportHuaningOweFee/reportHuaningOweFee.js
@@ -50,11 +50,6 @@
vc.component.reportHuaningOweFeeInfo.total = _feeConfigInfo.total;
vc.component.reportHuaningOweFeeInfo.records = _feeConfigInfo.records;
vc.component.reportHuaningOweFeeInfo.fees = _feeConfigInfo.data;
- vc.emit('reportHuaningOweFee', 'paginationPlus', 'init', {
- total: _feeConfigInfo.records,
- dataCount: vc.component.reportHuaningOweFeeInfo.total,
- currentPage: _page
- });
//取 属性列
if (_feeConfigInfo.total < 1) {
return;
@@ -112,12 +107,6 @@
let year = date.getFullYear();
return year + "年前未收金额";
},
- _getPreAmount: function(_fee) {
- return (parseFloat(_fee.oweAmount) - parseFloat(_fee.curOweAmount)).toFixed(2);
- },
- _toHuaningOweFeeDetail: function(_fee) {
- vc.jumpToPage('/#/pages/property/reportHuaningOweFeeDetail2?floorNum=' + _fee.floorNum)
- }
}
});
})(window.vc);
\ No newline at end of file
diff --git a/public/components/property/reportHuaningOweFeeDetail/reportHuaningOweFeeDetail.html b/public/components/property/reportHuaningOweFeeDetail/reportHuaningOweFeeDetail.html
index ffe9781a4..ddceb24b9 100644
--- a/public/components/property/reportHuaningOweFeeDetail/reportHuaningOweFeeDetail.html
+++ b/public/components/property/reportHuaningOweFeeDetail/reportHuaningOweFeeDetail.html
@@ -5,28 +5,26 @@
diff --git a/public/components/property/reportHuaningPayFee/reportHuaningPayFee.js b/public/components/property/reportHuaningPayFee/reportHuaningPayFee.js
index 313c6605c..2fb9e372c 100644
--- a/public/components/property/reportHuaningPayFee/reportHuaningPayFee.js
+++ b/public/components/property/reportHuaningPayFee/reportHuaningPayFee.js
@@ -53,11 +53,7 @@
vc.component.reportHuaningPayFeeInfo.total = _feeConfigInfo.total;
vc.component.reportHuaningPayFeeInfo.records = _feeConfigInfo.records;
vc.component.reportHuaningPayFeeInfo.fees = _feeConfigInfo.data;
- vc.emit('reportHuaningPayFee', 'paginationPlus', 'init', {
- total: _feeConfigInfo.records,
- dataCount: vc.component.reportHuaningPayFeeInfo.total,
- currentPage: _page
- });
+
}, function () {
console.log('请求失败处理');
}
diff --git a/public/pages/property/reportHuaning/reportHuaning.html b/public/pages/property/reportHuaning/reportHuaning.html
index c4d97a696..1e74daea0 100644
--- a/public/pages/property/reportHuaning/reportHuaning.html
+++ b/public/pages/property/reportHuaning/reportHuaning.html
@@ -1,19 +1,16 @@
-
@@ -23,9 +20,9 @@
-
+
-
-
+
-
+
-
+
-
+
diff --git a/public/pages/property/reportHuaning/reportHuaning.js b/public/pages/property/reportHuaning/reportHuaning.js
index c335f37a4..0cf57113a 100644
--- a/public/pages/property/reportHuaning/reportHuaning.js
+++ b/public/pages/property/reportHuaning/reportHuaning.js
@@ -43,31 +43,32 @@
vc.emit(_tab, 'switch', $that.reportHuaningInfo.conditions)
},
_changeReporficientFeeTypeCd: function() {
- let param = {
- params: {
- page: 1,
- row: 100,
- communityId: vc.getCurrentCommunity().communityId,
- feeTypeCd: $that.reportHuaningInfo.conditions.feeTypeCd,
- isDefault: '',
- feeFlag: '',
- valid: '1'
- }
- };
- //发送get请求
- vc.http.apiGet('/feeConfig.listFeeConfigs', param,
- function(json, res) {
- var _feeConfigManageInfo = JSON.parse(json);
- let _feeConfigs = _feeConfigManageInfo.feeConfigs
- vc.component.reportHuaningInfo.feeConfigDtos = _feeConfigs;
- /*if (_feeConfigs.length > 0) {
- $that.reportHuaningInfo.conditions.configId = _feeConfigs[0].configId;
- //$that.changeTab($that.reportHuaningInfo._currentTab)
- }*/
- },
- function(errInfo, error) {
- console.log('请求失败处理');
- });
+
+ // let param = {
+ // params: {
+ // page: 1,
+ // row: 100,
+ // communityId: vc.getCurrentCommunity().communityId,
+ // feeTypeCd: $that.reportHuaningInfo.conditions.feeTypeCd,
+ // isDefault: '',
+ // feeFlag: '',
+ // valid: '1'
+ // }
+ // };
+ // //发送get请求
+ // vc.http.apiGet('/feeConfig.listFeeConfigs', param,
+ // function(json, res) {
+ // var _feeConfigManageInfo = JSON.parse(json);
+ // let _feeConfigs = _feeConfigManageInfo.feeConfigs
+ // vc.component.reportHuaningInfo.feeConfigDtos = _feeConfigs;
+ // /*if (_feeConfigs.length > 0) {
+ // $that.reportHuaningInfo.conditions.configId = _feeConfigs[0].configId;
+ // //$that.changeTab($that.reportHuaningInfo._currentTab)
+ // }*/
+ // },
+ // function(errInfo, error) {
+ // console.log('请求失败处理');
+ // });
},
_changeReporficientConfigId: function() {
$that.changeTab($that.reportHuaningInfo._currentTab)
--
Gitee
From e2a1fb4e4a120c312f497742ca88afe77e0b491d Mon Sep 17 00:00:00 2001
From: Your Name
Date: Wed, 12 Jul 2023 23:13:24 +0800
Subject: [PATCH 21/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=82=AC=E7=BC=B4?=
=?UTF-8?q?=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../downloadCollectionLetterOrder.html | 46 +++++++++++
.../downloadCollectionLetterOrder.js | 76 +++++++++++++++++++
.../property/roomCreateFee/roomCreateFee.html | 12 ++-
.../property/roomCreateFee/roomCreateFee.js | 11 ++-
4 files changed, 135 insertions(+), 10 deletions(-)
create mode 100644 public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.html
create mode 100644 public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.js
diff --git a/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.html b/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.html
new file mode 100644
index 000000000..96587184c
--- /dev/null
+++ b/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+ 取消
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.js b/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.js
new file mode 100644
index 000000000..d2bfa9fa2
--- /dev/null
+++ b/public/components/fee/downloadCollectionLetterOrder/downloadCollectionLetterOrder.js
@@ -0,0 +1,76 @@
+(function(vc) {
+ vc.extends({
+ data: {
+ downloadCollectionLetterOrderInfo: {
+ floors: [],
+ floorId:'',
+ roomId:''
+ }
+ },
+ _initMethod: function() {
+
+ },
+ _initEvent: function() {
+ vc.on('downloadCollectionLetterOrder', 'openExportExcel',
+ function(_room) {
+ $that.clearRoomCreateFeeAddData();
+ $that._loadDownloadCollectionLetterFloors();
+ $that.downloadCollectionLetterOrderInfo.roomId = _room.roomId;
+ $('#downloadCollectionLetterOrderModel').modal('show');
+ });
+ },
+ methods: {
+ _loadDownloadCollectionLetterFloors: function() {
+ let param = {
+ params: {
+ page: 1,
+ row: 100,
+ communityId: vc.getCurrentCommunity().communityId,
+ }
+ }
+ vc.http.apiGet(
+ '/floor.queryFloors',
+ param,
+ function (json, res) {
+ let _json = JSON.parse(json);
+ $that.downloadCollectionLetterOrderInfo.floors = _json.apiFloorDataVoList;
+ },
+ function (errInfo, error) {
+ console.log('请求失败处理');
+ vc.toast(errInfo);
+ });
+ },
+ clearRoomCreateFeeAddData: function() {
+ $that.downloadCollectionLetterOrderInfo = {
+ floors: [],
+ floorId:'',
+ roomId:''
+ };
+ },
+ _exportCollectionLetterExcel: function() {
+ $('#downloadCollectionLetterOrderModel').modal('hide');
+ let param = {
+ params: {
+ communityId:vc.getCurrentCommunity().communityId,
+ pagePath:'dataFeeManualCollection',
+ floorId:$that.downloadCollectionLetterOrderInfo.floorId,
+ roomId:$that.downloadCollectionLetterOrderInfo.roomId
+
+ }
+ };
+ //发送get请求
+ vc.http.apiGet('/export.exportData', param,
+ function(json, res) {
+ let _json = JSON.parse(json);
+ vc.toast(_json.msg);
+ if (_json.code == 0) {
+ vc.jumpToPage('/#/pages/property/downloadTempFile?tab=下载中心')
+ }
+ },
+ function(errInfo, error) {
+ console.log('请求失败处理');
+ });
+ },
+ }
+ });
+})(window.vc);
\ No newline at end of file
diff --git a/public/pages/property/roomCreateFee/roomCreateFee.html b/public/pages/property/roomCreateFee/roomCreateFee.html
index 0ffc6df1e..86d706628 100755
--- a/public/pages/property/roomCreateFee/roomCreateFee.html
+++ b/public/pages/property/roomCreateFee/roomCreateFee.html
@@ -31,9 +31,7 @@
@@ -50,7 +48,7 @@
{{vc.i18n('请选择状态','roomCreateFee')}}
- {{vc.i18n('收费中','roomCreateFee')}}
+ {{vc.i18n('有效','roomCreateFee')}}
{{vc.i18n('收费结束','roomCreateFee')}}
@@ -347,10 +345,9 @@
-
+
-
+
@@ -388,4 +385,5 @@
+
\ No newline at end of file
diff --git a/public/pages/property/roomCreateFee/roomCreateFee.js b/public/pages/property/roomCreateFee/roomCreateFee.js
index ce07e995c..b28e3f524 100755
--- a/public/pages/property/roomCreateFee/roomCreateFee.js
+++ b/public/pages/property/roomCreateFee/roomCreateFee.js
@@ -183,10 +183,15 @@
});
},
_downloadCollectionLetterOrder: function () {
- vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId);
+ //vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId);
+ vc.emit('downloadCollectionLetterOrder', 'openExportExcel',{})
},
_downloadRoomCollectionLetterOrder: function (_room) {
- vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId + "&roomId=" + _room.roomId);
+ //vc.jumpToPage('/callComponent/feeManualCollection/downloadCollectionLetterOrder?communityId=' + vc.getCurrentCommunity().communityId + "&roomId=" + _room.roomId);
+ vc.emit('downloadCollectionLetterOrder', 'openExportExcel',{
+ roomId:_room.roomId
+ })
+
},
_toPrintReminderFee: function (_room) {
},
@@ -418,7 +423,7 @@
roomId: $that.roomCreateFeeInfo.roomId
})
},
- _roomCreateFeetoSimplifyAcceptance: function (_room) {
+ _roomCreateFeetoSimplifyAcceptance: function () {
let _date = new Date();
vc.saveData("JAVA110_IS_BACK", _date.getTime());
vc.saveData('simplifyAcceptanceSearch', {
--
Gitee
From 70f62c84701783a3c646fc7638afbdc7d49192fc Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Tue, 18 Jul 2023 07:51:29 +0000
Subject: [PATCH 22/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E4=B8=9A=E4=B8=BB?=
=?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../couponPropertyUserManage.html | 46 ++++++++-----------
1 file changed, 19 insertions(+), 27 deletions(-)
diff --git a/public/pages/scm/couponPropertyUserManage/couponPropertyUserManage.html b/public/pages/scm/couponPropertyUserManage/couponPropertyUserManage.html
index dd2dc51a3..3f2228ab3 100644
--- a/public/pages/scm/couponPropertyUserManage/couponPropertyUserManage.html
+++ b/public/pages/scm/couponPropertyUserManage/couponPropertyUserManage.html
@@ -7,32 +7,28 @@
-
+
-
+
-
+
-
+
{{vc.i18n('选择用途','couponPropertyUserManage')}}
@@ -70,7 +64,7 @@
-
+
{{vc.i18n('请选择状态','couponPropertyUserManage')}}
@@ -96,7 +90,7 @@
-
+
@@ -131,12 +125,12 @@
-
+
-
+
@@ -151,20 +145,18 @@
{{couponPropertyUser.stock}}张
{{couponPropertyUser.state == '1001'?'未使用':'已使用'}}
{{couponPropertyUser.startTime}}
-
+
--
Gitee
From 9e8666a7f88b6e70dff29ade2df3d7def3e8e56d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 20 Jul 2023 05:49:47 +0000
Subject: [PATCH 23/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=88=E5=90=8C?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=20=E8=B4=B9=E7=94=A8=E4=B8=8D=E5=B1=95?=
=?UTF-8?q?=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../contractDetailFee/contractDetailFee.html | 32 +++++++------------
1 file changed, 12 insertions(+), 20 deletions(-)
diff --git a/public/components/contract/contractDetailFee/contractDetailFee.html b/public/components/contract/contractDetailFee/contractDetailFee.html
index 407127e07..d6087001e 100644
--- a/public/components/contract/contractDetailFee/contractDetailFee.html
+++ b/public/components/contract/contractDetailFee/contractDetailFee.html
@@ -7,16 +7,13 @@
-
+
临时收费
-
+
创建费用
-
+
欠费缴费
@@ -96,7 +93,9 @@
{{_getContractAttrValue(fee.feeAttrs,'390003')}}
-
+
+
+
@@ -112,29 +111,22 @@
{{fee.stateName}}
-
+
-
+
-
+
-
+
@@ -152,7 +144,7 @@
- {{contractDetailRoomFeeInfo.totalAmount}}
+ {{contractDetailFeeInfo.totalAmount}}
@@ -160,6 +152,6 @@
-
+
\ No newline at end of file
--
Gitee
From 88574c14e1343cc7d4190bf1bd703d3a3c5c8f44 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Mon, 24 Jul 2023 09:05:07 +0000
Subject: [PATCH 24/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=BE=E5=A4=87?=
=?UTF-8?q?=E5=8F=B0=E8=B4=A6=20=E6=B1=89=E5=AD=90=E6=98=BE=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../addEquipmentAccount.html | 250 ++++++++----------
.../editEquipmentAccount.html | 206 +++++++--------
2 files changed, 203 insertions(+), 253 deletions(-)
diff --git a/public/pages/property/addEquipmentAccount/addEquipmentAccount.html b/public/pages/property/addEquipmentAccount/addEquipmentAccount.html
index 6f76d4c1d..c14d50870 100644
--- a/public/pages/property/addEquipmentAccount/addEquipmentAccount.html
+++ b/public/pages/property/addEquipmentAccount/addEquipmentAccount.html
@@ -1,169 +1,137 @@
-
-
-
-
\ No newline at end of file
diff --git a/public/pages/property/editEquipmentAccount/editEquipmentAccount.html b/public/pages/property/editEquipmentAccount/editEquipmentAccount.html
index 890f5aee4..62fda46ec 100644
--- a/public/pages/property/editEquipmentAccount/editEquipmentAccount.html
+++ b/public/pages/property/editEquipmentAccount/editEquipmentAccount.html
@@ -1,169 +1,151 @@
-
-
\ No newline at end of file
--
Gitee
From 04b666e17e1bd3ebcf27bae2afd3f568c65b99b8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 27 Jul 2023 04:45:21 +0000
Subject: [PATCH 25/46] =?UTF-8?q?=E5=9C=A8=E5=9C=BA=E6=94=B6=E8=B4=B9?=
=?UTF-8?q?=E5=87=BA=E5=9C=BAbug=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../property/parkingAreaControlInCar/parkingAreaControlInCar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/components/property/parkingAreaControlInCar/parkingAreaControlInCar.js b/public/components/property/parkingAreaControlInCar/parkingAreaControlInCar.js
index 27458814e..ba646c72e 100644
--- a/public/components/property/parkingAreaControlInCar/parkingAreaControlInCar.js
+++ b/public/components/property/parkingAreaControlInCar/parkingAreaControlInCar.js
@@ -212,7 +212,7 @@
vc.toast(errInfo);
});
},
- _carInTempCarPayFee: function (car) {
+ _carInTempCarPayFee: function (carIn) {
vc.emit('parkingAreaControlCustomCarInout', 'open', {
type: "1102", //1101 手动入场 1102 手动出场
carNum: carIn.carNum,
--
Gitee
From 9600f9c9bbf385befc02c36808514c7d2fef767e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Sun, 30 Jul 2023 13:35:30 +0000
Subject: [PATCH 26/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BD=A6=E8=BE=86?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
public/pages/car/carDetail/carDetail.html | 2 +-
public/pages/car/carDetail/carDetail.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/pages/car/carDetail/carDetail.html b/public/pages/car/carDetail/carDetail.html
index 160fddd66..d67e35205 100644
--- a/public/pages/car/carDetail/carDetail.html
+++ b/public/pages/car/carDetail/carDetail.html
@@ -6,7 +6,7 @@
+ v-if="vc.hasPrivilege('502023032804261679')" v-on:click="_openEditDetailOwnerCar()">
修改
diff --git a/public/pages/car/carDetail/carDetail.js b/public/pages/car/carDetail/carDetail.js
index 2f0cce44d..629ba453e 100644
--- a/public/pages/car/carDetail/carDetail.js
+++ b/public/pages/car/carDetail/carDetail.js
@@ -79,7 +79,7 @@
paId:$that.carDetailInfo.paId
})
},
- _openEditOwnerCar: function () {
+ _openEditDetailOwnerCar: function () {
vc.emit('editCar', 'openEditCar', $that.carDetailInfo);
},
}
--
Gitee
From 8cfa35dced906db5d3a33dd1551a4b46d8d17e22 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Wed, 2 Aug 2023 02:23:21 +0000
Subject: [PATCH 27/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E5=91=98=E5=B7=A5=E8=AF=A6=E6=83=85=20?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E9=94=99=E8=AF=AF=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../components/frame/dataPrivilegeStaff/dataPrivilegeStaff.js | 2 +-
public/components/frame/roleStaff/roleStaff.js | 2 +-
.../attendanceClassesStaffManage.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/components/frame/dataPrivilegeStaff/dataPrivilegeStaff.js b/public/components/frame/dataPrivilegeStaff/dataPrivilegeStaff.js
index a90d0918b..33808ab40 100644
--- a/public/components/frame/dataPrivilegeStaff/dataPrivilegeStaff.js
+++ b/public/components/frame/dataPrivilegeStaff/dataPrivilegeStaff.js
@@ -73,7 +73,7 @@
vc.component._listDataPrivilegeStaffs(DEFAULT_PAGE, DEFAULT_ROWS);
},
_toStaffDetail: function (_dataPrivilegeStaff) {
- vc.jumpToPage('/#/pages/frame/staffDetail?staffId=' + _dataPrivilegeStaff.staffId)
+ vc.jumpToPage('/#/pages/staff/staffDetail?staffId=' + _dataPrivilegeStaff.staffId)
}
}
});
diff --git a/public/components/frame/roleStaff/roleStaff.js b/public/components/frame/roleStaff/roleStaff.js
index c87826d1d..62f299efd 100644
--- a/public/components/frame/roleStaff/roleStaff.js
+++ b/public/components/frame/roleStaff/roleStaff.js
@@ -74,7 +74,7 @@
vc.component._listRoleStaffs(DEFAULT_PAGE, DEFAULT_ROWS);
},
_toStaffDetail: function (_roleStaff) {
- vc.jumpToPage('/#/pages/frame/staffDetail?staffId=' + _roleStaff.userId)
+ vc.jumpToPage('/#/pages/staff/staffDetail?staffId=' + _roleStaff.userId)
}
}
});
diff --git a/public/pages/attendance/attendanceClassesStaffManage/attendanceClassesStaffManage.js b/public/pages/attendance/attendanceClassesStaffManage/attendanceClassesStaffManage.js
index 195cc88e0..6ddd39234 100644
--- a/public/pages/attendance/attendanceClassesStaffManage/attendanceClassesStaffManage.js
+++ b/public/pages/attendance/attendanceClassesStaffManage/attendanceClassesStaffManage.js
@@ -108,7 +108,7 @@
vc.emit('viewImage', 'showImage', { url: e });
},
openStaffDetail: function(_staff) {
- vc.jumpToPage('/#/pages/frame/staffDetail?staffId=' + _staff.staffId)
+ vc.jumpToPage('/#/pages/staff/staffDetail?staffId=' + _staff.staffId)
}
--
Gitee
From 7380141a2c1a0335d03a7e7e83e08d38b456dabb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Wed, 2 Aug 2023 09:16:13 +0000
Subject: [PATCH 28/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=8B=A8=20bu?=
=?UTF-8?q?g?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../allocationStorehouseAuditOrders.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.html b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.html
index 16d2e56a2..365b4ecf5 100644
--- a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.html
+++ b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.html
@@ -40,7 +40,7 @@
{{auditOrder.stateName}}
{{auditOrder.createTime}}
-
+
Date: Thu, 3 Aug 2023 09:04:48 +0000
Subject: [PATCH 29/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../allocationStorehouseAuditOrders.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
index 911af3d41..b1fea6057 100644
--- a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
+++ b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
@@ -84,7 +84,11 @@
_auditOrderInfo: function (_auditInfo) {
_auditInfo.taskId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.taskId;
_auditInfo.applyId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.applyId;
- _auditInfo.procure = vc.component.allocationStorehouseAuditOrdersInfo.procure;
+ if (auditOrder.storeManager == 'N') {
+ _auditInfo.procure = false;
+ } else {
+ _auditInfo.procure = true;
+ }
// 新增通知状态字段,区别是否为仓管及对应状态
if (_auditInfo.state == '1200') {
_auditInfo.noticeState = '1203';
--
Gitee
From a0e27d3d729380ae9e36ad29329e8aea80fd7d83 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 3 Aug 2023 10:07:05 +0000
Subject: [PATCH 30/46] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../allocationStorehouseAuditOrders.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
index b1fea6057..21f013acb 100644
--- a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
+++ b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
@@ -84,7 +84,7 @@
_auditOrderInfo: function (_auditInfo) {
_auditInfo.taskId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.taskId;
_auditInfo.applyId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.applyId;
- if (auditOrder.storeManager == 'N') {
+ if (_auditInfo.storeManager == 'N') {
_auditInfo.procure = false;
} else {
_auditInfo.procure = true;
--
Gitee
From 68326064859c60f81badd8d9667bc69dcb64f32e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Fri, 4 Aug 2023 03:04:13 +0000
Subject: [PATCH 31/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=8B=A8?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../allocationStorehouseAuditOrders.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
index 21f013acb..6dafe7e87 100644
--- a/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
+++ b/public/pages/admin/allocationStorehouseAuditOrders/allocationStorehouseAuditOrders.js
@@ -82,9 +82,10 @@
},
//提交审核信息
_auditOrderInfo: function (_auditInfo) {
- _auditInfo.taskId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.taskId;
- _auditInfo.applyId = vc.component.allocationStorehouseAuditOrdersInfo.orderInfo.applyId;
- if (_auditInfo.storeManager == 'N') {
+ let _orderInfo = $that.allocationStorehouseAuditOrdersInfo.orderInfo;
+ _auditInfo.taskId = _orderInfo.taskId;
+ _auditInfo.applyId = _orderInfo.applyId;
+ if (_orderInfo.storeManager == 'N') {
_auditInfo.procure = false;
} else {
_auditInfo.procure = true;
--
Gitee
From df9ea6cd1dea083c0069545b58590e8b5f69a1d7 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Tue, 8 Aug 2023 02:55:15 +0000
Subject: [PATCH 32/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=88=E5=AE=9E?=
=?UTF-8?q?=E6=94=B6=E6=98=8E=E7=BB=86=E5=92=8C=E6=9C=88=E6=AC=A0=E8=B4=B9?=
=?UTF-8?q?=E6=98=8E=E7=BB=86=E4=B8=8D=E5=90=88=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../report/dataMonthOweStatistics/dataMonthOweStatistics.html | 2 +-
.../dataMonthReceivedStatistics.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.html b/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.html
index 876baaeb7..71f10be05 100644
--- a/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.html
+++ b/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.html
@@ -75,7 +75,7 @@
{{fee.feeName}}
- {{fee.startTime}}~{{fee.endTime}}
+ {{fee.curYearMonth}}
{{fee.receivableAmount || 0}}
diff --git a/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.html b/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.html
index 9c30870b2..75cc4f80f 100644
--- a/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.html
+++ b/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.html
@@ -83,7 +83,7 @@
{{fee.feeName}}
- {{fee.startTime}}~{{fee.endTime}}
+ {{fee.curYearMonth}}
{{fee.cashierName}}
--
Gitee
From bff24a72dc6bc3133d272481dc0374689626f22f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 17 Aug 2023 04:13:10 +0000
Subject: [PATCH 33/46] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E5=80=92=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../property/inspectionTaskManage/inspectionTaskManage.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/pages/property/inspectionTaskManage/inspectionTaskManage.js b/public/pages/property/inspectionTaskManage/inspectionTaskManage.js
index de4f1e3e7..71145e34c 100755
--- a/public/pages/property/inspectionTaskManage/inspectionTaskManage.js
+++ b/public/pages/property/inspectionTaskManage/inspectionTaskManage.js
@@ -20,7 +20,8 @@
actInsTime: '',
startTime: '',
endTime: '',
- state: ''
+ state: '',
+ orderByDesc: 'desc'
}
}
},
--
Gitee
From 68bfe0d8b6b4e5c122bb236f668cf604cb7326e4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Sat, 26 Aug 2023 01:36:09 +0000
Subject: [PATCH 34/46] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E8=B4=B9=E7=94=A8?=
=?UTF-8?q?=E6=97=B6=E6=8A=BC=E9=87=91=E6=98=BE=E7=A4=BA=20=E6=97=B6?=
=?UTF-8?q?=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../property/roomCreateFeeAdd/roomCreateFeeAdd.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html
index 423da1be6..7365a7d53 100755
--- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html
+++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html
@@ -202,9 +202,9 @@
class="form-control roomCreateFeeStartTime">
-
+
+ v-show=" roomCreateFeeAddInfo.feeFlag != '1003006'">
--
Gitee
From 0c42a7a40af609fa35c2433bc7eb65abb554f4ea Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Tue, 5 Sep 2023 04:53:10 +0000
Subject: [PATCH 35/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=A9=E4=BD=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
public/pages/machine/meterMachineManage/meterMachineManage.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/pages/machine/meterMachineManage/meterMachineManage.html b/public/pages/machine/meterMachineManage/meterMachineManage.html
index 336714b6f..b5dd4570b 100644
--- a/public/pages/machine/meterMachineManage/meterMachineManage.html
+++ b/public/pages/machine/meterMachineManage/meterMachineManage.html
@@ -148,7 +148,7 @@
{{meterMachine.roomName}}
{{meterMachine.feeConfigName}}
{{meterMachine.implBeanName}}
- {{meterMachine.degree?meterMachine.degree:meterMachine.prestoreDegrees}}
+ {{meterMachine.prestoreDegrees}}
-
-
{{meterMachine.curDegrees}}(每月{{meterMachine.readDay}}日{{meterMachine.readHours}}时抄表)
--
Gitee
From 4795d419953055dd00ae6763220e93f405e4cc97 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 14 Sep 2023 09:27:58 +0000
Subject: [PATCH 36/46] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: java110 <928255095@qq.com>
---
.../deleteCommunitySpacePerson.html | 20 ++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/public/components/property/deleteCommunitySpacePerson/deleteCommunitySpacePerson.html b/public/components/property/deleteCommunitySpacePerson/deleteCommunitySpacePerson.html
index 65dfe454b..75976c8d0 100644
--- a/public/components/property/deleteCommunitySpacePerson/deleteCommunitySpacePerson.html
+++ b/public/components/property/deleteCommunitySpacePerson/deleteCommunitySpacePerson.html
@@ -1,20 +1,30 @@
-