diff --git a/src/views/modules/print/print_hunlian_card.js b/src/views/modules/print/print_hunlian_card.js index 256d6af..b22fe62 100644 --- a/src/views/modules/print/print_hunlian_card.js +++ b/src/views/modules/print/print_hunlian_card.js @@ -103,7 +103,7 @@ export function printHunlianLabel(printList) { LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(345,560,155,25,printData.chjlt); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.ADD_PRINT_BARCODE(12,30,138,65,"QRCode",printData.TaskNo); + LODOP.ADD_PRINT_BARCODE(0,19,138,70,"QRCode",printData.TaskNo); LODOP.ADD_PRINT_TEXT(67,82,110,25,printData.TaskNo); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(66,333,385,25,printData.AllDesc); diff --git a/static/config/index-prod.js b/static/config/index-prod.js index 5872537..b3dff7d 100644 --- a/static/config/index-prod.js +++ b/static/config/index-prod.js @@ -33,8 +33,8 @@ lodopLicenseStr2: '15F0BE661E7F39FD7491843CB2514F69', lodopLicenseStr3: '', lodopLicenseStr4: '', - siteName: '苏州赫艾聚合科技有限公司', - siteNameE: 'A&M Polymer' + siteName: 'JCA POLYMER TECHNICS SDN.BHD. ', + siteNameE: 'JCA Polymer' } };