From cf6e6d39438d0f2e1ec916af00583beaf2fb1a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 15:59:03 +0800 Subject: [PATCH 1/5] =?UTF-8?q?feat(wayBill):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=92=8C=E5=8F=B8=E6=9C=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加"科伦普发货单"标题 - 在页脚添加司机输入字段 - 调整分页每页显示数量为8 - 优化字体粗细和颜色样式 --- .../views/wms/delivery/components/wayBill.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 1fd725db..e18176d6 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -4,6 +4,8 @@
+ +
科伦普发货单
收货单位: @@ -119,6 +121,10 @@ 发货:
+ @@ -115,19 +109,19 @@
@@ -165,7 +159,7 @@ export default { data() { return { currentPage: 1, - perPage: 8, + perPage: 7, totalPages: 1, // 本地可编辑的发货单数据 localWaybill: { @@ -482,7 +476,7 @@ export default { font-weight: bold; display: inline-block; width: 100px; - font-size: 16px; + font-size: 18px; text-align: right; white-space: nowrap; } @@ -496,11 +490,12 @@ export default { padding: 4px 8px; border: 1px solid #dcdfe6; border-radius: 4px; - font-size: 16px; + font-size: 18px; font-weight: bold; font-family: SimSun, serif; outline: none; transition: all 0.2s; + line-height: 18px; border-bottom: 1px dashed #dcdfe6; } @@ -542,13 +537,17 @@ export default { line-height: 6mm; text-align: center; vertical-align: middle; - font-size: 16px; + font-size: 18px; font-weight: 900; padding: 0; overflow: hidden; white-space: nowrap; } +.waybill-table tr { + border: 1px solid #000; +} + /* 表格列宽设置 */ .waybill-table th:nth-child(1), .waybill-table td:nth-child(1) { @@ -645,7 +644,7 @@ export default { outline: none; background: transparent; /* font-family: inherit; */ - font-size: 16px; + font-size: 18px; line-height: 6mm; text-align: center; vertical-align: middle; @@ -716,7 +715,7 @@ export default { /* 备注样式 */ .waybill-remarks { margin-bottom: 30px; - font-size: 15px; + font-size: 18px; line-height: 1.5; /* font-weight: 600; */ font-weight: bold; @@ -733,21 +732,21 @@ export default { justify-content: space-between; align-items: center; margin-bottom: 20px; - font-size: 16px; + font-size: 18px; } .waybill-pickup-location { display: flex; justify-content: space-between; align-items: center; - margin-bottom: 20px; - font-size: 16px; + margin-bottom: 10px; + font-size: 18px; } .waybill-pickup-location label { - font-size: 16px; + font-size: 18px; /* margin-right: 10px; */ text-align: left !important; width: 40px; @@ -768,7 +767,7 @@ export default { } .footer-item .label { - font-size: 16px; + font-size: 18px; margin-right: 10px; width: 40px; } From ca76147ee6c256ba8796f25a477c6b84ccad1be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 17:33:34 +0800 Subject: [PATCH 5/5] =?UTF-8?q?style(wms):=20=E8=B0=83=E6=95=B4=E8=BF=90?= =?UTF-8?q?=E5=8D=95=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E8=BE=B9=E6=A1=86=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A1=8C=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除表格行的边框样式,并在表格底部添加空行以加粗最后一行线 优化表格行高设置,移除冗余的 !important 标记 --- .../views/wms/delivery/components/wayBill.vue | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index a28a82a5..6afad7fc 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -84,7 +84,21 @@ - + + + + + + + + + + + + + + @@ -544,10 +558,6 @@ export default { white-space: nowrap; } -.waybill-table tr { - border: 1px solid #000; -} - /* 表格列宽设置 */ .waybill-table th:nth-child(1), .waybill-table td:nth-child(1) { @@ -665,7 +675,7 @@ export default { padding: 0 !important; margin: 0 !important; line-height: 6mm !important; - height: 6mm !important; + height: 6mm; vertical-align: middle !important; }