From cab6ab717f0f799c86cc7cb6aefbb73640208cd0 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 14 十一月 2023 16:40:43 +0800 Subject: [PATCH] 查看页面编辑产品时图片无法修改 --- src/api/overview/overview.js | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/api/overview/overview.js b/src/api/overview/overview.js index 2420df3..65e2ceb 100644 --- a/src/api/overview/overview.js +++ b/src/api/overview/overview.js @@ -81,7 +81,14 @@ id }) } - +// 鍙栨秷-鐘舵�� +export function stateCancel(id) { + return request({ + url: `/api-wms/v1/operation/cancel/${id}`, + method: "put", + id + }) +} // 鑾峰彇浣嶇疆鍒楄〃 export function getLocationList(data) { return request({ @@ -99,3 +106,12 @@ data }) } + +// 鑾峰彇鐗╂祦鍏徃淇℃伅 +export const getLogisticCompanyList = (data) => { + return request({ + url: "/api-wms/v1/operation/getLogisticCompanyList", + method: "get", + params: data + }) +} \ No newline at end of file -- Gitblit v1.8.0