This commit is contained in:
Teo
2025-08-22 23:31:19 +08:00
43 changed files with 3520 additions and 1724 deletions

View File

@ -27,7 +27,7 @@
class="upload-demo"
:http-request="importExcel"
:show-file-list="false"
v-hasPermi="['tender:billofquantitiesLimitList:importExcelFile']"
v-hasPermi="['tender:tenderPlanLimitList:importExcelFile']"
>
<template #trigger>
<el-button type="primary">导入excel</el-button>
@ -35,7 +35,7 @@
</el-upload>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleExport()" v-hasPermi="['tender:billofquantitiesLimitList:export']">导出excel</el-button>
<el-button type="primary" @click="handleExport()" v-hasPermi="['tender:tenderPlanLimitList:export']">导出excel</el-button>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleAudit('update')" v-if="versionsData.status == 'draft'">审核</el-button>
@ -75,7 +75,7 @@
size="small"
@click="handleSave(scope.row)"
v-if="scope.row.quantity && scope.row.quantity != 0"
v-hasPermi="['tender:billofquantitiesLimitList:edit']"
v-hasPermi="['tender:tenderPlanLimitList:edit']"
>确定</el-button
>
</template>