From f79f2c0ffc6afb4f7261f57f25ac8115392657c7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 29 Jan 2026 13:07:22 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-29=20pda=E9=87=87=E8=B4=AD=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=A2=9E=E5=8A=A0=E5=85=B3=E8=81=94=E5=8D=95=E5=8F=B7?= =?UTF-8?q?=E5=92=8C=E5=85=B3=E8=81=94=E5=8D=95=E8=A1=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inbound.js | 8 +- .../purchase-inbound/inboundStorage.vue | 66 +++++++++++++--- .../purchase-inbound/qualifiedStorage.vue | 79 ++++++++++--------- 3 files changed, 100 insertions(+), 53 deletions(-) diff --git a/src/api/inbound.js b/src/api/inbound.js index 6b4292a..b5a9dd6 100644 --- a/src/api/inbound.js +++ b/src/api/inbound.js @@ -46,4 +46,10 @@ export const getScannedLabelList = data => createAPI(`inbound/getScannedLabelLis * 获取物料可用库存 * @param {Object} data - 查询参数 {site, notifyNo, notifyType, orderNo, orderLineNo, partNo, warehouseId} */ -export const getInventoryStock = data => createAPI(`inbound/getInventoryStock`, 'post', data) \ No newline at end of file +export const getInventoryStock = data => createAPI(`inbound/getInventoryStock`, 'post', data) + +/** + * 获取采购入库通知单明细列表(小卡片) + * @param {Object} data - 查询参数 {site, buNo, orderNo} + */ +export const getInboundNotificationDetails = data => createAPI(`inbound/getInboundNotificationDetails`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/purchase-inbound/inboundStorage.vue b/src/views/modules/purchase-inbound/inboundStorage.vue index 763eb92..9be62cf 100644 --- a/src/views/modules/purchase-inbound/inboundStorage.vue +++ b/src/views/modules/purchase-inbound/inboundStorage.vue @@ -38,8 +38,18 @@