From 49944c684bf75e1a90e85caf2c5d8523981916d6 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 01 四月 2025 11:22:17 +0800
Subject: [PATCH] 修改原辅料改成原辅材

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

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index d2a77d3..148f25b 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -329,7 +329,7 @@
             <div class="search_input">
               <el-radio-group v-model="item.bsm1Val" v-removeAriaHidden @input="upBsmAll(item)">
                 <el-radio v-for="(a, ai) in JSON.parse(item.bsmRow.sectionCopy)" :key="ai" :label="a">{{
-            JSON.parse(item.bsmRow.askCopy)[ai] }}</el-radio>
+                  JSON.parse(item.bsmRow.askCopy)[ai] }}</el-radio>
               </el-radio-group>
             </div>
           </el-col>
@@ -425,7 +425,7 @@
 export default {
   name: "CustomsInspection",
   dicts: ['check_type', 'urgency_level'],
-  components: { limsTable,fileList },
+  components: { limsTable, fileList },
   props: {
   },
   data() {
@@ -755,8 +755,8 @@
             const str = res.data.treeName.split('-')
             this.selectTreeTem = str.join(' - ')
             this.selectTree = str.join(' - ')
-            this.addListInfo(this.codeLevel, res.data) // 鍘熻緟鏂欐牱鍝佹槸鍥哄畾鐨勶紝灏遍粯璁よ祴鍊间竴鏉℃暟鎹紝鍙媶鍒�
-            this.selectInsOrderTemplate() // 鍘熻緟鏂欐ā鏉垮垪琛ㄦ煡璇�
+            this.addListInfo(this.codeLevel, res.data) // 鍘熻緟鏉愭牱鍝佹槸鍥哄畾鐨勶紝灏遍粯璁よ祴鍊间竴鏉℃暟鎹紝鍙媶鍒�
+            this.selectInsOrderTemplate() // 鍘熻緟鏉愭ā鏉垮垪琛ㄦ煡璇�
           } else {
             this.dialogVisible = true
             this.dialogMessage = res.message

--
Gitblit v1.9.3