From 94e2f78c6ff8eb51ce9b0a8c7a85062872cacb0c Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期一, 22 四月 2024 17:25:48 +0800
Subject: [PATCH] 检验模板调整

---
 src/components/view/b1-inspect-order-plan.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue
index 9fd9060..874f946 100644
--- a/src/components/view/b1-inspect-order-plan.vue
+++ b/src/components/view/b1-inspect-order-plan.vue
@@ -229,7 +229,7 @@
 							type: 'text',
 							method: 'handleInspection',
 							disabFun: (row, index) => {
-								return row.userId == null
+								return row.userId == null || row.insState == 3
 							}
 						}, {
 							id: '',
@@ -237,7 +237,7 @@
 							type: 'text',
 							method: 'handleConnect',
 							disabFun: (row, index) => {
-								return row.userId == null
+								return row.userId == null || row.insState == 3
 							}
 						},
 						{
@@ -245,9 +245,9 @@
 							font: '澶嶆牳',
 							type: 'text',
 							method: 'handleReview',
-							// disabFun: (row, index) => {
-							// 	return row.userId == null || row.insState != 4
-							// }
+							disabFun: (row, index) => {
+								return row.userId == null || row.insState != 3
+							}
 						}, {
 							id: '',
 							font: '璁ら',

--
Gitblit v1.9.3