From 2a5cd848331729b0e2f2c99700d5555dafcbbcaf Mon Sep 17 00:00:00 2001 From: Kelvin Date: Fri, 13 Dec 2024 14:28:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=B0=8F=E5=9E=8B=E5=88=80=E5=85=B7=E5=BA=93?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/md/mdItem.js | 8 ++++ src/views/mes/md/mditem/index.vue | 73 +++++++++++++++++++------------ 2 files changed, 53 insertions(+), 28 deletions(-) diff --git a/src/api/mes/md/mdItem.js b/src/api/mes/md/mdItem.js index c67ab01..8459d3b 100644 --- a/src/api/mes/md/mdItem.js +++ b/src/api/mes/md/mdItem.js @@ -42,3 +42,11 @@ export function delMdItem(itemId) { method: 'delete' }) } + +// 同步小型刀具库数据 +export function asyncSmallKnifeData() { + return request({ + url: '/mes/md/mditem/asyncSmallKnife', + method: 'get' + }) +} diff --git a/src/views/mes/md/mditem/index.vue b/src/views/mes/md/mditem/index.vue index 76d4b13..108c87c 100644 --- a/src/views/mes/md/mditem/index.vue +++ b/src/views/mes/md/mditem/index.vue @@ -89,6 +89,16 @@ >删除 + + 同步小型刀具库 + + @@ -210,15 +220,15 @@ - - - - - - - - - + + + + + + + + + @@ -247,15 +257,15 @@ - - - - - - - - - + + + + + + + + + @@ -291,15 +301,15 @@ - - - - - - - - - + + + + + + + + +