|
|
@ -412,7 +412,7 @@ namespace InjectionPC |
|
|
|
DataTable baddt = badBLL.SearchByCode(txtScanBarCode.Text.Trim()); //bad 表
|
|
|
|
if (baddt != null && baddt.Rows.Count > 0) |
|
|
|
{ |
|
|
|
MessageBox.Show("请产品已做过报废处理!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information); |
|
|
|
MessageBox.Show("该产品已做过报废处理!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information); |
|
|
|
reason = ""; |
|
|
|
txtScanBarCode.Text = ""; |
|
|
|
txtScanBarCode.TabIndex = 0; |
|
|
|