From 0e6fb6aff05c1f4e9a0c906ce8e7da525fbf8c6a Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 29 十月 2025 11:23:35 +0800
Subject: [PATCH] 惠康 生产领料单校验 扫描源单 获取生产领料单和下游领料单未审核 单据 修改

---
 WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
index b401cba..cccfa28 100644
--- a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
+++ b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
@@ -14,7 +14,7 @@
        public int HPosition_x {set; get;}
        public int HPosition_y {set; get;}
        public string HCheckProc  {set; get;}
-       public short HPageIndex  {set; get;}
+       public string HPageIndex  {set; get;}
        public string HBadReason  {set; get;}
        public string HMaker      {set; get;}
        public DateTime HMakeDate { set; get; }

--
Gitblit v1.9.1