From c5d127a02faf58401356c81751f40de262e8213a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Tue, 18 Mar 2025 13:41:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=BA=93?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/StockIn/index.ts | 2 +- src/api/StockOut/index.ts | 8 + src/views/stocked/MoveLibrary/index.vue | 704 +++++++++++++++--------- 3 files changed, 444 insertions(+), 270 deletions(-) diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts index 151270c..396972d 100644 --- a/src/api/StockIn/index.ts +++ b/src/api/StockIn/index.ts @@ -146,4 +146,4 @@ export function TransferIn(params: any) { method: 'post', data: params, }); -} \ No newline at end of file +} diff --git a/src/api/StockOut/index.ts b/src/api/StockOut/index.ts index fb2c6ef..ae7fa85 100644 --- a/src/api/StockOut/index.ts +++ b/src/api/StockOut/index.ts @@ -114,3 +114,11 @@ export function RejectsAndExpCheck(data: any) { data: data, }); } + +export function AllCommitMoveInInvoice(data: any) { + return request({ + url: '/api/MoveIn/AllCommitMoveInInvoice', + method: 'post', + data: data, + }); +} diff --git a/src/views/stocked/MoveLibrary/index.vue b/src/views/stocked/MoveLibrary/index.vue index 43175e7..b5089b2 100644 --- a/src/views/stocked/MoveLibrary/index.vue +++ b/src/views/stocked/MoveLibrary/index.vue @@ -12,11 +12,21 @@