From 1d168f46faca86c16334ac2b256bb1982f110179 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 06 十二月 2024 11:11:34 +0800
Subject: [PATCH] 标签打印程序修改添加

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

diff --git a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
index 59ae64a..28a2b42 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -218,6 +218,18 @@
     }
   },
   {
+    tid: 'processingNote', title: '鍔犲伐瑕佹眰', data: '', type: 'text',
+    options: {
+      field: 'processingNote',
+      testData: '',
+      width:270,
+      height: 16,
+      fontSize: 11.25,
+      textAlign: "left",
+      textContentVerticalAlign: "middle"
+    }
+  },
+  {
     tid: 'edgingType', title: '纾ㄨ竟绫诲瀷', data: '', type: 'text',
     options: {
       field: 'edgingType',

--
Gitblit v1.8.0