Browse Source

Merge remote-tracking branch 'origin/master'

master
God 1 year ago
parent
commit
d9819126b4
  1. 32
      anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

32
anrui-riskcenter-ui/src/views/repaymentschedule/repaymentscheduleAdd.vue

@ -120,21 +120,23 @@
<el-form-item prop="singleMainLastRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleMainLastRepay" clearable placeholder=""/></el-form-item> <el-form-item prop="singleMainLastRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleMainLastRepay" clearable placeholder=""/></el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<div class="title">其它融<span>({{ formobj.otherPolicyName }})</span></div> <div v-if="formobj.isOtherPolicy == '1'">
<el-row> <div class="title">其它融<span>({{ formobj.otherPolicyName }})</span></div>
<el-col :span="8"> <el-row>
<div class="span-sty"><span class="icon">*</span>首期月还</div> <el-col :span="8">
<el-form-item prop="singleOtherFirstRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherFirstRepay" clearable placeholder=""/></el-form-item> <div class="span-sty"><span class="icon">*</span>首期月还</div>
</el-col> <el-form-item prop="singleOtherFirstRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherFirstRepay" clearable placeholder=""/></el-form-item>
<el-col :span="8"> </el-col>
<div class="span-sty"><span class="icon">*</span>期间月还</div> <el-col :span="8">
<el-form-item prop="singleOtherMidRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherMidRepay" clearable placeholder=""/></el-form-item> <div class="span-sty"><span class="icon">*</span>期间月还</div>
</el-col> <el-form-item prop="singleOtherMidRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherMidRepay" clearable placeholder=""/></el-form-item>
<el-col :span="8"> </el-col>
<div class="span-sty"><span class="icon">*</span>末期月还</div> <el-col :span="8">
<el-form-item prop="singleOtherLastRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherLastRepay" clearable placeholder=""/></el-form-item> <div class="span-sty"><span class="icon">*</span>末期月还</div>
</el-col> <el-form-item prop="singleOtherLastRepay"><el-input class="addinputInfo addinputw" v-model="formobj.singleOtherLastRepay" clearable placeholder=""/></el-form-item>
</el-row> </el-col>
</el-row>
</div>
</div> </div>
</div> </div>
</el-form> </el-form>

Loading…
Cancel
Save