采购联系单

This commit is contained in:
Teo
2025-08-14 16:40:32 +08:00
parent 062fa5b080
commit 459396080b
9 changed files with 260 additions and 125 deletions

View File

@ -107,7 +107,7 @@
link
type="primary"
icon="View"
v-if="scope.row.auditStatus != 'draft' && scope.row.auditStatus != 'finish'"
v-if="scope.row.auditStatus != 'draft'"
@click="handleAuditView(scope.row)"
v-hasPermi="['out:monthPlan:remove']"
>查看流程</el-button