From 87f7f7a7588e926c6535eea2910ae98ca4101994 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 29 八月 2023 18:52:49 +0800 Subject: [PATCH] 采购 添加 列表编辑 子段补充,联调 --- src/api/purchaseManage/purchase.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/purchaseManage/purchase.js b/src/api/purchaseManage/purchase.js index e5d6a67..446980d 100644 --- a/src/api/purchaseManage/purchase.js +++ b/src/api/purchaseManage/purchase.js @@ -95,3 +95,19 @@ data }) } +// 鏂板缓閲囪喘绫诲瀷 +export function savePurchaseType(data) { + return request({ + url: "/api/purchase/purchaseType", + method: "post", + data + }) +} +// 鑾峰彇閲囪喘绫诲瀷 +export function getPurchaseType(data) { + return request({ + url: "/api/purchase/purchaseTypeList", + method: "get", + data + }) +} \ No newline at end of file -- Gitblit v1.8.0