From 8658c02633f9746781d2e6f5da9998eef8c0e0a7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 28 十月 2022 16:31:52 +0800
Subject: [PATCH] 动态列(点检项目、维修项目、维修检验项目、保养项目、产品与器具清单及维护、工作中心、工序、生产资源、生产班组、不良原因、故障原因、检验项目、检验项目分类、工序工价及维护、系统上机日志查询、系统参数查询、系统模块信息查询、系统单据类型、会计期间、公告信息维护)

---
 BaseSet/公用资料/其他基础资料/Gy_ProcPrice.cs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProcPrice.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProcPrice.cs"
index 29b90f1..a0d4391 100644
--- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProcPrice.cs"
+++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProcPrice.cs"
@@ -736,18 +736,6 @@
         private void cmdHCusID_Click(object sender, EventArgs e)
         {
             BLL.ClsBaseSelect_InterFace.SetTextByProc(txtHProcID,txtHProcName);
-            //DAL.ClsGy_Process_View oProc = new DAL.ClsGy_Process_View();
-            //if (oProc.RefreshView())
-            //{
-            //    txtHProcID.Tag = oProc.oModel.HItemID;
-            //    txtHProcID.Text = oProc.oModel.HNumber;
-            //    txtHProcName.Text = oProc.oModel.HName;
-            //}
-            //else
-            //{
-            //    txtHProcID.Text = "";
-            //    txtHProcName.Text = "";
-            //}
         }
         private void cmdHDeptID_Click(object sender, EventArgs e)
         {

--
Gitblit v1.9.1