apply-clients 5.0.35-61 → 5.0.35-62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/app_apply/Gongcheng.vue +3614 -3600
- package/src/components/app_apply/ServiceControl.vue +537 -539
- package/src/components/product/Function/functions/InstallFee.vue +14 -15
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +2091 -2058
|
@@ -798,21 +798,20 @@
|
|
|
798
798
|
}
|
|
799
799
|
}, {resolveMsg: null, rejectMsg: "失败"})
|
|
800
800
|
}
|
|
801
|
-
debugger
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
801
|
+
// debugger
|
|
802
|
+
// for (let i = 0; i < this.charges.length; i++) {
|
|
803
|
+
// let saveen = this.charges[i]
|
|
804
|
+
// debugger
|
|
805
|
+
// saveen.f_money= 0 - saveen.f_money
|
|
806
|
+
// saveen.f_project_item = this.charges[i].f_project_item[0]
|
|
807
|
+
// saveen.f_charge_record_id = parseFloat(ret.data.id);
|
|
808
|
+
// await http.load('POST', 'rs/logic/saveentity', {
|
|
809
|
+
// data: {
|
|
810
|
+
// tablename: 't_charge_record_item',
|
|
811
|
+
// parameters: saveen
|
|
812
|
+
// }
|
|
813
|
+
// }, {resolveMsg: null, rejectMsg: "失败"})
|
|
814
|
+
// }
|
|
816
815
|
|
|
817
816
|
await http.load('POST', 'rs/logic/updatechargemoney', {data: data}, {resolveMsg: null, rejectMsg: "添加累计金额失败"})
|
|
818
817
|
.then((res) => {
|