| | |
| | | <span><vc:i18n name="折扣类型" namespace="editFeeDiscount"></vc:i18n></span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <select class="custom-select" v-model="editFeeDiscountInfo.discountType"> |
| | | <select class="custom-select" v-model="editFeeDiscountInfo.discountType" |
| | | @change="_changeEditFeeDiscountType()"> |
| | | <option selected disabled value=""> |
| | | {{vc.i18n('必填','editFeeDiscount')}},请选择折扣类型 |
| | | </option> |
| | |
| | | }, |
| | | _changeEditFeeDiscountType: function () { |
| | | $that._loadEditFeeDiscountRules(); |
| | | } |
| | | }, |
| | | } |
| | | }); |
| | | })(window.vc, window.vc.component); |
| | |
| | | /** |
| | | 入驻小区 |
| | | **/ |
| | | (function (vc) { |
| | | (function (vc) { |
| | | var DEFAULT_PAGE = 1; |
| | | var DEFAULT_ROWS = 10; |
| | | vc.extends({ |
| | |
| | | vc.component.oldRoomFeeImport.conditions.category22 = vc.component.oldRoomFeeImport.conditions.feeTypeCd;; |
| | | vc.component.oldRoomFeeImport.conditions.secondaryFeeTypeCd = vc.component.oldRoomFeeImport.conditions.importFee; |
| | | vc.component.oldRoomFeeImport.conditions.feeYear = vc.component.oldRoomFeeImport.conditions.feeYear; |
| | | vc.component.oldRoomFeeImport.conditions.communityId = vc.getCurrentCommunity().communityId |
| | | var param = { |
| | | params: vc.component.oldRoomFeeImport.conditions |
| | | }; |