From e273d0636a7bb00fa4ee3c7f144d1d47ea5457c3 Mon Sep 17 00:00:00 2001 From: Kelvin Date: Thu, 5 Dec 2024 11:39:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=85=A5=E5=BA=93=E8=AE=A1=E5=88=92):?= =?UTF-8?q?=20=E5=90=8C=E6=AD=A5=E5=B0=8F=E5=9E=8B=E5=88=80=E5=85=B7?= =?UTF-8?q?=E5=BA=93=20=E6=9B=B4=E6=94=B9=E4=B8=BA=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wm/PLAN.js | 8 ++++++++ src/views/mes/wm/inPlan/index.vue | 30 ++++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/api/wm/PLAN.js b/src/api/wm/PLAN.js index f9def57..e8ef865 100644 --- a/src/api/wm/PLAN.js +++ b/src/api/wm/PLAN.js @@ -51,3 +51,11 @@ export function isDuplicatePlanCode(planCode) { method: 'get' }) } + +// 同步小型刀具库 入库数据 +export function syncInBound() { + return request({ + url: '/wm/PLAN/sync', + method: 'get' + }) +} diff --git a/src/views/mes/wm/inPlan/index.vue b/src/views/mes/wm/inPlan/index.vue index 6f05b05..81bf8e9 100644 --- a/src/views/mes/wm/inPlan/index.vue +++ b/src/views/mes/wm/inPlan/index.vue @@ -58,6 +58,16 @@ >拆刀回库 + + 同步小型刀具库 + + @@ -137,9 +147,9 @@ - - - + + + @@ -235,7 +245,7 @@