From cd340c98f5a6481f8ab1931ef786e8c020589fcb Mon Sep 17 00:00:00 2001 From: zrg <z1873@LAPTOP-EAVL132E> Date: 星期一, 09 六月 2025 12:45:23 +0800 Subject: [PATCH] 报工台按钮优化,若没设置按钮,就显示管理员绑定按钮 --- WebAPI/Models/QC_POStockInCheckBill.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WebAPI/Models/QC_POStockInCheckBill.cs b/WebAPI/Models/QC_POStockInCheckBill.cs index 76a2ea4..bcb068a 100644 --- a/WebAPI/Models/QC_POStockInCheckBill.cs +++ b/WebAPI/Models/QC_POStockInCheckBill.cs @@ -20,18 +20,18 @@ public long HCheckFlowID { get; set; } public string HRemark { get; set; } public string HBacker { get; set; } - public DateTime HBackDate { get; set; } + //public DateTime HBackDate { get; set; } public string HBackRemark { get; set; } public string HChecker { get; set; } - public DateTime HCheckDate { get; set; } + //public DateTime HCheckDate { get; set; } public string HMaker { get; set; } - public DateTime HMakeDate { get; set; } + //public DateTime HMakeDate { get; set; } public string HUpDater { get; set; } - public DateTime HUpDateDate { get; set; } + //public DateTime HUpDateDate { get; set; } public string HCloseMan { get; set; } - public DateTime HCloseDate { get; set; } + //public DateTime HCloseDate { get; set; } public string HDeleteMan { get; set; } - public DateTime HDeleteDate { get; set; } + //public DateTime HDeleteDate { get; set; } public string HMainSourceBillType { get; set; } public long HMainSourceInterID { get; set; } public long HMainSourceEntryID { get; set; } -- Gitblit v1.9.1