From 043a632d9e7f987827e9a53e4c11938d311b9c71 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 17 Sep 2025 14:11:45 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-17=20pda=20=E7=94=9F=E4=BA=A7=E9=A2=86?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production.js | 8 +- .../production-pick/productionPicking.vue | 383 ++++++++++++++++-- .../productionPickingDetail.vue | 14 +- 3 files changed, 367 insertions(+), 38 deletions(-) diff --git a/src/api/production.js b/src/api/production.js index 3a6ed21..0f0584d 100644 --- a/src/api/production.js +++ b/src/api/production.js @@ -28,4 +28,10 @@ export const confirmProductionPicking = data => createAPI(`production/outbound/c * 获取出库单物料清单 * @param {Object} data - 查询参数 {site, buNo, outboundNo} */ -export const getOutboundMaterialList = data => createAPI(`production/outbound/materialList`, 'post', data) \ No newline at end of file +export const getOutboundMaterialList = data => createAPI(`production/outbound/materialList`, 'post', data) + +/** + * 获取出库单物料明细列表 + * @param {Object} data - 查询参数 {site, outboundNo} + */ +export const getOutboundMaterialDetails = data => createAPI(`production/outbound/materialDetails`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/production-pick/productionPicking.vue b/src/views/modules/production-pick/productionPicking.vue index e49309d..b3e8829 100644 --- a/src/views/modules/production-pick/productionPicking.vue +++ b/src/views/modules/production-pick/productionPicking.vue @@ -23,55 +23,151 @@ -
暂无待领料出库单
+加载中...
+暂无待领料出库单
-加载中...
+ +加载物料详情中...
+暂无物料详情
+