label-config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "labelSize": {
  3. "width": 76.2,
  4. "height": 38.1,
  5. "gap": 3,
  6. "totalHeight": 41.1,
  7. "unit": "mm"
  8. },
  9. "elements": [
  10. {
  11. "id": "qrcode",
  12. "type": "qrcode",
  13. "label": "二维码",
  14. "x": 70,
  15. "y": 145,
  16. "width": 100,
  17. "height": 100,
  18. "eccLevel": "L",
  19. "cellWidth": "7",
  20. "text": "+KB60IS3031T811001201",
  21. "dataSource": "sn"
  22. },
  23. {
  24. "id": "company-line1",
  25. "type": "text",
  26. "label": "公司名-第1行",
  27. "x": 115,
  28. "y": 75,
  29. "fontSize": 26,
  30. "fontFamily": "SimSun",
  31. "fontStyle": 1,
  32. "text": "广西巨石",
  33. "dataSource": "static"
  34. },
  35. {
  36. "id": "company-line2",
  37. "type": "text",
  38. "label": "公司名-第2行",
  39. "x": 55,
  40. "y": 112,
  41. "fontSize": 26,
  42. "fontFamily": "SimSun",
  43. "fontStyle": 1,
  44. "text": "新能源科技有限公司",
  45. "dataSource": "static"
  46. },
  47. {
  48. "id": "product-line1",
  49. "type": "text",
  50. "label": "产品名",
  51. "x": 304,
  52. "y": 75,
  53. "fontSize": 28,
  54. "fontFamily": "SimSun",
  55. "fontStyle": 1,
  56. "text": "高压电池下壳体总成",
  57. "dataSource": "static"
  58. },
  59. {
  60. "id": "product-line2",
  61. "type": "text",
  62. "label": "产品型号",
  63. "x": 335,
  64. "y": 114,
  65. "fontSize": 24,
  66. "fontFamily": "Arial",
  67. "fontStyle": 0,
  68. "text": "2510094CDE2200",
  69. "dataSource": "productModel"
  70. },
  71. {
  72. "id": "date-serial",
  73. "type": "text",
  74. "label": "日期+流水号",
  75. "x": 298,
  76. "y": 204,
  77. "fontSize": 24,
  78. "fontFamily": "Arial",
  79. "fontStyle": 0,
  80. "text": "2026/08/11 NO:0000001",
  81. "dataSource": "dateSerial"
  82. },
  83. {
  84. "id": "batch-number",
  85. "type": "text",
  86. "label": "批次号",
  87. "x": 291,
  88. "y": 275,
  89. "fontSize": 24,
  90. "fontFamily": "Arial",
  91. "fontStyle": 1,
  92. "text": "+KB60IS3031T811001201",
  93. "dataSource": "sn"
  94. }
  95. ]
  96. }