From e5c42e29be69c197697986f1d94bea3265b169ee Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 03 七月 2025 09:56:48 +0800
Subject: [PATCH] 隐藏组托生成任务 修改打印模板
---
zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue b/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue
index 2795c51..a05fc99 100644
--- a/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue
+++ b/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue
@@ -21,9 +21,9 @@
<div v-for="(item, index) in list" :key="index">
<div v-for="count in repeatNum" style="font-size: 16px;margin-top: 20px;">
<div style="text-align: center;">
- <img :src="globalState.url + '/api/code/auth?type=2¶m=' + item.barcode" />
+ <img :src="globalState.url + '/api/code/auth?type=2¶m=' + item.barcode" style="width: 200px;height: 200px;;"/>
</div>
- <div style="text-align: center;">
+ <div style="text-align: center; font-size: 55px; font-weight: 600;" >
{{ item.barcode }}
</div>
</div>
--
Gitblit v1.9.1