From 669ee59f248b14133833cd2ee1822db73326e53b Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 5 Jun 2025 16:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E7=95=AA=E6=8B=89=E5=8A=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/purchasePlanMain/index.ts | 4 + .../purchasePlanMain/index.vue | 1869 +++++++++-------- .../purchasePlanMain/purchasePlanMain.data.ts | 4 +- 3 files changed, 1016 insertions(+), 861 deletions(-) diff --git a/src/api/wms/purchasePlanMain/index.ts b/src/api/wms/purchasePlanMain/index.ts index 4f37cd824..3eea23a47 100644 --- a/src/api/wms/purchasePlanMain/index.ts +++ b/src/api/wms/purchasePlanMain/index.ts @@ -57,6 +57,10 @@ export const closePurchasePlanMain = async (id: number) => { export const openPurchasePlanMain = async (id: number) => { return await request.post({ url: `/wms/purchase-plan-main/open?id=` + id }) } +// 验证打切品番配置 +export const validation = async (id: number) => { + return await request.post({ url: `/wms/purchase-plan-main/validation?id=` + id }) +} // 发布要货计划主 export const publishPurchasePlanMain = async (id: number) => { return await request.post({ url: `/wms/purchase-plan-main/publish?id=` + id }) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 98caa4efd..2370c2466 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -1,93 +1,128 @@