From 001b98d5ee64e0778d4bec7b748eae4584eebaa5 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期六, 26 六月 2021 15:04:46 +0800
Subject: [PATCH] 增加选工序功能

---
 SCM/报表/Qk_OutProcessList.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/SCM/\346\212\245\350\241\250/Qk_OutProcessList.cs" "b/SCM/\346\212\245\350\241\250/Qk_OutProcessList.cs"
index 23b28d8..976c9d8 100644
--- "a/SCM/\346\212\245\350\241\250/Qk_OutProcessList.cs"
+++ "b/SCM/\346\212\245\350\241\250/Qk_OutProcessList.cs"
@@ -66,6 +66,7 @@
             var execSql = "select min(a.HDate) 璧峰鏃堕棿,max(a.HDate) 鎴嚦鏃堕棿,b.HName 宸ュ簭鍚嶇О,c.HName 鐝粍鍚嶇О,d.HName 姹囨姤浜�,convert(decimal(18,2), sum(a.HQty)) 鍚堣姹囨姤鏁伴噺,convert(decimal(18,2),sum(b.HFixPrice * a.HQty )) 鍚堣宸ヨ祫 " +
                 " from Sc_StationOutBillMain a left join Gy_Process b on a.HProcID = b.HItemID Left join Gy_Group c on a.HGroupID = c.HItemID left join Gy_Employee d on a.HEmpID = d.HItemID " +
                 "where 1=1 " + strBuilder.ToString() + " group by b.HName,c.HName,d.HName";
+            oWeb.Timeout = 300000;
             DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
             //鐢熸垚棣栬鏍囬
             if (DSet == null)

--
Gitblit v1.9.1