schangxiang@126.com
2025-09-01 f46c5309cfdc15a07e63ef6fea281f4ee6830582
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();