From 7b2a3e95296e04ca69900c46f852f1f078d3e5f6 Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期一, 24 四月 2023 14:10:54 +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