From 63610047f4921b0bdcb0042f54c5197b62746446 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 15 八月 2023 14:28:42 +0800
Subject: [PATCH] 异常工时申请单:添加子表重复校验,子表做颜色区分,子表单元格根据宽度隐藏内容,取消分页,添加合计行,根据职员带出工作中,取消上一行下一行
---
DAL/源单/金蝶源单/Cls_S_K3_ProdInBillList2.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/DAL/\346\272\220\345\215\225/\351\207\221\350\235\266\346\272\220\345\215\225/Cls_S_K3_ProdInBillList2.cs" "b/DAL/\346\272\220\345\215\225/\351\207\221\350\235\266\346\272\220\345\215\225/Cls_S_K3_ProdInBillList2.cs"
index 9b4f427..0dcae4d 100644
--- "a/DAL/\346\272\220\345\215\225/\351\207\221\350\235\266\346\272\220\345\215\225/Cls_S_K3_ProdInBillList2.cs"
+++ "b/DAL/\346\272\220\345\215\225/\351\207\221\350\235\266\346\272\220\345\215\225/Cls_S_K3_ProdInBillList2.cs"
@@ -14,10 +14,10 @@
{
base.ViewName = "h_v_Kf_ProductInBillList_K3";
base.mvarReportTitle = "KD浜у搧鍏ュ簱鍗�";
- base.mvarItemKey = "2";
+ base.mvarItemKey = "1202";
base.sCondtion = " ";
base.sOrderSql = " order by 鍗曟嵁鍙� desc ";
- base.sKeyCol = "閮ㄩ棬";
+ base.sKeyCol = "";
//base.ViewName = "h_v_Kf_ProductInBillList_K3";
//base.mvarReportTitle = "KD浜у搧鍏ュ簱鍗�";
--
Gitblit v1.9.1