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

---
 SCM/单据资料/Gy_BarCodeMain.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs"
index a8e2955..c7c2e6b 100644
--- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs"
+++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeMain.cs"
@@ -33,6 +33,7 @@
         }
         private void Display()
         {
+           
             StringBuilder whereBuilder = new StringBuilder();
             if (string.IsNullOrEmpty(dateTimePicker1.Text) || string.IsNullOrEmpty(dateTimePicker2.Text))
             {
@@ -60,6 +61,7 @@
             else if(comboBox1.Text=="鏈楠�")
                 whereBuilder.Append(" and c.HMaterName is null");
             var execSql = "exec "+ViewName+" '"+whereBuilder+"'";
+            oWeb.Timeout = 300000;
             DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo);
             //鐢熸垚棣栬鏍囬
             if (DSet == null)

--
Gitblit v1.9.1