From a1eb3642627b7534da64891c49a4139b1fda957d Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期六, 30 三月 2024 13:38:25 +0800 Subject: [PATCH] 采购管理替换接口 --- src/api/purchaseManage/purchase.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/api/purchaseManage/purchase.js b/src/api/purchaseManage/purchase.js index 6e1941b..19c132b 100644 --- a/src/api/purchaseManage/purchase.js +++ b/src/api/purchaseManage/purchase.js @@ -105,8 +105,8 @@ // 纭閲囪喘鍗� export function newSubmitPurchase(data) { return request({ - url: "/api/purchase/newSubmit/"+data, - method: "get", + url: "/api/purchase/newSubmit", + method: "post", data }) } @@ -179,3 +179,11 @@ data }) } +// 鍏ㄩ儴鍚堟牸鍏ュ簱 +export function allProductInWarehouse(data) { + return request({ + url: "/api/purchase/allProductInWarehouse", + method: "post", + data + }) +} -- Gitblit v1.8.0