From 28aedccf9dd0ddb64fa404d2dc0c1a2aeb57a72d Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 22 十二月 2025 15:20:35 +0800
Subject: [PATCH] 生产任务单字体调整

---
 north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue
index d8a3630..07d3814 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue
@@ -76,17 +76,7 @@
           for (let i = 0; i < list.value.length; i++) {
             let count = list.value[i].data.length
             for (let j = 0; j < count; j++) {
-              if (detailType==0){
-                for (let k = 0; k < list.value[i].data[j].quantity; k++) {
                   props.lastList.push(list.value[i].data[j])
-                }
-
-              }
-              else {
-                //for (let k = 0; k < list.value[i].data[j].quantity; k++) {
-                  props.lastList.push(list.value[i].data[j])
-                //}
-              }
             }
           }
         } else {

--
Gitblit v1.8.0