From a176bad142b06880aea40712622d1e73555d55cd Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 19 Feb 2025 15:03:42 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8D=8A=E5=88=B6=E5=93=81=E3=80=81?= =?UTF-8?q?=E6=88=90=E5=9E=8B=E6=96=B0=E5=A2=9E=E8=AE=A1=E5=88=92=E3=80=81?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E9=80=89=E4=B8=AD=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/planInfo/index.ts | 11 + src/views/mes/planInfo/index.vue | 350 ++++++++++++++++++++++++++----- 2 files changed, 303 insertions(+), 58 deletions(-) diff --git a/src/api/mes/planInfo/index.ts b/src/api/mes/planInfo/index.ts index 7164a6a..a7079a1 100644 --- a/src/api/mes/planInfo/index.ts +++ b/src/api/mes/planInfo/index.ts @@ -109,3 +109,14 @@ export function orderAddProductPlanList(data) { data: data }) } + +/** + * 下发选中计划 + * @param planId + */ +export const issuePlanInfo = (workshopId: string | number, planId: string | number | Array) => { + return request({ + url: '/mes/planInfo/issuePlanInfo/' + workshopId + "/" + planId, + method: 'get' + }); +}; diff --git a/src/views/mes/planInfo/index.vue b/src/views/mes/planInfo/index.vue index 3936f7e..a73da1a 100644 --- a/src/views/mes/planInfo/index.vue +++ b/src/views/mes/planInfo/index.vue @@ -11,18 +11,25 @@ - - - + + + - - - + + + + + @@ -59,30 +66,45 @@