222
schangxiang@126.com
2025-09-02 ac4209926b9d911988be67a8957d5a7a53ec2ce8
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();