From b2988f6a5364d3af63f5c6860174889f6f082d4f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 8 Jan 2025 11:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E9=A2=86=E6=96=99=E7=BC=96=E8=BE=91=E8=AF=A6=E6=83=85=E5=86=85?= =?UTF-8?q?=E9=83=A8=E6=8C=89=E9=92=AE=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/back/component/home.vue | 236 ++++-------------- .../lease/apply/component/addToolsApply.vue | 5 +- .../lease/apply/component/homeApply.vue | 1 + src/views/material/lease/protocol/index.vue | 32 +-- .../material/purchase/goodsAccept/index.vue | 2 +- .../purchase/goodsArrived/component/home.vue | 10 +- .../purchase/goodsBind/component/home.vue | 8 +- .../material/purchase/goodsEntry/index.vue | 20 +- 8 files changed, 86 insertions(+), 228 deletions(-) diff --git a/src/views/material/back/component/home.vue b/src/views/material/back/component/home.vue index 786145f3..90ae08e2 100644 --- a/src/views/material/back/component/home.vue +++ b/src/views/material/back/component/home.vue @@ -1,13 +1,6 @@ - + 删除 diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index e592c91d..552b34c1 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -232,6 +232,7 @@ style="margin-bottom: 10px" type="primary" @click="handleUpdate(scope.row)" + v-if="scope.row.taskStatus != 4" v-hasPermi="['purchase:info:edit']" >编辑 diff --git a/src/views/material/lease/protocol/index.vue b/src/views/material/lease/protocol/index.vue index 481d2d95..460fc8f6 100644 --- a/src/views/material/lease/protocol/index.vue +++ b/src/views/material/lease/protocol/index.vue @@ -1,10 +1,10 @@