|
|
@@ -18,7 +18,7 @@
|
|
|
>
|
|
|
删 除
|
|
|
</el-button>
|
|
|
- <!-- <el-button
|
|
|
+ <el-button
|
|
|
v-if="!isSelAnnual"
|
|
|
type="success"
|
|
|
size="small"
|
|
|
@@ -27,7 +27,7 @@
|
|
|
@click="handleImport"
|
|
|
>
|
|
|
导入
|
|
|
- </el-button> -->
|
|
|
+ </el-button>
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
size="small"
|
|
|
@@ -95,7 +95,7 @@
|
|
|
<template slot="assetIdForm">
|
|
|
<asset-select
|
|
|
v-model="form.assetId"
|
|
|
- :params="{ yearAndMonth: params.yearAndMonth, zclb: '房屋建筑物' }"
|
|
|
+ :params="{ yearAndMonth: params.yearAndMonth, zclb: '软件,专利权,非专利技术,其他' }"
|
|
|
@change="handleAssetChange"
|
|
|
></asset-select>
|
|
|
</template>
|
|
|
@@ -116,7 +116,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { fetchDeviceData } from "@/api/yfCostManage/basicDataSetting/houseDetailList"
|
|
|
+import { fetchDeviceData } from "@/api/yfCostManage/basicDataSetting/wxzcDetail"
|
|
|
import YearMonthSelect from "@/components/year-month-select";
|
|
|
import UploadExcelDialog from "@/components/upload-excel-dialog";
|
|
|
import projectSelect from "@/components/project-select";
|