From a1679c31d4028165ce0e7690fdead04ae4e30417 Mon Sep 17 00:00:00 2001 From: zhaoyf <1783123481@qq.com> Date: Tue, 14 Jul 2026 20:53:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/wms/basedata/storagevehicleinfo/index.vue | 8 ++++---- .../src/views/wms/pm_manage/allocationIn/index.vue | 10 +++++----- nladmin-ui/src/views/wms/pm_manage/otherIn/index.vue | 10 +++++----- nladmin-ui/src/views/wms/pm_manage/purchase/index.vue | 10 +++++----- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/nladmin-ui/src/views/wms/basedata/storagevehicleinfo/index.vue b/nladmin-ui/src/views/wms/basedata/storagevehicleinfo/index.vue index 635c98a..fb9796f 100644 --- a/nladmin-ui/src/views/wms/basedata/storagevehicleinfo/index.vue +++ b/nladmin-ui/src/views/wms/basedata/storagevehicleinfo/index.vue @@ -478,8 +478,8 @@ export default { html += '.label{page-break-after:always;padding:10px;text-align:center}' html += '.label:last-child{page-break-after:auto}' html += 'h3{text-align:center;font-size:16px;margin-bottom:8px}' - html += 'table{width:100%;border-collapse:collapse;margin:0 auto;max-width:400px}' - html += 'td{padding:6px 10px;border:2px solid #333;font-size:13px}' + html += 'table{width:463px;height:223px;border-collapse:collapse;margin:0 auto;}' + html += 'td{padding:6px 10px;border:2px solid #333;font-size:18px}' html += '.lbl{width:30%;text-align:right;background:#f9f9f9}' html += '.val{width:40%;text-align:left}' html += '.qr{width:30%;text-align:center;vertical-align:middle}' @@ -489,13 +489,13 @@ export default { for (const item of selectData) { const code = item.storagevehicle_code || '' const imgSrc = await QRCode.toDataURL(code, { - width: 100 + width: 300 }) const type = this.formattType(item) || '' html += '
| 载具条码 | ' + code + ' | |
| 载具条码 | ' + code + ' | |
| 载具类型 | ' + type + ' | |
| 归属厂区 | 诺力五期 |