From 2598daaa9a681734383b99f91f2f500842fb7524 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 18 Nov 2024 13:47:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=A0=81=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/goodsEntry.js | 12 ++- .../material/purchase/goodsAccept/detail.vue | 2 +- .../material/purchase/goodsEntry/detail.vue | 87 ++++++++++++++----- .../material/purchase/goodsEntry/index.vue | 2 +- 4 files changed, 80 insertions(+), 23 deletions(-) diff --git a/src/api/purchase/goodsEntry.js b/src/api/purchase/goodsEntry.js index b5e9b9ed..b6452df6 100644 --- a/src/api/purchase/goodsEntry.js +++ b/src/api/purchase/goodsEntry.js @@ -17,4 +17,14 @@ export function purchaseWarehouse(data) { method: 'post', data: data }) -} \ No newline at end of file +} + + +// 查询入库编码列表 +export function getMachineById(data) { + return request({ + url: '/material/purchase/storage/getMachineById', + method: 'post', + data: data + }) +} diff --git a/src/views/material/purchase/goodsAccept/detail.vue b/src/views/material/purchase/goodsAccept/detail.vue index b5537b7e..d7eb2c6e 100644 --- a/src/views/material/purchase/goodsAccept/detail.vue +++ b/src/views/material/purchase/goodsAccept/detail.vue @@ -307,7 +307,7 @@
-
验收结论:
+
验收结论:
--> - + @@ -161,14 +161,23 @@ - 入库 + 入库 - + + - - - + + + + + + +