From 9575a0e6af598b3cd0705c342daaab43cd7474a2 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 31 Jul 2024 14:19:19 +0800 Subject: [PATCH] 2024/07/02 --- src/views/modules/label/print_shipment_box_label.js | 2 +- src/views/modules/label/print_shipment_packing_box_label.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/label/print_shipment_box_label.js b/src/views/modules/label/print_shipment_box_label.js index f4dd3b0..b840b69 100644 --- a/src/views/modules/label/print_shipment_box_label.js +++ b/src/views/modules/label/print_shipment_box_label.js @@ -33,7 +33,7 @@ export function printShipmentBoxLabel(printList) { LODOP.ADD_PRINT_TEXT(88,2,360,25,`物料描述:${printData.partDesc}`); LODOP.SET_PRINT_STYLEA(0,"FontSize",8); - LODOP.ADD_PRINT_TEXT(103,2,150,25,`物料批次 (Batch) :*${printData.batchNo === ''?'BWM0':printData.batchNo}`); + LODOP.ADD_PRINT_TEXT(103,2,200,25,`物料批次 (Batch) :*${printData.batchNo === ''?'BWM0':printData.batchNo}`); LODOP.SET_PRINT_STYLEA(0,"FontSize",8); LODOP.ADD_PRINT_BARCODE(135,218,160,160,"QRCode",`*H${printData.vendorCode},*M${printData.accpartNo},*V${printData.version},*Q${printData.boxQty},*${printData.batchNo === ''?'BWM0':printData.batchNo},*D${printData.productionDate},*C,*E,*L,*F,*FWM${printData.boxNo},*U${printData.uom},*T,*K,*O,*R,*I,*S`);// 二维码 diff --git a/src/views/modules/label/print_shipment_packing_box_label.js b/src/views/modules/label/print_shipment_packing_box_label.js index d6e93e9..1aa65b3 100644 --- a/src/views/modules/label/print_shipment_packing_box_label.js +++ b/src/views/modules/label/print_shipment_packing_box_label.js @@ -65,7 +65,7 @@ export function printShipmentPackingBoxLabel(printList) { // LODOP.ADD_PRINT_BARCODE(168, 145,108, 25, "128B", `${printData.partNo}`) LODOP.SET_PRINT_STYLEA(0,"ShowBarText",0); - LODOP.ADD_PRINT_TEXT(283,145,150,25,`物料批号 (Batch) :*${printData.batchNo === ''?'BWM0':printData.batchNo}`); + LODOP.ADD_PRINT_TEXT(283,145,200,25,`物料批号 (Batch) :*${printData.batchNo === ''?'BWM0':printData.batchNo}`); LODOP.SET_PRINT_STYLEA(0,"FontSize",8); LODOP.ADD_PRINT_BARCODE(298, 145,120, 15, "128B", `*${printData.batchNo === ''?'BWM0':printData.batchNo}`)