|
|
|
@ -339,7 +339,7 @@ |
|
|
|
|
<el-form-item label="清偿方式" required> |
|
|
|
|
<div class="df"> |
|
|
|
|
<span style="margin-right:20px">(1)现金</span> |
|
|
|
|
<el-input style="width:20%;min-width:250px" oninput="value=value.replace(/[^\d.]/g,'')" v-model="repaymentForm.repaymentCash" placeholder="请输入金额"> |
|
|
|
|
<el-input style="width:40%;min-width:250px" oninput="value=value.replace(/[^\d.]/g,'')" v-model="repaymentForm.repaymentCash" placeholder="请输入金额"> |
|
|
|
|
<i slot="suffix" style="margin-right:10px" class="el-input__icon">{{ChinaCost(repaymentForm.repaymentCash)}}</i> |
|
|
|
|
</el-input> |
|
|
|
|
<span style="margin-left:15px">元</span> |
|
|
|
|