From ea7c19b7bfd7a5260fa321579e6941f28ef2eb46 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 27 八月 2026 11:36:30 +0800
Subject: [PATCH] fix(order): 解决实验室字段必填验证和数据源问题

---
 src/views/business/materialOrder/customsInspectionView.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspectionView.vue b/src/views/business/materialOrder/customsInspectionView.vue
index b95acfb..883295e 100644
--- a/src/views/business/materialOrder/customsInspectionView.vue
+++ b/src/views/business/materialOrder/customsInspectionView.vue
@@ -165,7 +165,7 @@
           </el-form>
         </div>
         <div style="margin-bottom: 6px;margin-top: 6px">
-          <el-button v-show="active==1" :disabled="sampleList.length === 2" size="small" type="primary" @click="handleSplitCountNum">鎷嗗垎</el-button>
+          <el-button v-show="active==1" :disabled="sampleList.length === 3" size="small" type="primary" @click="handleSplitCountNum">鎷嗗垎</el-button>
         </div>
       </div>
 
@@ -479,7 +479,7 @@
         sample: null, // 鏍峰搧鍚嶇О
         qtyArrived: '', // 鏍峰搧鎬绘暟
         testQuantity: '', // 鎶芥鏁伴噺
-        company: '涓ぉ绉戞妧瑁呭鐢电紗鏈夐檺鍏徃', // 濮旀墭鍗曚綅
+        company: '', // 濮旀墭鍗曚綅
         companyId: '1233268751', // 濮旀墭鍗曚綅id
         receiverDate: '', // 鎺ユ敹鏃堕棿
         appointed: '', // 绾﹀畾鏃堕棿

--
Gitblit v1.9.3