From 1519959178f49c465cb0fb6456ec8993b1b10c2d Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 09 四月 2025 10:17:17 +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 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue index a33ebbc..9199be7 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspection.vue @@ -1482,11 +1482,11 @@ this.sample.insulating = null this.sample.sheath = null this.sample.quantity = 1 - if (codeLevel === '[5]') { + if (codeLevel === '[7]') { this.sample.model = this.addObj.sample - } else if (codeLevel === '[4]') { + } else if (codeLevel === '[6]') { this.models = data.children2 - } else if (codeLevel === '[3]') { + } else if (codeLevel === '[5]') { this.models = data.children1 } this.sampleList.push(this.HaveJson(this.sample)) -- Gitblit v1.9.3