From f310bae9037704212a5626ed26a32bd4182a3508 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 08 五月 2024 20:50:21 +0800
Subject: [PATCH] 完成样品管理bug

---
 src/components/view/a5-capacity-scope.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/view/a5-capacity-scope.vue b/src/components/view/a5-capacity-scope.vue
index 9cd06e3..779a102 100644
--- a/src/components/view/a5-capacity-scope.vue
+++ b/src/components/view/a5-capacity-scope.vue
@@ -229,10 +229,10 @@
             }
           },
           requiredAdd: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType',
-            'unit', 'method', 'price', 'manDay'
+            'unit', 'method', 'price', 'manDay', 'templateId'
           ],
           requiredUp: ['sonLaboratory', 'inspectionItem', 'manHour', 'inspectionItemType', 'inspectionValueType',
-            'unit', 'method', 'price', 'manDay'
+            'unit', 'method', 'price', 'manDay', 'templateId'
           ]
         },
         testObjectData: {

--
Gitblit v1.9.3