|
|
|
|
@ -286,10 +286,10 @@
|
|
|
|
|
<template v-slot:money>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>年初预算金额
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>年初预算数
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content xy-table-item-price">
|
|
|
|
|
<el-input v-model="editorForm.money" clearable placeholder="请填写年初预算金额" style="width: 300px;"
|
|
|
|
|
<el-input v-model="editorForm.money" clearable placeholder="请填写年初预算数" style="width: 300px;"
|
|
|
|
|
@blur="moneyFormatEditor('money')" @focus="moneyRecoverEditor('money')" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -297,10 +297,10 @@
|
|
|
|
|
<template v-slot:update_money>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>调整后预算金额
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>调整后预算数
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content xy-table-item-price">
|
|
|
|
|
<el-input v-model="editorForm.update_money" clearable placeholder="请填写调整后预算金额" style="width: 300px;"
|
|
|
|
|
<el-input v-model="editorForm.update_money" clearable placeholder="请填写调整后预算数" style="width: 300px;"
|
|
|
|
|
@blur="moneyFormatEditor('update_money')" @focus="moneyRecoverEditor('update_money')" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|