From 02334dcdff7e55f60f5b03cc51aefc07293aa77e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 3 Jun 2025 14:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/apply/component/homeApply.vue | 2 +- src/views/material/lease/outBound/component/homeApply.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index c0b0066c..a93406f3 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -100,7 +100,7 @@ style="margin-bottom: 10px" type="primary" @click="handleUpdate(scope.row)" - v-if="scope.row.taskStatus != 4" + v-if="scope.row.taskStatus == 1" v-hasPermi="['purchase:info:edit']" > 编辑 diff --git a/src/views/material/lease/outBound/component/homeApply.vue b/src/views/material/lease/outBound/component/homeApply.vue index 088143f1..3a5bc16b 100644 --- a/src/views/material/lease/outBound/component/homeApply.vue +++ b/src/views/material/lease/outBound/component/homeApply.vue @@ -93,7 +93,7 @@ style="margin-bottom: 10px" type="primary" @click="handleUpdate(scope.row)" - v-if="scope.row.taskStatus != 4" + v-if="scope.row.taskStatus == 1" v-hasPermi="['purchase:info:edit']" > 出库