WMS/WMS/UI/WORK/taskChild.cs
@@ -62,6 +62,12 @@ if (dataGridView1.Columns[e.ColumnIndex].Name == "retry") { int i = dataGridView1.CurrentRow.Index; if (dataGridView1.Rows[i].Cells["taskId"].Value == null) { WMS.EnumDefine.messages ms = new WMS.EnumDefine.messages(2, "任务号不能为空"); ms.Show(); return; } string taskId = dataGridView1.Rows[i].Cells["taskId"].Value.ToString(); string sourcePlace = dataGridView1.Rows[i].Cells["sourcePlace"].Value.ToString(); string toPlace = dataGridView1.Rows[i].Cells["toPlace"].Value.ToString();