|
|
@ -114,7 +114,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="span-sty">资方未到期金额</div> |
|
|
|
<el-form-item><el-input class="addinputInfo addinputw" @keyup.native="UpNumber" @input="notDuePriceInput" v-model="formobj.bankCostVo.notDuePrice" clearable placeholder=""/></el-form-item> |
|
|
|
<el-form-item><el-input class="addinputInfo addinputw" @keyup.native="UpNumber" v-model="formobj.bankCostVo.notDuePrice" clearable placeholder=""/></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
@ -471,9 +471,6 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
notDuePriceInput(val) { |
|
|
|
this.formobj.companyCostVo.bankNotPrice = val |
|
|
|
}, |
|
|
|
bankInterestInput(val) { |
|
|
|
this.formobj.companyCostVo.bankOverInterest = val |
|
|
|
}, |
|
|
|