| | |
| | | gridViews.Add(gvMx1); |
| | | UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); |
| | | this.ucUpFileList1.pGuid = ""; |
| | | } |
| | | /// <summary> |
| | | /// 修改事件 |
| | |
| | | string _txt_lineId = txt_lineId.GetId(); |
| | | string _txt_itemId = txt_itemId.Text.Trim(); |
| | | string _txt_remarks = txt_remarks.Text.Trim(); |
| | | string _txt_workNo = txt_workNo.GetCode(); |
| | | string _txt_workNo = ""; |
| | | string _txt_epTag = txt_epTag.Text.Trim(); |
| | | string _txt_fzrId = txt_fzrId.GetId(); |
| | | string _txt_fzrId = ""; |
| | | string _txt_msg = txt_msg.TextTxt; |
| | | string _txt_fmanageNo = txt_fmanageNo.Text.Trim(); |
| | | string _txt_lotNo2 = txt_lotNo2.Text.Trim(); |
| | |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("产线不能为空!"); |
| | | txt_lineId.Focus(); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(_txt_itemId.Trim())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("产品不能为空!"); |
| | | txt_itemId.Focus(); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(_txt_itemId.Trim())) |