From a82ef471a7403f874e34bc37e803e47e44349954 Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Wed, 26 Mar 2025 09:06:16 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=88=9B=E5=BB=BA=E5=88=B0=E5=BA=93?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/StockIn/index.ts | 8 + src/views/stockIn/StockInByCharge/drawer.vue | 119 +++ src/views/stockIn/StockInByCharge/index.vue | 982 ++++++++----------- 3 files changed, 553 insertions(+), 556 deletions(-) create mode 100644 src/views/stockIn/StockInByCharge/drawer.vue diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts index 396972d..ca92953 100644 --- a/src/api/StockIn/index.ts +++ b/src/api/StockIn/index.ts @@ -147,3 +147,11 @@ export function TransferIn(params: any) { data: params, }); } + +export function createDelivery(params: any) { + return request({ + url: '/api/delivery/create', + method: 'post', + data: params, + }); +} \ No newline at end of file diff --git a/src/views/stockIn/StockInByCharge/drawer.vue b/src/views/stockIn/StockInByCharge/drawer.vue new file mode 100644 index 0000000..b68ea8f --- /dev/null +++ b/src/views/stockIn/StockInByCharge/drawer.vue @@ -0,0 +1,119 @@ + + + \ No newline at end of file diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index d91ae59..5790dd1 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -6,12 +6,13 @@ + @keydown.enter.prevent="handleQuery" clearable />
+ 新增到货单 搜索
@@ -22,71 +23,53 @@ 入库单详细信息 - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + @@ -97,31 +80,33 @@ 批次信息 - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -132,11 +117,6 @@ - - - - - @@ -145,77 +125,59 @@ 打印 - + - + - - + 入库 - - - - - - - - - - -
- - {{ state.createBoxForm.REQUESTQUANTITY }} - {{ state.createBoxForm.RECEIVEDQUANTITY }} - - {{ state.createBoxForm.RECEIVEDQUANTITY2 }} + {{ state.createBoxForm.RECEIVEDQUANTITY2 }} - {{ state.createBoxForm.MINUSQTY }} - + - + - - + - + - + @@ -223,60 +185,59 @@
提交
-
- + -