diff --git a/src/printFormat/RF_RFID.js b/src/printFormat/RF_RFID.js index cdd2925..2b86a9b 100644 --- a/src/printFormat/RF_RFID.js +++ b/src/printFormat/RF_RFID.js @@ -52,7 +52,7 @@ export const printRF_RFIDLabel = (printList, icons, printerName) => { LODOP.ADD_PRINT_TEXT(104,202,100,20,row.rollCount); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); if(rightIndex === 'Y'){ - LODOP.ADD_PRINT_TEXT(152,255,115,20,`${row.freeInfo2}`); + LODOP.ADD_PRINT_TEXT(152,255,115,20,row.freeInfo2); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); } for(let i = 0; i < icons.length; i++){ diff --git a/src/printFormat/alphaHardTagPrintFormat.js b/src/printFormat/alphaHardTagPrintFormat.js index 26e6e78..2b1fe86 100644 --- a/src/printFormat/alphaHardTagPrintFormat.js +++ b/src/printFormat/alphaHardTagPrintFormat.js @@ -78,7 +78,7 @@ export function printAlphaHardTagLabel (printList, icons, printerName) { LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",8); if(rightIndex === 'Y'){ - LODOP.ADD_PRINT_TEXT(152,255,115,20,`${row.freeInfo2}`); + LODOP.ADD_PRINT_TEXT(152,255,115,20,row.freeInfo2); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); } for(let i = 0; i < icons.length; i++){ diff --git a/src/printFormat/antenna.js b/src/printFormat/antenna.js index 0e2c21b..c355df2 100644 --- a/src/printFormat/antenna.js +++ b/src/printFormat/antenna.js @@ -56,7 +56,7 @@ export const printAntennaLabel = (printList, icons, printerName) => { LODOP.ADD_PRINT_TEXT(128, 176, 180, 20, row.sn) LODOP.SET_PRINT_STYLEA(0, 'FontName', 'Arial') if (rightIndex === 'Y') { - LODOP.ADD_PRINT_TEXT(152, 255, 115, 20, `${row.freeInfo2}`) + LODOP.ADD_PRINT_TEXT(152, 255, 115, 20, row.freeInfo2) LODOP.SET_PRINT_STYLEA(0, 'FontName', 'Arial') } for (let i = 0; i < icons.length; i++) { diff --git a/src/views/modules/label/printer.vue b/src/views/modules/label/printer.vue index bd09a0f..cc7b3ea 100644 --- a/src/views/modules/label/printer.vue +++ b/src/views/modules/label/printer.vue @@ -271,10 +271,10 @@ export default { serialNumber: '30004Table2PictureNo', tableId: "30004Table2", tableName: "外部料号图片信息表", - columnProp: "pictureNo", + columnProp: "certificationNo", headerAlign: "center", align: "left", - columnLabel: "Certification No", + columnLabel: "Certification Code", columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/part/external.vue b/src/views/modules/part/external.vue index e9563c4..f0f297b 100644 --- a/src/views/modules/part/external.vue +++ b/src/views/modules/part/external.vue @@ -380,10 +380,10 @@ export default { serialNumber: '10002Table22PictureNo', tableId: "10002Table2", tableName: "外部料号图片信息表", - columnProp: "pictureNo", + columnProp: "certificationNo", headerAlign: "center", align: "left", - columnLabel: "Certification No", + columnLabel: "Certification Code", columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/part/picture/picture.vue b/src/views/modules/part/picture/picture.vue index 393b0b1..935c797 100644 --- a/src/views/modules/part/picture/picture.vue +++ b/src/views/modules/part/picture/picture.vue @@ -323,7 +323,7 @@ export default { - + @@ -342,7 +342,7 @@ export default {
- +