From 8efb821234ac86ea65cac9f08eb0c3567148d6c7 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 8 Apr 2025 13:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E9=80=81=E6=A3=80=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/warehousing.js | 2 + src/views/modules/production/warehousing.vue | 83 +++++++++++++++++++- 2 files changed, 82 insertions(+), 3 deletions(-) diff --git a/src/api/production/warehousing.js b/src/api/production/warehousing.js index c864e0e..67f767c 100644 --- a/src/api/production/warehousing.js +++ b/src/api/production/warehousing.js @@ -5,3 +5,5 @@ export const searchProductionWarehousingInfo = data => createAPI(`/productionWar // 生产入库接收 export const receiveProductionWarehousing = data => createAPI(`/productionWarehousing/receiveProductionWarehousing`,'post',data) + +export const getProductionInspection = data => createAPI(`/productionWarehousing/getProductionInspection`,'post',data) diff --git a/src/views/modules/production/warehousing.vue b/src/views/modules/production/warehousing.vue index 997c343..3591da4 100644 --- a/src/views/modules/production/warehousing.vue +++ b/src/views/modules/production/warehousing.vue @@ -222,7 +222,11 @@