From ecdabfb38145838737ba1286feb97cf34ad21ffd Mon Sep 17 00:00:00 2001 From: SoulStar Date: Thu, 21 May 2026 18:51:53 +0800 Subject: [PATCH] =?UTF-8?q?debug=20-=20=E5=81=9C=E6=AD=A2=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=86=99=E5=85=A5=E7=9B=AE?= =?UTF-8?q?=E6=A0=87epc=E5=8E=BB0=E5=A4=84=E7=90=86=E5=8F=96=E6=B6=88=20fe?= =?UTF-8?q?at=20-=20=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84MES=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E5=B9=B6=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SlnMesnac.Model/domain/MesOrderInfo.cs | 4 +++ SlnMesnac.WPF/Page/IndexPage/ChangeType.xaml | 3 ++- .../IndexPage/ChangeTypeViewModel.cs | 25 +++++++++++-------- .../IndexPage/ProductionLineViewModel.cs | 23 ++++++++++++++--- 4 files changed, 40 insertions(+), 15 deletions(-) diff --git a/SlnMesnac.Model/domain/MesOrderInfo.cs b/SlnMesnac.Model/domain/MesOrderInfo.cs index b339522..4e9e040 100644 --- a/SlnMesnac.Model/domain/MesOrderInfo.cs +++ b/SlnMesnac.Model/domain/MesOrderInfo.cs @@ -30,6 +30,10 @@ namespace SlnMesnac.Model.domain public double PlanQty { get; set; } [JsonPropertyName("NextProductNo")] public int NextProductNo { get; set; } + [JsonPropertyName("PlanState")] + public string PlanState { get; set; } + [JsonPropertyName("PlanStateName")] + public string PlanStateName { get; set; } public DateTime InsertDate { get; set; } } diff --git a/SlnMesnac.WPF/Page/IndexPage/ChangeType.xaml b/SlnMesnac.WPF/Page/IndexPage/ChangeType.xaml index 1c22228..699cccb 100644 --- a/SlnMesnac.WPF/Page/IndexPage/ChangeType.xaml +++ b/SlnMesnac.WPF/Page/IndexPage/ChangeType.xaml @@ -156,7 +156,8 @@ - + +