| | |
| | | txt_fromFcode.getSuppler(""); |
| | | this.txt_invFcode.EditChanged += (s, e) => |
| | | { |
| | | txt_fstockoutorgidNo.Text = txt_invFcode.GetOrgName(); |
| | | txt_fowneroutidhead.Text = txt_invFcode.GetOrgId(); |
| | | var _obj = new |
| | | { |
| | | currentPage = 1, |
| | |
| | | { |
| | | MsgHelper.Warning("提示:" + ex.Message); |
| | | } |
| | | }; |
| | | this.txt_fromFcode.EditChanged += (s, e) => { |
| | | txt_fstockorgidNo.Text = txt_fromFcode.GetOrgName(); |
| | | txt_fowneridhead.Text = txt_fromFcode.GetOrgId(); |
| | | }; |
| | | } |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | |
| | | string _inRkId = txt_fromFcode.GetId();//入 |
| | | if (string.IsNullOrEmpty(_inCkId)) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择工单!"); |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择出货仓库!"); |
| | | txt_invFcode.Focus(); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(_inRkId)) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择仓库!"); |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择收货仓库!"); |
| | | txt_fromFcode.Focus(); |
| | | return; |
| | | } |
| | |
| | | }; |
| | | toolBarMenu1.guidKey = ""; |
| | | string rowGuid, rowName; |
| | | (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_billno, gridView1, "blNo"); |
| | | (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_billno, gridView1, "billno"); |
| | | if (string.IsNullOrEmpty(rowGuid)) |
| | | { |
| | | MsgHelper.Warning("请先选择你要操作的行!"); |
| | |
| | | if (e.Button.Index == 0) |
| | | { |
| | | var dr = gvMx1.GetDataRow(rowhandle); |
| | | var mxGuid = dr["guid"].ToString(); |
| | | var mxGuid = dr["id"].ToString(); |
| | | if (!MsgHelper.AskQuestion("你选择了1条数据,确定删除吗?")) |
| | | return; |
| | | if (string.IsNullOrEmpty(mxGuid)) |