From c7f3b447415448e6ae570882900ee129590f580b Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 09 四月 2025 17:47:30 +0800
Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable

---
 src/views/business/materialOrder/customsInspection.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index ee3cc8e..bd454b1 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -302,7 +302,7 @@
             </span>
           </template>
         </el-table-column>
-        <el-table-column label="鏉′欢" min-width="140" prop="radius" show-overflow-tooltip></el-table-column>
+        <el-table-column label="璇曢獙鏉′欢" min-width="140" prop="radius" show-overflow-tooltip></el-table-column>
         <el-table-column label="璇曢獙鏂规硶" min-width="120" prop="methodS" show-overflow-tooltip>
           <template slot="header" slot-scope="scope">
             <div style="display: flex;align-items: center;flex-direction: column;font-size: 14px">
@@ -1055,7 +1055,10 @@
         delete this.addObj.createTime
       }
       addInsOrder({
-        insOrder: this.addObj,
+        insOrder: {
+          ...this.addObj,
+          workShopId: this.addObj.workShopId || ''  // 纭繚 workShopId 浼犻�掔粰鍚庣
+        },
         sampleList: sampleList.map(a => {
           a.standardMethodListId = JSON.stringify(a.standardMethodListId)
            a.insProduct = this.fullProductList

--
Gitblit v1.9.3