From 3af70533501f4138536ba01edb4f02a3a8d69f6a Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 30 三月 2024 14:29:04 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into dev
---
src/api/sales/salesDetails.js | 65 ++++++++++++++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/src/api/sales/salesDetails.js b/src/api/sales/salesDetails.js
index 642dc67..65faa26 100644
--- a/src/api/sales/salesDetails.js
+++ b/src/api/sales/salesDetails.js
@@ -24,6 +24,14 @@
data
})
}
+// 淇敼閿�鍞槑缁嗙姸鎬�
+export function updateStatus(data) {
+ return request({
+ url: "/api/salesDetails/updateStatus",
+ method: "post",
+ data
+ })
+}
// 鏇存柊閿�鍞槑缁�
export function getUpdateSalesDetails(data) {
return request({
@@ -32,3 +40,60 @@
data
})
}
+// 鑾峰彇浜у搧/搴撳瓨淇℃伅
+export function getProductInventoryInfo(number) {
+ return request({
+ url: `/api/salesDetails/getProductInventoryInfo/${number}`,
+ method: "get"
+ })
+}
+// 鑾峰彇鍒堕�犱俊鎭�
+export function getProductOrderInfo(number) {
+ return request({
+ url: `/api/product/getProductOrderInfo/${number}`,
+ method: "get"
+ })
+}
+// 娣诲姞閿�鍞槑缁�
+export function getProjectList(data) {
+ return request({
+ url: "/api/salesDetails/getApsProjectList",
+ method: "get",
+ data
+ })
+}
+// 鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌aps椤圭洰妯″潡 / 纭鎻愪氦
+export function sendSalesDetailsToOtherSystem(data) {
+ return request({
+ url: "/api/salesDetails/sendSalesDetailsToOtherSystem",
+ method: "post",
+ data
+ })
+}
+
+// 浜у搧鍏ュ簱淇℃伅
+export function getDeliveryPrepareInfo(data) {
+ return request({
+ url: "/api/salesDetails/getDeliveryPrepareInfo",
+ method: "post",
+ data
+ })
+}
+
+// 纭鍙戣揣
+export function confirmOutput(data) {
+ return request({
+ url: "/api/salesDetails/confirmOutput",
+ method: "post",
+ data
+ })
+}
+// 纭鍙戣揣瀹屾垚
+export function confirmOutputOver(data) {
+ return request({
+ url: "/api/salesDetails/confirmOutputOver",
+ method: "post",
+ data
+ })
+}
+
--
Gitblit v1.8.0