From 7d98953b03a72f9ae759c32e1c94653733fb3d94 Mon Sep 17 00:00:00 2001
From: "506583276@qq.com" <506583276@qq.com>
Date: Tue, 28 Nov 2023 20:31:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=83=A8=E5=88=86=E5=88=B0?=
=?UTF-8?q?=E8=B4=A7=E4=BB=BB=E5=8A=A1=E6=89=93=E5=8D=B0,=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E9=AA=8C=E6=94=B6=E6=98=BE=E7=A4=BA=E9=85=8D=E4=BB=B6?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=95=8C=E9=9D=A2,=E5=BE=85=E6=8E=92?=
=?UTF-8?q?=E5=8D=95=E8=AE=BE=E7=BD=AE=E5=A5=BD=E7=9B=B4=E6=8E=A5=E6=89=93?=
=?UTF-8?q?=E5=8D=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../APIServices/QiKu/PackDetailService.cs | 5 +-
.../APIServices/QiKu/PackTaskAbortService.cs | 14 ++
.../PackTask/SetPackDetailV2Response.cs | 34 +++
.../PackTask/PackDetailViewModel.cs | 54 +++-
.../PackTask/WareHouseListViewModel.cs | 44 ++--
.../QualityTask/QualityViewModel.cs | 70 +++---
.../Views/PackTask/PackDetailWindow.xaml | 30 +--
.../Views/PackTask/PackDetailWindow.xaml.cs | 58 +++--
.../Views/PackTask/WareHouseListControl.xaml | 46 +++-
.../PackagingTask/PrintPackDetailWindow.xaml | 56 +++++
.../PrintPackDetailWindow.xaml.cs | 131 ++++++++++
.../SomeArrival/PrintSomeArrivalWindow.xaml | 97 ++++++++
.../PrintSomeArrivalWindow.xaml.cs | 230 ++++++++++++++++++
.../Views/SomeArrival/SomeArrivalWindow.xaml | 46 ++++
.../SomeArrival/SomeArrivalWindow.xaml.cs | 62 +++++
.../SplitTask/PrintExceptionTaskWindow.xaml | 4 -
.../PrintExceptionTaskWindow.xaml.cs | 9 +-
17 files changed, 881 insertions(+), 109 deletions(-)
create mode 100644 BBWY.Client/Models/APIModel/Response/PackTask/SetPackDetailV2Response.cs
create mode 100644 BBWY.Client/Views/PackagingTask/PrintPackDetailWindow.xaml
create mode 100644 BBWY.Client/Views/PackagingTask/PrintPackDetailWindow.xaml.cs
create mode 100644 BBWY.Client/Views/SomeArrival/PrintSomeArrivalWindow.xaml
create mode 100644 BBWY.Client/Views/SomeArrival/PrintSomeArrivalWindow.xaml.cs
create mode 100644 BBWY.Client/Views/SomeArrival/SomeArrivalWindow.xaml
create mode 100644 BBWY.Client/Views/SomeArrival/SomeArrivalWindow.xaml.cs
diff --git a/BBWY.Client/APIServices/QiKu/PackDetailService.cs b/BBWY.Client/APIServices/QiKu/PackDetailService.cs
index 3fb6ce2f..98f383f6 100644
--- a/BBWY.Client/APIServices/QiKu/PackDetailService.cs
+++ b/BBWY.Client/APIServices/QiKu/PackDetailService.cs
@@ -1,4 +1,5 @@
using BBWY.Client.Models;
+using BBWY.Client.Models.APIModel;
using BBWY.Client.Models.APIModel.Response.PackTask;
using BBWY.Common.Http;
using BBWY.Common.Models;
@@ -35,9 +36,9 @@ namespace BBWY.Client.APIServices
///
///
///
- public ApiResponse