From 17e39c68dbf521b22d17cd8eed49fc2f3ae6486e Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 3 Dec 2021 09:20:40 +0800 Subject: [PATCH 1/5] =?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 --- .../components/property/newOaWorkflowForm/newOaWorkflowForm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js b/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js index 2e651ee25..95369c96b 100644 --- a/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js +++ b/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js @@ -68,7 +68,6 @@ let node = document.querySelector('.form .uploadFile'); const submitBtn = document.querySelector('.form .fjs-form-field-button'); submitBtn.parentNode.insertBefore(node, submitBtn); - let node = document.querySelector('.form .uploadFile'); }); }, _submitFormData(_data, _err) { From 210804522eec54fcfa5a857d5f687152c5afde19 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 3 Dec 2021 12:45:07 +0800 Subject: [PATCH 2/5] =?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 --- .../newOaWorkflowForm/newOaWorkflowForm.js | 4 +- .../property/listRoomFee/listRoomFee.html | 128 ++++++++---------- 2 files changed, 60 insertions(+), 72 deletions(-) diff --git a/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js b/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js index 95369c96b..70ad0caab 100644 --- a/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js +++ b/public/components/property/newOaWorkflowForm/newOaWorkflowForm.js @@ -10,8 +10,8 @@ formJson: {}, conditions: {}, flowId: '', - file: '', - realFile: '' + fileName: '', + realFileName: '' } }, _initMethod: function() {}, diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html index 49709e442..91e452254 100755 --- a/public/pages/property/listRoomFee/listRoomFee.html +++ b/public/pages/property/listRoomFee/listRoomFee.html @@ -5,95 +5,83 @@
| 费用项目 | -费用标识 | -费用类型 | -应收金额 | -建账时间 | -计费起始时间 | -计费结束时间 | -说明 | -状态 | -操作 | -||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 费用项目 | +费用标识 | +费用类型 | +应收金额 | +建账时间 | +计费起始时间 | +计费结束时间 | +说明 | +状态 | +操作 | +||||||||||||||||||
| {{fee.feeName}} | -{{fee.feeFlagName}} | -{{fee.feeTypeCdName}} | -{{fee.amountOwed}} | -{{fee.startTime}} | -{{_getEndTime(fee)}} | -{{_getDeadlineTime(fee)}} | -
- 上期度数:{{fee.preDegrees}}
- 本期度数:{{fee.curDegrees}}
- 单价:{{getOnePrice1(fee)}}
- 附加费:{{fee.additionalAmount}}
- |
-
- 用量:{{_getAttrValue(fee.feeAttrs,'390006')}}
- 单价:{{fee.squarePrice}}
- 附加费:{{fee.additionalAmount}}
- |
-
- 算法:{{_getAttrValue(fee.feeAttrs,'390005')}}
- 用量:{{_getAttrValue(fee.feeAttrs,'390003')}}
- |
-
- 费用根据实际情况而定
- |
-
- 面积:{{listRoomCreateFeeInfo.builtUpArea}}
- 单价:{{fee.squarePrice}}
- 附加费:{{fee.additionalAmount}}
- 固定费:{{fee.additionalAmount}}
- |
- {{fee.stateName}} | -
- | {{fee.feeName}} |
+ {{fee.feeFlagName}} |
+ {{fee.feeTypeCdName}} |
+ {{fee.amountOwed}} |
+ {{fee.startTime}} |
+ {{_getEndTime(fee)}} |
+ {{_getDeadlineTime(fee)}} |
+
+ |
+ 上期度数:{{fee.preDegrees}}
+ 本期度数:{{fee.curDegrees}}
+ 单价:{{getOnePrice1(fee)}}
+ 附加费:{{fee.additionalAmount}}
+
+ |
+ 用量:{{_getAttrValue(fee.feeAttrs,'390006')}}
+ 单价:{{fee.squarePrice}}
+ 附加费:{{fee.additionalAmount}}
+
+ |
+ 算法:{{_getAttrValue(fee.feeAttrs,'390005')}}
+ 用量:{{_getAttrValue(fee.feeAttrs,'390003')}}
+
+ |
+ 费用根据实际情况而定
+
+ |
+ 面积:{{listRoomCreateFeeInfo.builtUpArea}}
+ 单价:{{fee.squarePrice}}
+ 附加费:{{fee.additionalAmount}}
+ 固定费:{{fee.additionalAmount}}
+ {{fee.stateName}} |
+
+ |
- |
+