From 49a98f7fe49fb21d1410186685fc444da8f91068 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期一, 07 四月 2025 10:11:18 +0800 Subject: [PATCH] 修改成品下单 --- src/views/business/materialOrder/customsInspection.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue index 148f25b..a5e3baa 100644 --- a/src/views/business/materialOrder/customsInspection.vue +++ b/src/views/business/materialOrder/customsInspection.vue @@ -1462,6 +1462,7 @@ this.sample.insulating = null this.sample.sheath = null this.sample.quantity = 1 + console.log(2222, codeLevel, data) if (codeLevel === '[5]') { this.sample.model = this.addObj.sample } else if (codeLevel === '[4]') { -- Gitblit v1.9.3