From 0f72c941f402f624cc6b5d364724d08d6f60dfc3 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 07 十一月 2023 11:05:11 +0800
Subject: [PATCH] 工厂日历 产线查询 斯莫尔单品过站 不良采集 优化 不良类型查询
---
WarM/仓库管理/Kf_MoveStockRequestBillList.cs | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git "a/WarM/\344\273\223\345\272\223\347\256\241\347\220\206/Kf_MoveStockRequestBillList.cs" "b/WarM/\344\273\223\345\272\223\347\256\241\347\220\206/Kf_MoveStockRequestBillList.cs"
index f8c65f3..6c3972f 100644
--- "a/WarM/\344\273\223\345\272\223\347\256\241\347\220\206/Kf_MoveStockRequestBillList.cs"
+++ "b/WarM/\344\273\223\345\272\223\347\256\241\347\220\206/Kf_MoveStockRequestBillList.cs"
@@ -933,8 +933,31 @@
sDlgWhere = "";
}
-
+ private void label1_Click(object sender, EventArgs e)
+ {
-
+ }
+
+ private void btnTB_Click(object sender, EventArgs e)
+ {
+ SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
+ DataSet DS = oCn.RunProcReturn("exec h_p_WMS_ERPSourceBillToLocal '" + txtHBillNo2.Text.Trim() + "','" + ModName + "'", "h_p_WMS_ERPSourceBillToLocal");
+ if (DS == null)
+ {
+ MessageBox.Show("鍚屾鍗曟嵁澶辫触锛�");
+ }
+ else
+ {
+ if (DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HBack"]) == "2")
+ {
+ MessageBox.Show(DBUtility.ClsPub.isStrNull(DS.Tables[0].Rows[0]["HBackRemark"]));
+ }
+ else
+ {
+ MessageBox.Show("鍚屾鍗曟嵁鎴愬姛锛�");
+ Display();
+ }
+ }
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.1