| | |
| | | } |
| | | }; |
| | | #endregion |
| | | this.txt_fInDepartment.getSuppler(""); |
| | | this.txt_fOutDepartment.getSuppler(""); |
| | | } |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |
| | |
| | | string dblx = txt_ftranstype.Text.ToString(); |
| | | string dchzlx = txt_fOwnerTypeIdHead.Text.ToString(); |
| | | string drhzlx = txt_fOwnerTypeInIdHead.Text.ToString(); |
| | | string inDe = txt_fInDepartment.GetId().ToString(); |
| | | string outDe = txt_fOutDepartment.GetId().ToString(); |
| | | //if (txt_fBillTypeID.SelectedIndex <= 0) |
| | | //{ |
| | | // Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!"); |
| | |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择申请组织!"); |
| | | txt_fapporgid.Focus(); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(inDe)) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择调入部门!"); |
| | | txt_fInDepartment.Focus(); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(outDe)) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择调出部门!"); |
| | | txt_fOutDepartment.Focus(); |
| | | return; |
| | | } |
| | | //if (txt_fOwnerTypeIdHead.SelectedIndex <= 0) |
| | |
| | | dchzlx = dchzlx,//调出货主类型 |
| | | drhzlx = drhzlx,//调入货主类型 |
| | | inRemark = txt_fRemarks.Text.Trim(),//备注 |
| | | outDe = outDe, |
| | | inDe = inDe, |
| | | list = new List<dynamic>(), |
| | | }; |
| | | gvMx1.CloseEditor(); |