From 001b98d5ee64e0778d4bec7b748eae4584eebaa5 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期六, 26 六月 2021 15:04:46 +0800 Subject: [PATCH] 增加选工序功能 --- SCM/单据资料/Gy_BarCodeDetailList.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_BarCodeDetailList.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.cs" index 50ddeec..a501eab 100644 --- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.cs" +++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.cs" @@ -47,6 +47,7 @@ } private void Display() { + StringBuilder whereBuilder = new StringBuilder(); if (string.IsNullOrEmpty(dateTimePicker1.Text) || string.IsNullOrEmpty(dateTimePicker2.Text)) { @@ -96,6 +97,7 @@ orderBy = " order by c.HBatchNo desc"; } string execSql = "exec "+ViewName+" '"+whereBuilder+"','"+orderBy+"'"; + oWeb.Timeout = 300000; DataSet DSet = oWeb.getDataSetBySQL(execSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //鐢熸垚棣栬鏍囬 if (DSet == null) -- Gitblit v1.9.1