| | |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="1.中央预算投资" label-width="130px" prop="fundsType" style="width: 100%"> |
| | | <el-form-item label="1.中央预算投资" label-width="160px" prop="fundsType" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.centralBudgetInvestment" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="18"> |
| | | <el-form-item label="4.中央专项建设基金" label-width="130px" prop="engineering" style="width: 100%"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="4.中央专项建设基金" label-width="180px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.centralSpecialFundInvestment" class="item" clearable style="width: 90%" |
| | | maxlength="255" placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="5.超长期特别国债资金" label-width="150px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.nationalDebt" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="6.2023年增发国债资金" label-width="150px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.additionalNationalDebt" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="1.省预算内投资" label-width="130px" prop="fundsType" style="width: 100%"> |
| | | <el-form-item label="1.省预算内投资" label-width="160px" prop="fundsType" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.provincialBudgetInvestment" class="item" clearable style="width: 90%" |
| | | maxlength="255" placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="1.市(州)预算内投资" label-width="130px" prop="fundsType" style="width: 100%"> |
| | | <el-form-item label="1.市(州)预算内投资" label-width="170px" prop="fundsType" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.cityBudgetInvestment" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="1.区(县)预算内投资" label-width="130px" prop="fundsType" style="width: 100%"> |
| | | <el-form-item label="1.区(县)预算内投资" label-width="180px" prop="fundsType" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.countyBudgetInvestment" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item class="items" label="2.区(县)财政性建设资金" label-width="130px" prop="investmentType" |
| | | <el-form-item label="2.区(县)财政性建设资金" label-width="170px" prop="investmentType" |
| | | style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.countyFiscalInvestment" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | |
| | | <el-form-item label="3.区(县)专项资金" label-width="130px" prop="investmentType" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.countySpecialFundInvestment" class="item" clearable style="width: 90%" |
| | | maxlength="255" placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="4.地方政府专项债券" label-width="180px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.deptBond" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | </el-form> |
| | | </div> |
| | | </template> |