From be48594b62a52b4a12615012b7fa1dd1bab832dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 25 Nov 2025 17:57:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8F=91=E8=B4=A7=E5=8D=95):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=8F=91=E8=B4=A7=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=92=8CMemoInput=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加发货单管理页面,包含查询、新增、修改、删除等功能 引入MemoInput组件实现车牌号输入的历史记录和自动补全功能 --- klp-ui/src/components/MemoInput/index.vue | 168 +++++++++ .../src/views/wms/delivery/waybill/index.vue | 352 ++++++++++++++++++ 2 files changed, 520 insertions(+) create mode 100644 klp-ui/src/components/MemoInput/index.vue diff --git a/klp-ui/src/components/MemoInput/index.vue b/klp-ui/src/components/MemoInput/index.vue new file mode 100644 index 00000000..633f86f4 --- /dev/null +++ b/klp-ui/src/components/MemoInput/index.vue @@ -0,0 +1,168 @@ + + + + + \ No newline at end of file diff --git a/klp-ui/src/views/wms/delivery/waybill/index.vue b/klp-ui/src/views/wms/delivery/waybill/index.vue index e69de29b..bcc1ce98 100644 --- a/klp-ui/src/views/wms/delivery/waybill/index.vue +++ b/klp-ui/src/views/wms/delivery/waybill/index.vue @@ -0,0 +1,352 @@ + + +