diff --git a/src/api/wms/product.js b/src/api/wms/product.js index 9a8a974..f580eb9 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 5b00c47..a8fa9e8 100644 --- a/src/views/wms/product/index.vue +++ b/src/views/wms/product/index.vue @@ -62,6 +62,18 @@ >修改 + + 修改附属属性 + 同步物料工艺 + >同步物料工艺