From 3f21833d290b8261377caa92b9e0506e45ad34bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Thu, 22 May 2025 17:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=86=85=E7=AE=A1=E7=90=86-=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= 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 | 202 +++++++++++++++++++++----- 2 files changed, 175 insertions(+), 40 deletions(-) diff --git a/src/api/material/notPosted/index.ts b/src/api/material/notPosted/index.ts index 99eb47c..32b8380 100644 --- a/src/api/material/notPosted/index.ts +++ b/src/api/material/notPosted/index.ts @@ -11,3 +11,16 @@ export function updatePacking(data: any) { data: data }); } + +/** + * 更新 + * @param params + * @returns + */ +export function editWareHouse(params: any) { + return request({ + url: '/api/api/packing/handelEdit', + method: 'post', + data: params, + }); +} diff --git a/src/views/stocked/notPosted/index.vue b/src/views/stocked/notPosted/index.vue index d39c3bb..b5758b2 100644 --- a/src/views/stocked/notPosted/index.vue +++ b/src/views/stocked/notPosted/index.vue @@ -1,25 +1,68 @@ - + - - + + - + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + @@ -49,35 +92,31 @@ + + :width="col.width" :sort-orders="['descending', 'ascending']" :sortable="true"/> + + + 编辑 + + - + - - - - - - - - - - - - + + + + + + @@ -87,6 +126,7 @@ +