From 63610047f4921b0bdcb0042f54c5197b62746446 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 15 八月 2023 14:28:42 +0800
Subject: [PATCH] 异常工时申请单:添加子表重复校验,子表做颜色区分,子表单元格根据宽度隐藏内容,取消分页,添加合计行,根据职员带出工作中,取消上一行下一行

---
 WebAPI/Models/ClsGy_Material_Model.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Material_Model.cs b/WebAPI/Models/ClsGy_Material_Model.cs
index 01beea3..7271bc3 100644
--- a/WebAPI/Models/ClsGy_Material_Model.cs
+++ b/WebAPI/Models/ClsGy_Material_Model.cs
@@ -42,6 +42,11 @@
         public int HUSEORGID;
         public int HERPItemID;
         public int HCREATEORGID;
+        public int HBatchManager;
+        public string HOldMaterNumber;
+        public double HWidth; //骞呭
+        public double HWeight; //鍏嬮噸
+        public string HColorRemark; //鏌撹壊瑕佹眰
 
         public int HSALEUNITID; //閿�鍞閲忓崟浣�(gy_unit)
         public int HSALEPRICEUNITID; //閿�鍞浠疯閲忓崟浣�(gy_unit)

--
Gitblit v1.9.1