From dda67806f807a878c810ede762e4b3c748ec2505 Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Mon, 24 Mar 2025 19:29:18 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=9C=AA=E5=85=A5=E8=B4=A6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/material/notPosted/index.ts | 13 ++ src/views/stocked/notPosted/index.vue | 246 ++++++++++++++++++++++++++ 2 files changed, 259 insertions(+) create mode 100644 src/api/material/notPosted/index.ts create mode 100644 src/views/stocked/notPosted/index.vue diff --git a/src/api/material/notPosted/index.ts b/src/api/material/notPosted/index.ts new file mode 100644 index 0000000..750fd92 --- /dev/null +++ b/src/api/material/notPosted/index.ts @@ -0,0 +1,13 @@ +import request from '@/utils/request'; + +/** + * 更新未入账 + * @param data + */ +export function updatePacking(data: any) { + return request({ + url: '/api/packing/update', + method: 'post', + data: data + }); +} diff --git a/src/views/stocked/notPosted/index.vue b/src/views/stocked/notPosted/index.vue new file mode 100644 index 0000000..3ffb216 --- /dev/null +++ b/src/views/stocked/notPosted/index.vue @@ -0,0 +1,246 @@ + + + + \ No newline at end of file