| | |
| | | txt_rkCkId.Focus(); |
| | | return; |
| | | } |
| | | |
| | | if (txt_fcheckResu.Text.Trim() == _strTag && string.IsNullOrEmpty(txt_fngDesc.TextTxt.Trim())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("当检验结果不合格时,请填写备注说明!"); |
| | |
| | | gvList.Add(gvMx1); |
| | | UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit, gvList); |
| | | string strCk = dy.rkCkId; |
| | | txt_rkCkId.getSuppler(txt_tlOrg.Text.Trim(), strCk); |
| | | txt_rkCkId.getSuppler(txt_receiveOrgId.Text.Trim(), strCk); |
| | | setEable(isEdit); |
| | | txtQuantity.Text = dy["fbatchQty"].ToString(); |
| | | txt_kQty.Text = dy["kdy"].ToString(); |
| | |
| | | } |
| | | } |
| | | else |
| | | ToolBox.MsgHelper.Warning("提示:" + _rtn.rtnMsg); |
| | | ToolBox.MsgHelper.ShowError("提示:" + _rtn.rtnMsg); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | ToolBox.MsgHelper.Warning("提示:" + ex.Message); |
| | | ToolBox.MsgHelper.ShowError("提示:" + ex.Message); |
| | | } |
| | | |
| | | } |