|
@@ -1,9 +1,415 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div>
|
|
|
|
|
- “专精特新”企业名单
|
|
|
|
|
|
|
+ <div class="app-container">
|
|
|
|
|
+ <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
|
|
|
|
|
+<!-- <el-form-item label="年度" prop="year">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.year"-->
|
|
|
|
|
+<!-- placeholder="请输入年度"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+<!-- <el-form-item label="国家级" prop="nationalLevel">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.nationalLevel"-->
|
|
|
|
|
+<!-- placeholder="请输入国家级"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+<!-- <el-form-item label="省级" prop="provincialLevel">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.provincialLevel"-->
|
|
|
|
|
+<!-- placeholder="请输入省级"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+ <el-form-item label="统一社会信用代码" prop="unifiedSocialCreditCode">
|
|
|
|
|
+ <el-input
|
|
|
|
|
+ v-model="queryParams.unifiedSocialCreditCode"
|
|
|
|
|
+ placeholder="请输入统一社会信用代码"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ @keyup.enter="handleQuery"
|
|
|
|
|
+ />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+<!-- <el-form-item label="省级专精特新中小企业名单" prop="provincialSpecializedNewSmeList">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.provincialSpecializedNewSmeList"-->
|
|
|
|
|
+<!-- placeholder="请输入省级专精特新中小企业名单"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+<!-- <el-form-item label="国家专精特新“小巨人”企业名单" prop="nationalSpecializedNewEnterpriseList">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.nationalSpecializedNewEnterpriseList"-->
|
|
|
|
|
+<!-- placeholder="请输入国家专精特新“小巨人”企业名单"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+<!-- <el-form-item label="备注" prop="remarks">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="queryParams.remarks"-->
|
|
|
|
|
+<!-- placeholder="请输入备注"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @keyup.enter="handleQuery"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+ <el-form-item>
|
|
|
|
|
+ <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
|
|
|
|
+ <el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item>
|
|
|
|
|
+ <el-row :gutter="10" class="mb8">
|
|
|
|
|
+ <!-- <el-col :span="1.5">-->
|
|
|
|
|
+ <!-- <el-button-->
|
|
|
|
|
+ <!-- type="primary"-->
|
|
|
|
|
+ <!-- plain-->
|
|
|
|
|
+ <!-- icon="Plus"-->
|
|
|
|
|
+ <!-- @click="handleAdd"-->
|
|
|
|
|
+ <!-- v-hasPermi="['basicData:details:add']"-->
|
|
|
|
|
+ <!-- >新增</el-button>-->
|
|
|
|
|
+ <!-- </el-col>-->
|
|
|
|
|
+ <!-- <el-col :span="1.5">-->
|
|
|
|
|
+ <!-- <el-button-->
|
|
|
|
|
+ <!-- type="success"-->
|
|
|
|
|
+ <!-- plain-->
|
|
|
|
|
+ <!-- icon="Edit"-->
|
|
|
|
|
+ <!-- :disabled="single"-->
|
|
|
|
|
+ <!-- @click="handleUpdate"-->
|
|
|
|
|
+ <!-- v-hasPermi="['basicData:details:edit']"-->
|
|
|
|
|
+ <!-- >修改</el-button>-->
|
|
|
|
|
+ <!-- </el-col>-->
|
|
|
|
|
+ <el-col :span="1.5">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ type="danger"
|
|
|
|
|
+ plain
|
|
|
|
|
+ icon="Delete"
|
|
|
|
|
+ @click="handleDelete"
|
|
|
|
|
+ v-hasPermi="['basicData:details:remove']"
|
|
|
|
|
+ >删除</el-button>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ <el-col :span="1.5">
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ type="warning"
|
|
|
|
|
+ plain
|
|
|
|
|
+ icon="Download"
|
|
|
|
|
+ :disabled="!detailsList.length"
|
|
|
|
|
+ @click="handleExport"
|
|
|
|
|
+ v-hasPermi="['basicData:details:export']"
|
|
|
|
|
+ >导出</el-button>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ <el-col :span="1.5">
|
|
|
|
|
+ <el-button type="info" plain icon="Upload" @click="handleImport"
|
|
|
|
|
+ v-hasPermi="['system:user:import']">导入
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ <!-- <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>-->
|
|
|
|
|
+ </el-row>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-form>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <el-table v-loading="loading" :data="detailsList" height="650" @selection-change="handleSelectionChange">
|
|
|
|
|
+<!-- <el-table-column type="selection" width="55" align="center" />-->
|
|
|
|
|
+<!-- <el-table-column label="主键" align="center" prop="id" />-->
|
|
|
|
|
+ <el-table-column label="年度" align="center" prop="year" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="国家级" align="center" prop="nationalLevel" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="省级" align="center" prop="provincialLevel" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="统一社会信用代码" align="center" prop="unifiedSocialCreditCode" width="200" />
|
|
|
|
|
+ <el-table-column label="省级专精特新中小企业名单" align="center" prop="provincialSpecializedNewSmeList" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="国家专精特新“小巨人”企业名单" align="center" prop="nationalSpecializedNewEnterpriseList" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="统一社会信用代码" align="center" prop="giantCode" :show-overflow-tooltip="true" />
|
|
|
|
|
+ <el-table-column label="备注" align="center" prop="remarks" :show-overflow-tooltip="true" />
|
|
|
|
|
+<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">-->
|
|
|
|
|
+<!-- <template #default="scope">-->
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
|
+<!-- type="text"-->
|
|
|
|
|
+<!-- icon="Edit"-->
|
|
|
|
|
+<!-- @click="handleUpdate(scope.row)"-->
|
|
|
|
|
+<!-- v-hasPermi="['basicData:details:edit']"-->
|
|
|
|
|
+<!-- >修改</el-button>-->
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
|
+<!-- type="text"-->
|
|
|
|
|
+<!-- icon="Delete"-->
|
|
|
|
|
+<!-- @click="handleDelete(scope.row)"-->
|
|
|
|
|
+<!-- v-hasPermi="['basicData:details:remove']"-->
|
|
|
|
|
+<!-- >删除</el-button>-->
|
|
|
|
|
+<!-- </template>-->
|
|
|
|
|
+<!-- </el-table-column>-->
|
|
|
|
|
+ </el-table>
|
|
|
|
|
+
|
|
|
|
|
+ <div style="position: fixed;bottom: 20px;right: 10px;">
|
|
|
|
|
+ <pagination
|
|
|
|
|
+ v-show="total>0"
|
|
|
|
|
+ :total="total"
|
|
|
|
|
+ v-model:page="queryParams.pageNum"
|
|
|
|
|
+ v-model:limit="queryParams.pageSize"
|
|
|
|
|
+ @pagination="getList"
|
|
|
|
|
+ />
|
|
|
</div>
|
|
</div>
|
|
|
- </template>
|
|
|
|
|
-
|
|
|
|
|
- <script setup name="Confirmation">
|
|
|
|
|
- </script>
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <el-dialog :title="upload.title" v-model="upload.open" width="400px" append-to-body>
|
|
|
|
|
+ <el-upload ref="uploadRef" :limit="1" accept=".xlsx, .xls" :headers="upload.headers"
|
|
|
|
|
+ :action="upload.url + '?updateSupport=' + upload.updateSupport" :disabled="upload.isUploading"
|
|
|
|
|
+ :on-progress="handleFileUploadProgress" :on-success="handleFileSuccess" :auto-upload="false" drag>
|
|
|
|
|
+ <el-icon class="el-icon--upload"><upload-filled /></el-icon>
|
|
|
|
|
+ <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
|
|
|
|
|
+ <template #tip>
|
|
|
|
|
+ <div class="el-upload__tip text-center">
|
|
|
|
|
+ <span>仅允许导入xls、xlsx格式文件。</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-upload>
|
|
|
|
|
+ <template #footer>
|
|
|
|
|
+ <div class="dialog-footer">
|
|
|
|
|
+ <el-button type="primary" @click="submitFileForm">确 定</el-button>
|
|
|
|
|
+ <el-button @click="upload.open = false">取 消</el-button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-dialog>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 添加或修改“专精特新”小巨人认定情况明细对话框 -->
|
|
|
|
|
+ <el-dialog :title="title" v-model="open" width="500px" append-to-body>
|
|
|
|
|
+ <el-form ref="detailsRef" :model="form" :rules="rules" label-width="80px">
|
|
|
|
|
+ <el-form-item label="年度" prop="year">
|
|
|
|
|
+ <el-input v-model="form.year" placeholder="请输入年度" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="国家级" prop="nationalLevel">
|
|
|
|
|
+ <el-input v-model="form.nationalLevel" placeholder="请输入国家级" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="省级" prop="provincialLevel">
|
|
|
|
|
+ <el-input v-model="form.provincialLevel" placeholder="请输入省级" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="统一社会信用代码" prop="unifiedSocialCreditCode">
|
|
|
|
|
+ <el-input v-model="form.unifiedSocialCreditCode" placeholder="请输入统一社会信用代码" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="省级专精特新中小企业名单" prop="provincialSpecializedNewSmeList">
|
|
|
|
|
+ <el-input v-model="form.provincialSpecializedNewSmeList" placeholder="请输入省级专精特新中小企业名单" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="国家专精特新“小巨人”企业名单" prop="nationalSpecializedNewEnterpriseList">
|
|
|
|
|
+ <el-input v-model="form.nationalSpecializedNewEnterpriseList" placeholder="请输入国家专精特新“小巨人”企业名单" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="备注" prop="remarks">
|
|
|
|
|
+ <el-input v-model="form.remarks" placeholder="请输入备注" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-form>
|
|
|
|
|
+ <template #footer>
|
|
|
|
|
+ <div class="dialog-footer">
|
|
|
|
|
+ <el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-dialog>
|
|
|
|
|
+ </div>
|
|
|
|
|
+</template>
|
|
|
|
|
+
|
|
|
|
|
+<script setup name="Details">
|
|
|
|
|
+import { listDetails, getDetails, delDetails, addDetails, updateDetails } from "@/api/basicData/details2";
|
|
|
|
|
+import {reactive} from "vue";
|
|
|
|
|
+import {getToken} from "../../../../utils/auth";
|
|
|
|
|
+import {ElMessage} from "element-plus";
|
|
|
|
|
+import {likeQueryMethod} from "../../../../utils/likeQueryMethod";
|
|
|
|
|
+
|
|
|
|
|
+const { proxy } = getCurrentInstance();
|
|
|
|
|
+
|
|
|
|
|
+const detailsList = ref([]);
|
|
|
|
|
+const open = ref(false);
|
|
|
|
|
+const loading = ref(true);
|
|
|
|
|
+const showSearch = ref(true);
|
|
|
|
|
+const ids = ref([]);
|
|
|
|
|
+const single = ref(true);
|
|
|
|
|
+const multiple = ref(true);
|
|
|
|
|
+const total = ref(0);
|
|
|
|
|
+const title = ref("");
|
|
|
|
|
+
|
|
|
|
|
+const upload = reactive({
|
|
|
|
|
+ // 是否显示弹出层(用户导入)
|
|
|
|
|
+ open: false,
|
|
|
|
|
+ // 弹出层标题(用户导入)
|
|
|
|
|
+ title: '',
|
|
|
|
|
+ // 是否禁用上传
|
|
|
|
|
+ isUploading: false,
|
|
|
|
|
+ // 设置上传的请求头部
|
|
|
|
|
+ headers: {Authorization: getToken()},
|
|
|
|
|
+ // 上传的地址
|
|
|
|
|
+ url: import.meta.env.VITE_APP_BASE_API + '/crmNewEnterpriseRecognitionDetails/importData'
|
|
|
|
|
+})
|
|
|
|
|
+const handleFileSuccess = (e)=>{
|
|
|
|
|
+ if(e.code == 200){
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type:"success",
|
|
|
|
|
+ message:e.msg
|
|
|
|
|
+ })
|
|
|
|
|
+ getList()
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+function submitFileForm() {
|
|
|
|
|
+ proxy.$refs['uploadRef'].submit()
|
|
|
|
|
+ upload.open = false;
|
|
|
|
|
+ setTimeout(getList,1000)
|
|
|
|
|
+}
|
|
|
|
|
+function handleImport() {
|
|
|
|
|
+
|
|
|
|
|
+ let toServerObj = likeQueryMethod('unified_social_credit_code', queryParams.value.unifiedSocialCreditCode, queryParams.value.pageNum, queryParams.value.pageSize);
|
|
|
|
|
+ listDetails(toServerObj).then(res=>{
|
|
|
|
|
+ if(res.records.length >0){
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type:'warning',
|
|
|
|
|
+ message:'当前已经有数据,请删除后再导入'
|
|
|
|
|
+ })
|
|
|
|
|
+ return
|
|
|
|
|
+ }else {
|
|
|
|
|
+ upload.title = '用户导入'
|
|
|
|
|
+ upload.open = true
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+const data = reactive({
|
|
|
|
|
+ form: {},
|
|
|
|
|
+ queryParams: {
|
|
|
|
|
+ pageNum: 1,
|
|
|
|
|
+ pageSize: 10,
|
|
|
|
|
+ year: null,
|
|
|
|
|
+ nationalLevel: null,
|
|
|
|
|
+ provincialLevel: null,
|
|
|
|
|
+ unifiedSocialCreditCode: '',
|
|
|
|
|
+ provincialSpecializedNewSmeList: null,
|
|
|
|
|
+ nationalSpecializedNewEnterpriseList: null,
|
|
|
|
|
+ giantCode:null,
|
|
|
|
|
+ remarks: null,
|
|
|
|
|
+ },
|
|
|
|
|
+ rules: {
|
|
|
|
|
+ year: [
|
|
|
|
|
+ { required: true, message: "年度不能为空", trigger: "blur" }
|
|
|
|
|
+ ],
|
|
|
|
|
+ }
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
|
|
+const { queryParams, form, rules } = toRefs(data);
|
|
|
|
|
+
|
|
|
|
|
+/** 查询“专精特新”小巨人认定情况明细列表 */
|
|
|
|
|
+function getList() {
|
|
|
|
|
+ loading.value = true;
|
|
|
|
|
+ let toServerObj = likeQueryMethod('unified_social_credit_code', queryParams.value.unifiedSocialCreditCode, queryParams.value.pageNum, queryParams.value.pageSize);
|
|
|
|
|
+ listDetails(toServerObj).then(response => {
|
|
|
|
|
+ detailsList.value = response.records;
|
|
|
|
|
+ total.value = response.total;
|
|
|
|
|
+ loading.value = false;
|
|
|
|
|
+ });
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// 取消按钮
|
|
|
|
|
+function cancel() {
|
|
|
|
|
+ open.value = false;
|
|
|
|
|
+ reset();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// 表单重置
|
|
|
|
|
+function reset() {
|
|
|
|
|
+ form.value = {
|
|
|
|
|
+ id: null,
|
|
|
|
|
+ year: null,
|
|
|
|
|
+ nationalLevel: null,
|
|
|
|
|
+ provincialLevel: null,
|
|
|
|
|
+ unifiedSocialCreditCode: '',
|
|
|
|
|
+ provincialSpecializedNewSmeList: null,
|
|
|
|
|
+ nationalSpecializedNewEnterpriseList: null,
|
|
|
|
|
+ giantCode:null,
|
|
|
|
|
+ remarks: null,
|
|
|
|
|
+ createTime: null,
|
|
|
|
|
+ updateTime: null
|
|
|
|
|
+ };
|
|
|
|
|
+ proxy.resetForm("detailsRef");
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 搜索按钮操作 */
|
|
|
|
|
+function handleQuery() {
|
|
|
|
|
+ queryParams.value.pageNum = 1;
|
|
|
|
|
+ getList();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 重置按钮操作 */
|
|
|
|
|
+function resetQuery() {
|
|
|
|
|
+ proxy.resetForm("queryRef");
|
|
|
|
|
+ handleQuery();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// 多选框选中数据
|
|
|
|
|
+function handleSelectionChange(selection) {
|
|
|
|
|
+ ids.value = selection.map(item => item.id);
|
|
|
|
|
+ single.value = selection.length != 1;
|
|
|
|
|
+ multiple.value = !selection.length;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 新增按钮操作 */
|
|
|
|
|
+function handleAdd() {
|
|
|
|
|
+ reset();
|
|
|
|
|
+ open.value = true;
|
|
|
|
|
+ title.value = "添加“专精特新”小巨人认定情况明细";
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 修改按钮操作 */
|
|
|
|
|
+function handleUpdate(row) {
|
|
|
|
|
+ reset();
|
|
|
|
|
+ const id = row.id || ids.value
|
|
|
|
|
+ getDetails(id).then(response => {
|
|
|
|
|
+ form.value = response.data;
|
|
|
|
|
+ open.value = true;
|
|
|
|
|
+ title.value = "修改“专精特新”小巨人认定情况明细";
|
|
|
|
|
+ });
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 提交按钮 */
|
|
|
|
|
+function submitForm() {
|
|
|
|
|
+ proxy.$refs["detailsRef"].validate(valid => {
|
|
|
|
|
+ if (valid) {
|
|
|
|
|
+ if (form.value.id != null) {
|
|
|
|
|
+ updateDetails(form.value).then(response => {
|
|
|
|
|
+ proxy.$modal.msgSuccess("修改成功");
|
|
|
|
|
+ open.value = false;
|
|
|
|
|
+ getList();
|
|
|
|
|
+ });
|
|
|
|
|
+ } else {
|
|
|
|
|
+ addDetails(form.value).then(response => {
|
|
|
|
|
+ proxy.$modal.msgSuccess("新增成功");
|
|
|
|
|
+ open.value = false;
|
|
|
|
|
+ getList();
|
|
|
|
|
+ });
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 删除按钮操作 */
|
|
|
|
|
+async function handleDelete(row) {
|
|
|
|
|
+ const res = await delDetails();
|
|
|
|
|
+ if(res.code == 200){
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type:'success',
|
|
|
|
|
+ message:'删除成功'
|
|
|
|
|
+ })
|
|
|
|
|
+ getList();
|
|
|
|
|
+ }
|
|
|
|
|
+ // const ids = row.id || ids.value;
|
|
|
|
|
+ // proxy.$modal.confirm('是否确认删除“专精特新”小巨人认定情况明细编号为"' + ids + '"的数据项?').then(function() {
|
|
|
|
|
+ // return delDetails(ids);
|
|
|
|
|
+ // }).then(() => {
|
|
|
|
|
+ // getList();
|
|
|
|
|
+ // proxy.$modal.msgSuccess("删除成功");
|
|
|
|
|
+ // }).catch(() => {});
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/** 导出按钮操作 */
|
|
|
|
|
+function handleExport() {
|
|
|
|
|
+ proxy.download('crmNewEnterpriseRecognitionDetails/exportData', {
|
|
|
|
|
+ ...queryParams.value
|
|
|
|
|
+ }, `“专精特新”小巨人认定情况_${new Date().getTime()}.xlsx`)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+getList();
|
|
|
|
|
+</script>
|