From 395857b78cadf7e75f3a4219334290f279339358 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 07 九月 2023 13:02:19 +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