diff --git a/src/views/barcodePrint/index.vue b/src/views/barcodePrint/index.vue index 13a544b..457421c 100644 --- a/src/views/barcodePrint/index.vue +++ b/src/views/barcodePrint/index.vue @@ -359,7 +359,7 @@ const printLabel = async () => { } } -defineOptions({ name: 'BarcodePrint' }) +defineOptions({ name: 'print' }) + +
+|
+
+
+ 零件名称
+ ${labelData.partName}
+ |
+
+
+
+ 生产日期
+ ${labelData.productionDate}
+ |
+
+
+
+ |
+
|
+
+
+ 零件号
+ ${labelData.partNumber}
+ |
+
+
+
+ 数量
+ ${labelData.totalCount}
+ |
+ |
|
+
+
+ 标重(g)
+ ${labelData.totalCalculatedWeight}
+ |
+
+
+
+ 包装签字
+ ${labelData.packingSignature || ''}
+ |
+ |
|
+
+
+ 实重(g)
+ ${labelData.totalWeight || ''}
+ |
+
+
+
+ 检验签字
+ ${labelData.inspectionSignature || ''}
+ |
+