Browse Source

20240826

dev
qiezi 1 year ago
parent
commit
eb226bbfbf
  1. 26
      src/printFormat/RF_RFID.js
  2. 49
      src/printFormat/alphaHardTagPrintFormat.js
  3. 30
      src/printFormat/antenna.js
  4. 2
      src/printFormat/roll_label.js
  5. 4
      src/views/modules/label/record.vue
  6. 4
      src/views/modules/label/roll.vue

26
src/printFormat/RF_RFID.js
File diff suppressed because it is too large
View File

49
src/printFormat/alphaHardTagPrintFormat.js
File diff suppressed because it is too large
View File

30
src/printFormat/antenna.js
File diff suppressed because it is too large
View File

2
src/printFormat/roll_label.js

@ -52,7 +52,7 @@ export const print_roll_label = (printList,printerName)=>{
LODOP.SET_PRINT_STYLEA(0,"FontSize",5); LODOP.SET_PRINT_STYLEA(0,"FontSize",5);
LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Bold",1);
LODOP.ADD_PRINT_TEXT(27,140,35,20,row.uom);
LODOP.ADD_PRINT_TEXT(27,140,50,20,row.uom);
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial");
LODOP.SET_PRINT_STYLEA(0,"FontSize",5); LODOP.SET_PRINT_STYLEA(0,"FontSize",5);
LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Bold",1);

4
src/views/modules/label/record.vue

@ -24,8 +24,8 @@ export default {
components: {SelectionTable, CustomerInfo, ExternalPart}, components: {SelectionTable, CustomerInfo, ExternalPart},
props: { props: {
height: { height: {
type: Number,
default: 700
type: [Number,String],
default: '74vh'
} }
}, },
data () { data () {

4
src/views/modules/label/roll.vue

@ -30,8 +30,8 @@ export default {
components: {QrCode, SelectionTable, CustomerInfo, ExternalPart}, components: {QrCode, SelectionTable, CustomerInfo, ExternalPart},
props: { props: {
height: { height: {
type: Number,
default: 700
type: [Number,String],
default: '74vh'
} }
}, },
data () { data () {

Loading…
Cancel
Save