From 6e73ceceda303d1a73b2f53e0eb55a7f46abc8aa Mon Sep 17 00:00:00 2001
From: deslrey <deslre0381@gmail.com>
Date: 星期一, 12 一月 2026 14:13:31 +0800
Subject: [PATCH] 外购下单时,配置辅助线芯需要输入型号参数,更新检验项的区间设置

---
 src/views/business/productOrder/components/printDialog.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/business/productOrder/components/printDialog.vue b/src/views/business/productOrder/components/printDialog.vue
index 589d674..77a921f 100644
--- a/src/views/business/productOrder/components/printDialog.vue
+++ b/src/views/business/productOrder/components/printDialog.vue
@@ -163,7 +163,6 @@
         }).then(res => {
           if (res.code === 200 && res.data.length > 0) {
             res.data.forEach(item => {
-              console.log('item---', item)
               item.sendTime = item.sendTime && item.sendTime.substring(0, 10)
               item.sampleNumber = item.qtyArrived + item.buyUnitMeas
               this.$set(item, 'barcode', item.entrustCode)

--
Gitblit v1.9.3