From 6e2d8d15f7a6134d46014d157f0ac5803b3712f3 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 03 七月 2025 09:22:28 +0800
Subject: [PATCH] no message
---
zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template1.vue | 15 ++++++++++-----
zy-asrs-admin/src/components/print/locsPrint/locTemplate.vue | 2 +-
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/zy-asrs-admin/src/components/print/locsPrint/locTemplate.vue b/zy-asrs-admin/src/components/print/locsPrint/locTemplate.vue
index d61f2b0..ef45383 100644
--- a/zy-asrs-admin/src/components/print/locsPrint/locTemplate.vue
+++ b/zy-asrs-admin/src/components/print/locsPrint/locTemplate.vue
@@ -29,7 +29,7 @@
<td class="barcode" colspan="9" align="center" scope="col">
<img :src="globalState.url + '/api/code/auth?type=1¶m=' + item.locNo" width="90%;" height="180px"/>
<div style="letter-spacing: 2px;margin-top: 10px; text-align: center;">
- <span>{{ item.locNo }} </span>
+ <span style="font-size: 55px;">{{ item.locNo }} </span>
</div>
</td>
</tr>
diff --git a/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template1.vue b/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template1.vue
index 4439448..920c8ed 100644
--- a/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template1.vue
+++ b/zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template1.vue
@@ -17,13 +17,13 @@
</script>
<template>
- <div id="printMe">
+ <div id="printMe" style="width: 700px;">
<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=1¶m=' + item.barcode" />
+ <div v-for="count in repeatNum" style="font-size: 16px;margin-top: 40px;height: 300px;">
+ <div style="text-align: center; ">
+ <img :src="globalState.url + '/api/code/auth?type=1¶m=' + item.barcode" style="width: 600px; height: 180px;" />
</div>
- <div style="text-align: center;">
+ <div style="text-align: center; font-size: 55px; font-weight: 600;">
{{ item.barcode }}
</div>
</div>
@@ -32,6 +32,11 @@
</template>
<style>
+
+.ant-modal-content {
+ width: 700px;
+}
+
@media print {
body {
margin: 0;
--
Gitblit v1.9.1