wuxw
2019-07-16 e108ff50d948e7b8f85a07a8ec708699df745c82
WebService/src/main/resources/components/property-pay/propertyPay.js
@@ -1,6 +1,9 @@
(function(vc,vm){
    vc.extends({
        propTypes: {
            emitReloadFee:vc.propTypes.string
        },
        data:{
            propertyPayInfo:{
                cycles:'',
@@ -8,6 +11,7 @@
                receivedAmount:'0.00',
                remark:'',
                feeId:'',
                feeTypeCd:'',
                builtUpArea:'',
                squarePrice:'',
                additionalAmount:'',
@@ -34,8 +38,11 @@
                $('#propertyPayModel').modal('show');
                vc.component.propertyPayInfo.feeId = _params.feeId;
                vc.component.propertyPayInfo.feeTypeCd = _params.feeTypeCd;
                vc.component.propertyPayInfo.builtUpArea = _params.builtUpArea;
                vc.component.propertyPayInfo.communityId = vc.getCurrentCommunity().communityId;
                 vc.component.loadPropertyConfigFee();
            });
        },
        methods:{
@@ -112,7 +119,7 @@
                            //关闭model
                            $('#propertyPayModel').modal('hide');
                            vc.emit('propertyFee','listFeeDetail',vc.component.propertyPayInfo);
                            vc.emit('viewMainFee','reloadFee',vc.component.propertyPayInfo);
                            vc.emit($props.emitReloadFee,'reloadFee',vc.component.propertyPayInfo);
                            return ;
                        }
                        vc.message(json);
@@ -130,11 +137,12 @@
                                             remark:'',
                                             builtUpArea:'',
                                             feeId:'',
                                             feeTypeCd:'',
                                             squarePrice:'',
                                             additionalAmount:'',
                                             communityId:''
                                         };
                vc.component.loadPropertyConfigFee();
            },
            //加载配置数据
@@ -142,7 +150,8 @@
                var param = {
                    params:{
                        communityId:vc.getCurrentCommunity().communityId,
                        configId:''
                        feeTypeCd: vc.component.propertyPayInfo.feeTypeCd,
                        configId:'',
                    }
                };
                vc.http.get(