From 28887d8c48fd81c07221173cf817fbd9937ee464 Mon Sep 17 00:00:00 2001
From: shanji <18996038927@163.com>
Date: Wed, 9 Mar 2022 04:17:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=87=87=E8=B4=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../APIServices/PurchaseOrderService.cs | 49 +++++++++++++++
.../ViewModels/Order/OrderListViewModel.cs | 5 ++
.../Purchase/1688PreviewPurchaseViewModel.cs | 61 ++++++++++++++++++-
.../Views/Order/ChoosePurchaseScheme.xaml.cs | 14 ++++-
BBWY.Client/Views/Purchase/1688Purchase.xaml | 3 +-
.../Views/Purchase/1688Purchase.xaml.cs | 13 ++++
6 files changed, 142 insertions(+), 3 deletions(-)
diff --git a/BBWY.Client/APIServices/PurchaseOrderService.cs b/BBWY.Client/APIServices/PurchaseOrderService.cs
index 949a5b7a..e47fd4ab 100644
--- a/BBWY.Client/APIServices/PurchaseOrderService.cs
+++ b/BBWY.Client/APIServices/PurchaseOrderService.cs
@@ -75,5 +75,54 @@ namespace BBWY.Client.APIServices
SaveResponseLog = true
}, null, HttpMethod.Post);
}
+
+ ///
+ /// 创建采购单
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ public ApiResponse