From bfceba86cc7681eec0e510139ba85fab858e7ead Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 18 九月 2026 15:40:03 +0800
Subject: [PATCH] 天津-君歌 1.质检功能修改
---
src/views/basicData/product/index.vue | 3 +--
src/views/qualityManagement/rawMaterialInspection/index.vue | 14 +++++++-------
src/views/qualityManagement/finalInspection/index.vue | 14 +++++++-------
src/views/qualityManagement/processInspection/index.vue | 14 +++++++-------
4 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index b05b215..e1e3926 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -66,8 +66,7 @@
</div>
</div>
<div class="right">
- <div style="margin-bottom: 10px"
- v-if="isShowButton">
+ <div style="margin-bottom: 10px">
<el-button type="primary"
@click="openModelDia('add')">
鏂板瑙勬牸鍨嬪彿
diff --git a/src/views/qualityManagement/finalInspection/index.vue b/src/views/qualityManagement/finalInspection/index.vue
index 80ef091..8ea8b97 100644
--- a/src/views/qualityManagement/finalInspection/index.vue
+++ b/src/views/qualityManagement/finalInspection/index.vue
@@ -186,13 +186,13 @@
submit(row.id);
},
},
- {
- name: "涓嬭浇",
- type: "text",
- clickFun: row => {
- downLoadFile(row);
- },
- },
+ // {
+ // name: "涓嬭浇",
+ // type: "text",
+ // clickFun: row => {
+ // downLoadFile(row);
+ // },
+ // },
],
},
]);
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index 7efd610..bb7db62 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -188,13 +188,13 @@
submit(row.id);
},
},
- {
- name: "涓嬭浇",
- type: "text",
- clickFun: row => {
- downLoadFile(row);
- },
- },
+ // {
+ // name: "涓嬭浇",
+ // type: "text",
+ // clickFun: row => {
+ // downLoadFile(row);
+ // },
+ // },
],
},
]);
diff --git a/src/views/qualityManagement/rawMaterialInspection/index.vue b/src/views/qualityManagement/rawMaterialInspection/index.vue
index bd9eab3..80c788b 100644
--- a/src/views/qualityManagement/rawMaterialInspection/index.vue
+++ b/src/views/qualityManagement/rawMaterialInspection/index.vue
@@ -188,13 +188,13 @@
submit(row.id);
},
},
- {
- name: "涓嬭浇",
- type: "text",
- clickFun: row => {
- downLoadFile(row);
- },
- },
+ // {
+ // name: "涓嬭浇",
+ // type: "text",
+ // clickFun: row => {
+ // downLoadFile(row);
+ // },
+ // },
],
},
]);
--
Gitblit v1.9.3