From b74d3f3e8cfece410031916d18b9ebccb0aba731 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 03 七月 2024 13:04:25 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
index 81187d5..f527422 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -98,10 +98,10 @@
     value: '1',
     label: t('processCard.finishedProductLabel'),
   },
-  // {
-  //   value: '2',
-  //   label: t('processCard.halfProductLabel'),
-  // },
+/*  {
+    value: '2',
+    label: t('processCard.halfProductLabel'),
+  },*/
   {
     value: `${company.printLabel.labelValue}`,
     label: `${company.printLabel.labelType}`,
@@ -285,8 +285,7 @@
             }
           }
 
-          let printMergeVal=printMerge.value.split('').join(',')
-          console.log(printMergeVal)
+          let printMergeVal=printMerge.value
          router.push({path: '/main/processCard/printProcess', query: {printList: JSON.stringify(selectRecords),printMerge:printMergeVal}})
 
           break
@@ -382,7 +381,7 @@
   align: 'center',//鏂囧瓧灞呬腑
   stripe: true,//鏂戦┈绾�
   rowConfig: {isCurrent: true, isHover: true, height: 30},//榧犳爣绉诲姩鎴栭�夋嫨楂樹寒
-  id: 'demo_1',
+  id: 'demo_2',
   showFooter: true,//鏄剧ず鑴�
   printConfig: {},
   importConfig: {},

--
Gitblit v1.8.0