| | |
| | | (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, |
| | | lbGuid, txt_itemName, gridView1); |
| | | ucBtnPrint1.guidKey = rowGuid; |
| | | if (string.IsNullOrEmpty(txt_suppNo_1.GetCode())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择供应商!"); |
| | | txt_suppNo_1.Focus(); |
| | | this.ucBtnPrint1.rptParameter = "return false"; |
| | | return; |
| | | } |
| | | //if (string.IsNullOrEmpty(txt_suppNo_1.GetCode())) |
| | | //{ |
| | | // Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择供应商!"); |
| | | // txt_suppNo_1.Focus(); |
| | | // this.ucBtnPrint1.rptParameter = "return false"; |
| | | // return; |
| | | //} |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请输入正确的条码数量!"); |