| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model.trim="roomCreateFeeAddInfo.locationTypeCdName" disabled="disabled" |
| | | type="text" :placeholder="vc.i18n('必填,请填写收费范围','roomCreateFeeAdd')" |
| | | class="form-control"/> |
| | | type="text" :placeholder="vc.i18n('必填,请填写收费范围','roomCreateFeeAdd')" |
| | | class="form-control" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <select class="custom-select" v-model="roomCreateFeeAddInfo.feeTypeCd" |
| | | @change="_changeFeeTypeCdX(roomCreateFeeAddInfo.feeTypeCd)"> |
| | | @change="_changeFeeTypeCdX(roomCreateFeeAddInfo.feeTypeCd)"> |
| | | <option selected disabled value=""> |
| | | {{vc.i18n('必填,请选择费用类型','roomCreateFeeAdd')}} |
| | | </option> |
| | | <!--item.statusCd !='888800010008' &&--> |
| | | <option v-for="(item,index) in roomCreateFeeAddInfo.feeTypeCds" :key="index" |
| | | v-bind:value="item.statusCd" v-if="item.statusCd !='888800010017'"> |
| | | v-bind:value="item.statusCd" v-if="item.statusCd !='888800010017'"> |
| | | {{item.name}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <vc:i18n name="费用子类型" namespace="roomCreateFeeAdd"></vc:i18n> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <select class="custom-select" v-model="roomCreateFeeAddInfo.secondaryFeeTypeCd" |
| | | @change="_changeSecondaryFeeTypeCdx(roomCreateFeeAddInfo.feeTypeCd,roomCreateFeeAddInfo.secondaryFeeTypeCd)"> |
| | | <option selected disabled value="">{{vc.i18n('必填,请选择费用子类型','roomCreateFeeAdd')}} |
| | | </option> |
| | | <option v-for="(item,index) in roomCreateFeeAddInfo.secondaryFeeTypeCds" :key="index" |
| | | v-bind:value="item.secondaryFeeTypeCd"> |
| | | {{item.secondaryFeeTypeName}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <select class="custom-select" v-model="roomCreateFeeAddInfo.configId" |
| | | @change="_roomCreateFeeAddIfOnceFee(roomCreateFeeAddInfo.configId)"> |
| | | @change="_roomCreateFeeAddIfOnceFee(roomCreateFeeAddInfo.configId)"> |
| | | <option selected disabled value=""> |
| | | {{vc.i18n('必填,请选择收费项目','roomCreateFeeAdd')}} |
| | | </option> |
| | | <option v-for="(item,index) in roomCreateFeeAddInfo.feeConfigs" :key="index" |
| | | v-bind:value="item.configId">{{item.feeName}} |
| | | v-bind:value="item.configId">{{item.feeName}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model.trim="roomCreateFeeAddInfo.amount" type="text" |
| | | :placeholder="vc.i18n('必填,请填写收费金额','roomCreateFeeAdd')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写收费金额','roomCreateFeeAdd')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="roomCreateFeeAddInfo.startTime" type="text" |
| | | :placeholder="vc.i18n('必填,请填写计费起始时间','roomCreateFeeAdd')" |
| | | class="form-control roomCreateFeeStartTime"> |
| | | :placeholder="vc.i18n('必填,请填写计费起始时间','roomCreateFeeAdd')" |
| | | class="form-control roomCreateFeeStartTime"> |
| | | </div> |
| | | </div> |
| | | <!-- 显示条件:1.不是押金 roomCreateFeeAddInfo.feeTypeCd != '888800010006' && 2.不是其他费用 3.不是周期性费用 --> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="roomCreateFeeAddInfo.endTime" type="text" |
| | | :placeholder="vc.i18n('必填,请填写计费结束时间','roomCreateFeeAdd')" |
| | | class="form-control roomCreateFeeEndTime"> |
| | | :placeholder="vc.i18n('必填,请填写计费结束时间','roomCreateFeeAdd')" |
| | | class="form-control roomCreateFeeEndTime"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row" v-show="roomCreateFeeAddInfo.computingFormula == '1102'"> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model.trim="roomCreateFeeAddInfo.rateCycle" type="text" |
| | | :placeholder="vc.i18n('必填,请填写递增周期,请填写月份','roomCreateFeeAdd')" class="form-control "> |
| | | :placeholder="vc.i18n('必填,请填写递增周期,请填写月份','roomCreateFeeAdd')" class="form-control "> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row" v-show="roomCreateFeeAddInfo.computingFormula == '1102'"> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model.trim="roomCreateFeeAddInfo.rate" type="text" |
| | | :placeholder="vc.i18n('必填,请填写递增率','roomCreateFeeAdd')" class="form-control "> |
| | | :placeholder="vc.i18n('必填,请填写递增率','roomCreateFeeAdd')" class="form-control "> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row" v-show="roomCreateFeeAddInfo.computingFormula == '1102'"> |
| | |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="roomCreateFeeAddInfo.rateStartTime" type="text" |
| | | :placeholder="vc.i18n('必填,请填写递增开始时间','roomCreateFeeAdd')" |
| | | class="form-control addRoomRateStartTime"> |
| | | :placeholder="vc.i18n('必填,请填写递增开始时间','roomCreateFeeAdd')" |
| | | class="form-control addRoomRateStartTime"> |
| | | </div> |
| | | </div> |
| | | <div class="ibox-content"> |
| | |
| | | <i class="fa fa-check"></i> 提交 |
| | | </button> |
| | | <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" |
| | | data-dismiss="modal"> |
| | | data-dismiss="modal"> |
| | | <i class="fa fa-times"></i> 取消 |
| | | </button> |
| | | </div> |