diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 487e97fa..aff4a514 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -3,148 +3,177 @@
- - -
科伦普发货单
-
-
- 收货单位: -
{{ localWaybill.consigneeUnit }}
+ + +
科伦普发货单
+
+
+ 收货单位: +
{{ localWaybill.consigneeUnit }}
+
+
+
{{ localWaybill.deliveryYear }} +
+ +
{{ localWaybill.deliveryMonth }} +
+ +
{{ localWaybill.deliveryDay }} +
+ +
+
+ 发货单位: +
{{ localWaybill.senderUnit }}
+
-
-
{{ localWaybill.deliveryYear }}
- -
{{ localWaybill.deliveryMonth }}
- -
{{ localWaybill.deliveryDay }}
- -
-
- 发货单位: -
{{ localWaybill.senderUnit }}
-
-
-
-
- 负责人: -
{{ localWaybill.principal }}
+
+
+ 负责人: +
{{ localWaybill.principal }}
+
+
+ 电话: +
{{ localWaybill.principalPhone }}
+
+
+ 合同号: +
{{ localWaybill.contractCode }}
+
+
+ 车牌: +
{{ localWaybill.licensePlate }}
+
-
- 电话: -
{{ localWaybill.principalPhone }}
-
-
- 合同号: -
{{ localWaybill.contractCode }}
-
-
- 车牌: -
{{ localWaybill.licensePlate }}
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
品名切边包装仓库位置结算原料厂家卷号规格材质重量(t)单价备注
-
- -
-
{{ item.productName }}
{{ item.edgeType }}
{{ item.packageType }}
{{ item.actualWarehouseName }}
{{ item.settlementType }}
{{ item.rawMaterialFactory }}
{{ item.coilNumber }}
{{ item.specification }}
{{ item.material }}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - -
品名切边包装仓库位置结算原料厂家卷号规格材质重量(t)单价备注
+
+ +
+
+
{{ item.productName }}
+
+
{{ item.edgeType }}
+
+
{{ item.packageType }}
+
+
{{ item.actualWarehouseName }}
+
+
{{ item.settlementType }}
+
+
{{ item.rawMaterialFactory }}
+
+
{{ item.coilNumber }}
+
+
{{ item.specification }}
+
+
{{ item.material }}
+
{{ item.unitPrice }}
{{ item.remark }}
+ + + + + + - -
-

- 1、品名:冷硬钢卷(酸连轧)、冷轧钢卷(脱脂退火火拉矫)、镀锌卷板,镀锌管料(镀锌分剪料);2、切边:净边/毛边;3、包装:裸包:周三径四;简包1:周三径四内外护角;简包2:周三径四+防锈纸;普包:周三径四+内外护角+防锈纸+端护板;精包1:周三径四+内外护角+防锈纸+薄膜+端护板+内外护板;精包2:周三径四+内外护角+防锈纸+薄膜+端护板+内外护板+木托。 -

-
+ +
+

+ 1、品名:冷硬钢卷(酸连轧)、冷轧钢卷(脱脂退火火拉矫)、镀锌卷板,镀锌管料(镀锌分剪料);2、切边:净边/毛边;3、包装:裸包:周三径四;简包1:周三径四内外护角;简包2:周三径四+防锈纸;普包:周三径四+内外护角+防锈纸+端护板;精包1:周三径四+内外护角+防锈纸+薄膜+端护板+内外护板;精包2:周三径四+内外护角+防锈纸+薄膜+端护板+内外护板+木托。 +

+
-
- - 取货地点: - - -
+
+ + 取货地点: + + +
- -
@@ -152,7 +181,8 @@
上一页 第 {{ currentPage }} / {{ totalPages }} 页 - 下一页 + 下一页
保存为图片 打印 @@ -396,15 +426,15 @@ export default { scrollY: 0 }); - const png = canvas.toDataURL('image/png'); - const imgPng = await pdfDoc.embedPng(png); + const png = canvas.toDataURL('image/png'); + const imgPng = await pdfDoc.embedPng(png); const pdfPage = pdfDoc.addPage([pageWidthPt, pageHeightPt]); pdfPage.drawImage(imgPng, { - x: 0, - y: 0, - width: pageWidthPt, - height: pageHeightPt - }); + x: 0, + y: 0, + width: pageWidthPt, + height: pageHeightPt + }); } } finally { // 恢复截图前的容器样式 @@ -628,20 +658,20 @@ export default { } */ - /* 重量(kg) */ +/* 重量(kg) */ .waybill-table th:nth-child(10), .waybill-table td:nth-child(10) { width: 70px; } - /* 单价 */ +/* 单价 */ .waybill-table th:nth-child(11), .waybill-table td:nth-child(11) { width: 50px; } - /* 备注 */ +/* 备注 */ .waybill-table th:nth-child(12), .waybill-table td:nth-child(12) { /* width: 40px; */ @@ -827,6 +857,7 @@ export default { } @media print { + html, body { margin: 0;