From 6e15db37ddf20bbc93ab24a365b8559d9915999c Mon Sep 17 00:00:00 2001
From: jjLv <1981429112@qq.com>
Date: Fri, 22 Nov 2024 13:43:37 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E4=BB=BB=E5=8A=A1=E6=9F=A5?=
=?UTF-8?q?=E7=9C=8B=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/material/lease/outBound/index.vue | 2 +-
.../repair/repairManage/component/edit.vue | 10 -
.../repair/repairManage/component/home.vue | 11 +-
.../repair/repairManage/component/view.vue | 940 +++---------------
4 files changed, 145 insertions(+), 818 deletions(-)
diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue
index 1e1cab2a..eaee38d1 100644
--- a/src/views/material/lease/outBound/index.vue
+++ b/src/views/material/lease/outBound/index.vue
@@ -189,7 +189,7 @@
style="margin-bottom: 10px"
type="primary"
@click="handleOut(scope.row)"
- v-hasPermi="['purchase:info:edit']"
+ v-if="scope.row.taskStatus != 4"
>出库
diff --git a/src/views/material/repair/repairManage/component/edit.vue b/src/views/material/repair/repairManage/component/edit.vue
index 7e9481c8..3676717d 100644
--- a/src/views/material/repair/repairManage/component/edit.vue
+++ b/src/views/material/repair/repairManage/component/edit.vue
@@ -969,16 +969,6 @@ import {
auditPass,
} from "@/api/repair/repair.js";
-import {
- getProjectList,
- getUnitList,
- getAgreementInfoById,
- getDeviceTreeByAgreementId,
- addBackApply,
- getBackApplyInfo,
- editBackApply,
-} from "@/api/back/index.js";
-
import { mapState } from "vuex";
import { getInfo, h } from "@/api/login";
import { getToken } from "@/utils/auth";
diff --git a/src/views/material/repair/repairManage/component/home.vue b/src/views/material/repair/repairManage/component/home.vue
index 8f435ae3..2c77e371 100644
--- a/src/views/material/repair/repairManage/component/home.vue
+++ b/src/views/material/repair/repairManage/component/home.vue
@@ -100,7 +100,7 @@