jialh
2025-08-21 e43b540a27aace952e791403c17800fb414809a2
public/components/fee/writeOweFeeCallable/writeOweFeeCallable.html
@@ -16,7 +16,7 @@
                                :placeholder="vc.i18n('必填,请填写房屋','writeOweFeeCallable')" class="form-control">
                        </div>
                    </div>
                    <!-- <div class="form-group row">
                    <div class="form-group row">
                        <label class="col-sm-2 col-form-label text-right">
                            <vc:i18n name="催缴费用" namespace="writeOweFeeCallable"></vc:i18n>
                        </label>
@@ -26,16 +26,29 @@
                                    v-model="writeOweFeeCallableInfo.feeIds"> {{item.feeName}}
                            </span>
                        </div>
                    </div> -->
                    </div>
                    <div class="form-group row">
                        <label class="col-sm-2 col-form-label text-right">
                            <vc:i18n name="催收方式" namespace="writeOweFeeCallable"></vc:i18n>
                        </label>
                        <div class="col-sm-10">
                            <span class="margin-right" v-for="(item,index) in writeOweFeeCallableInfo.fees">
                                <input type="checkbox" class="i-checks checkItem" v-bind:value="item.feeId"
                                    v-model="writeOweFeeCallableInfo.feeIds"> {{item.feeName}}
                            </span>
                            <select class="custom-select" v-model="writeOweFeeCallableInfo.cycles">
                                <option selected disabled value="">{{vc.i18n('必填','writeOweFeeCallable')}},请选择催收方式
                                </option>
                                <option value="1">电联</option>
                                <option value="2">邮寄信息</option>
                                <option value="3">产调信息</option>
                                <option value="4">诉讼</option>
                            </select>
                        </div>
                    </div>
                    <div class="form-group row">
                        <label class="col-sm-2 col-form-label  text-right">
                            <vc:i18n name="追回金额" namespace="writeOweFeeCallable"></vc:i18n>
                        </label>
                        <div class="col-sm-10 " style="margin-top: 8px;">
                            <input class="form-control" rows="5" v-model="writeOweFeeCallableInfo.remark"
                                placeholder="请输入追回金额"></input>
                        </div>
                    </div>
                    <div class="form-group row">