From 88e42f94b4974f2cd01db617bcd7c401953e2a11 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 27 三月 2024 15:17:32 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/SRM --- 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