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 @@