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 += '
' html += '

上海诺力

' html += '' - html += '' + html += '' html += '' html += '' html += '
载具条码' + code + '
载具条码' + code + '
载具类型' + type + '
归属厂区诺力五期
' diff --git a/nladmin-ui/src/views/wms/pm_manage/allocationIn/index.vue b/nladmin-ui/src/views/wms/pm_manage/allocationIn/index.vue index 839c90e..a37da3a 100644 --- a/nladmin-ui/src/views/wms/pm_manage/allocationIn/index.vue +++ b/nladmin-ui/src/views/wms/pm_manage/allocationIn/index.vue @@ -322,11 +322,11 @@ export default { let html = '