From fb600a68d1bf4892e1f9817c4fea18563756b2e2 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 23 四月 2026 13:51:21 +0800
Subject: [PATCH] 发货记录增加数量+“库存预警”字段移至库存管理+点击销售合同号自动跳转到销售台账

---
 src/views/equipmentManagement/calibration/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/equipmentManagement/calibration/index.vue b/src/views/equipmentManagement/calibration/index.vue
index affce9d..7dfd405 100644
--- a/src/views/equipmentManagement/calibration/index.vue
+++ b/src/views/equipmentManagement/calibration/index.vue
@@ -142,6 +142,9 @@
 				type: "text",
 				clickFun: (row) => {
 					openCalibrationDia("edit", row);
+				},
+				disabled: (row) => {
+					return row.userId !== userStore.id
 				}
 			},
 		],

--
Gitblit v1.9.3