From a9820f6ed293516482c00c9929070be526b99665 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 15 May 2024 16:00:46 +0800 Subject: [PATCH] =?UTF-8?q?2024-05-15=20=E5=9F=BA=E7=A1=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=E4=BA=A7=E5=93=81-=E4=BF=AE=E6=94=B9=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=99=84=E5=B1=9E=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/product.js | 9 ++ src/views/wms/product/index.vue | 250 +++++++++++++++++++++----------- 2 files changed, 175 insertions(+), 84 deletions(-) diff --git a/src/api/wms/product.js b/src/api/wms/product.js index 9a8a974d..f580eb96 100644 --- a/src/api/wms/product.js +++ b/src/api/wms/product.js @@ -55,3 +55,12 @@ export function delProduct(productId) { method: 'delete' }); } + +// 修改物料信息 +export function updateProductAttached(data) { + return request({ + url: '/wms/attached', + method: 'put', + data: data + }); +} diff --git a/src/views/wms/product/index.vue b/src/views/wms/product/index.vue index 5b00c479..a8fa9e8b 100644 --- a/src/views/wms/product/index.vue +++ b/src/views/wms/product/index.vue @@ -62,6 +62,18 @@ >修改 + + 修改附属属性 + 同步物料工艺 + >同步物料工艺