From d8ddb12228cc0cf36949b045b23048b8ff612e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 11:41:11 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat(wms):=20=E6=96=B0=E5=A2=9E=E9=92=A2?= =?UTF-8?q?=E5=8D=B7=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E6=9F=A5=E8=AF=A2=E3=80=81=E7=BB=9F=E8=AE=A1=E5=92=8C?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加钢卷报表页面,支持按时间、钢卷号、库位等条件查询,展示统计信息和明细数据,并提供导出功能 --- klp-ui/src/views/wms/report/zha_.vue | 229 +++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 klp-ui/src/views/wms/report/zha_.vue diff --git a/klp-ui/src/views/wms/report/zha_.vue b/klp-ui/src/views/wms/report/zha_.vue new file mode 100644 index 00000000..e4554d6e --- /dev/null +++ b/klp-ui/src/views/wms/report/zha_.vue @@ -0,0 +1,229 @@ + + + + + From 31e2e57b5ade538901a0b859301eeaeddbeae7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 13:40:02 +0800 Subject: [PATCH 2/4] =?UTF-8?q?style(wayBill):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除数量和单价列 - 统一调整字体大小为16px - 优化表格列宽和输入框样式 - 调整标签和输入框的对齐方式 --- .../views/wms/delivery/components/wayBill.vue | 61 +++++++++++-------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 5a03faf0..b4f8809f 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -51,9 +51,9 @@ 卷号 规格 材质 - 数量(件) + 重量(T) - 单价 + @@ -68,7 +68,7 @@ - + @@ -83,11 +83,11 @@ - + - + @@ -104,7 +104,7 @@
- 取货地点: + 取货地点:
@@ -466,7 +466,8 @@ export default { .label { font-weight: bold; display: inline-block; - width: 80px; + width: 100px; + font-size: 16px; text-align: right; white-space: nowrap; } @@ -480,7 +481,7 @@ export default { padding: 4px 8px; border: 1px solid #dcdfe6; border-radius: 4px; - font-size: 14px; + font-size: 16px; font-family: SimSun, serif; outline: none; transition: all 0.2s; @@ -492,7 +493,7 @@ export default { } .date-input { - width: 30px; + width: 40px; text-align: center; margin-right: 5px; } @@ -525,6 +526,7 @@ export default { line-height: 6mm; text-align: center; vertical-align: middle; + font-size: 16px; padding: 0; overflow: hidden; white-space: nowrap; @@ -533,7 +535,7 @@ export default { /* 表格列宽设置 */ .waybill-table th:nth-child(1), .waybill-table td:nth-child(1) { - width: 80px; + width: 60px; /* 品名 */ } @@ -581,27 +583,29 @@ export default { .waybill-table th:nth-child(9), .waybill-table td:nth-child(9) { - width: 40px; + width: 80px; /* 材质 */ } -.waybill-table th:nth-child(10), +/* 数量(件) */ +/* .waybill-table th:nth-child(10), .waybill-table td:nth-child(10) { width: 60px; - /* 数量(件) */ -} -.waybill-table th:nth-child(11), -.waybill-table td:nth-child(11) { +} */ + +.waybill-table th:nth-child(10), +.waybill-table td:nth-child(10) { width: 80px; /* 重量(kg) */ } -.waybill-table th:nth-child(12), + /* 单价 */ +/* .waybill-table th:nth-child(12), .waybill-table td:nth-child(12) { width: 40px; - /* 单价 */ -} + +} */ .waybill-table th { @@ -623,10 +627,10 @@ export default { border: none; outline: none; background: transparent; - font-family: inherit; - font-size: inherit; + /* font-family: inherit; */ + font-size: 16px; line-height: 6mm; - text-align: inherit; + text-align: center; vertical-align: middle; } @@ -695,7 +699,7 @@ export default { /* 备注样式 */ .waybill-remarks { margin-bottom: 30px; - font-size: 14px; + font-size: 16px; line-height: 1.5; text-align: justify; } @@ -721,9 +725,12 @@ export default { font-size: 16px; } + + .waybill-pickup-location label { - font-size: 14px; - margin-right: 10px; + font-size: 16px; + /* margin-right: 10px; */ + text-align: left !important; width: 40px; } @@ -742,7 +749,7 @@ export default { } .footer-item .label { - font-size: 14px; + font-size: 16px; margin-right: 10px; width: 40px; } From 76466ad2e61522c28580f126138e9c929d9541a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 14:26:06 +0800 Subject: [PATCH 3/4] =?UTF-8?q?feat(warehousing):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8E=82=E5=AE=B6=E5=8D=B7=E5=8F=B7=E5=88=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/views/wms/coil/do/warehousing.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/klp-ui/src/views/wms/coil/do/warehousing.vue b/klp-ui/src/views/wms/coil/do/warehousing.vue index 8034f03e..4f40c36a 100644 --- a/klp-ui/src/views/wms/coil/do/warehousing.vue +++ b/klp-ui/src/views/wms/coil/do/warehousing.vue @@ -180,6 +180,7 @@ +