From 09d0dc0991e40fc4276c1414a117f225fba9c303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Thu, 18 Dec 2025 13:59:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=8D=E5=8D=B7):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=85=8D=E5=8D=B7=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在配卷页面添加记录按钮,点击可查看配卷操作记录 - 新增配卷记录组件,展示钢卷操作历史 - 实现记录弹窗功能,支持分页查询 --- .../wms/delivery/components/planRecord.vue | 110 ++++++++++++++++++ klp-ui/src/views/wms/delivery/plan/index.vue | 25 +++- 2 files changed, 132 insertions(+), 3 deletions(-) create mode 100644 klp-ui/src/views/wms/delivery/components/planRecord.vue diff --git a/klp-ui/src/views/wms/delivery/components/planRecord.vue b/klp-ui/src/views/wms/delivery/components/planRecord.vue new file mode 100644 index 00000000..fbad56b8 --- /dev/null +++ b/klp-ui/src/views/wms/delivery/components/planRecord.vue @@ -0,0 +1,110 @@ + + + diff --git a/klp-ui/src/views/wms/delivery/plan/index.vue b/klp-ui/src/views/wms/delivery/plan/index.vue index 75cec423..c0fe797b 100644 --- a/klp-ui/src/views/wms/delivery/plan/index.vue +++ b/klp-ui/src/views/wms/delivery/plan/index.vue @@ -74,13 +74,21 @@
+ - +
-