From 3288b2b8696e0dce5bb8f7f75b1794c602406316 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 19 四月 2024 15:36:47 +0800 Subject: [PATCH] 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