|
|
@@ -111,7 +111,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="回款金额" prop="refundMoney">
|
|
|
- <el-input v-model="form.refundMoney" placeholder='预估费用' oninput="value=value.match(/\d+\.?\d{0,2}/,'')"></el-input>
|
|
|
+ <el-input v-model="form.refundMoney" placeholder='回款金额(元)' oninput="value=value.match(/\d+\.?\d{0,2}/,'')"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
@@ -121,7 +121,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="逾期天数" prop="overdueDay">
|
|
|
- <el-input v-model="form.overdueDay" oninput="value=value.replace(/^(0+)|[^\d]+/g,'')" placeholder='逾期天数'></el-input>
|
|
|
+ <el-input v-model="form.overdueDay" oninput="value=value.replace(/^(0+)|[^\d]+/g,'')" placeholder='逾期天数(天)'></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
@@ -196,7 +196,7 @@
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
<div class="field-label">
|
|
|
<span class="field-required">*</span>
|
|
|
- <div class="field-name">回款金额</div>
|
|
|
+ <div class="field-name">回款金额(元)</div>
|
|
|
</div>
|
|
|
<div class="field-component">
|
|
|
<span :title="form.refundMoney">{{ form.refundMoney }}</span>
|
|
|
@@ -207,7 +207,7 @@
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
<div class="field-label">
|
|
|
<span class="field-required">*</span>
|
|
|
- <div class="field-name">回款周期</div>
|
|
|
+ <div class="field-name">回款周期(天)</div>
|
|
|
</div>
|
|
|
<div class="field-component">
|
|
|
<span :title="form.refundCycle">{{ form.refundCycle }}</span>
|
|
|
@@ -215,7 +215,7 @@
|
|
|
</div>
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
<div class="field-label">
|
|
|
- <div class="field-name">逾期天数</div>
|
|
|
+ <div class="field-name">逾期天数(天)</div>
|
|
|
</div>
|
|
|
<div class="field-component">
|
|
|
<span :title="form.overdueDay">{{ form.overdueDay }}</span>
|
|
|
@@ -430,6 +430,7 @@
|
|
|
},
|
|
|
// 表单重置
|
|
|
reset() {
|
|
|
+ this.files = [],
|
|
|
this.form = {
|
|
|
refundTitle: undefined,
|
|
|
customerId: undefined,
|