From 612f93dba4a45edea9d0300a1977e66fe7ce355f Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 26 八月 2022 16:41:15 +0800
Subject: [PATCH] WEBAPI采购入库上传方法增加递入组织、制单人

---
 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