|
@@ -25,66 +25,18 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="工业总产值" prop="totalIndustrialValue">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.totalIndustrialValue"
|
|
|
- placeholder="请输入工业总产值"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="应税收入" prop="taxableIncome">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.taxableIncome"
|
|
|
- placeholder="请输入应税收入"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="实缴税金" prop="paidTax">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.paidTax"
|
|
|
- placeholder="请输入实缴税金"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="研发经费" prop="funding">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.funding"
|
|
|
- placeholder="请输入研发经费"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="能源消费量" prop="energyConsume">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.energyConsume"
|
|
|
- placeholder="请输入能源消费量"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="用电量" prop="powerConsume">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.powerConsume"
|
|
|
- placeholder="请输入用电量"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="年份" prop="year">
|
|
|
+ <el-form-item label="年度" prop="year">
|
|
|
<el-input
|
|
|
v-model="queryParams.year"
|
|
|
- placeholder="请输入年份"
|
|
|
+ placeholder="请输入年度"
|
|
|
clearable
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="季节" prop="season">
|
|
|
+ <el-form-item label="季度" prop="season">
|
|
|
<el-input
|
|
|
v-model="queryParams.season"
|
|
|
- placeholder="请输入季节"
|
|
|
+ placeholder="请输入季度"
|
|
|
clearable
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
@@ -104,7 +56,7 @@
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
plain
|
|
@@ -135,7 +87,7 @@
|
|
|
@click="handleDelete"
|
|
|
v-hasPermi="['industry_run:industry_run:remove']"
|
|
|
>删除</el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="warning"
|
|
@@ -154,16 +106,16 @@
|
|
|
<el-table-column label="企业名称" align="center" prop="enterpriseName" />
|
|
|
<el-table-column label="坐落地" align="center" prop="location" />
|
|
|
<el-table-column label="行业代码" align="center" prop="code" />
|
|
|
- <el-table-column label="工业总产值" align="center" prop="totalIndustrialValue" />
|
|
|
- <el-table-column label="应税收入" align="center" prop="taxableIncome" />
|
|
|
- <el-table-column label="实缴税金" align="center" prop="paidTax" />
|
|
|
- <el-table-column label="研发经费" align="center" prop="funding" />
|
|
|
- <el-table-column label="能源消费量" align="center" prop="energyConsume" />
|
|
|
- <el-table-column label="用电量" align="center" prop="powerConsume" />
|
|
|
- <el-table-column label="年份" align="center" prop="year" />
|
|
|
- <el-table-column label="季节" align="center" prop="season" />
|
|
|
+ <el-table-column label="工业总产值/万元" align="center" prop="totalIndustrialValue" />
|
|
|
+ <el-table-column label="电力消耗/万KW·h" align="center" prop="powerConsume" />
|
|
|
<el-table-column label="月份" align="center" prop="month" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
+ <el-table-column label="应税收入/万元" align="center" prop="taxableIncome" />
|
|
|
+ <el-table-column label="实缴税金/万元" align="center" prop="paidTax" />
|
|
|
+ <el-table-column label="季度" align="center" prop="season" />
|
|
|
+ <el-table-column label="能源消耗/万m³" align="center" prop="energyConsume" />
|
|
|
+ <el-table-column label="研发投入/万元" align="center" prop="funding" />
|
|
|
+ <el-table-column label="年度" align="center" prop="year" />
|
|
|
+ <!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -180,7 +132,7 @@
|
|
|
v-hasPermi="['industry_run:industry_run:remove']"
|
|
|
>删除</el-button>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
</el-table>
|
|
|
|
|
|
<pagination
|
|
@@ -245,7 +197,7 @@
|
|
|
<el-form-item label="用电量" prop="powerConsume">
|
|
|
<el-input v-model="form.powerConsume" placeholder="请输入用电量" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="季节" prop="season">
|
|
|
+ <el-form-item label="季度" prop="season">
|
|
|
<el-input v-model="form.season" placeholder="请输入季节" />
|
|
|
</el-form-item>
|
|
|
</el-form>
|