| | |
| | | txt_fSalesManIDTxt.Text = txt_salesId.GetSalesUserName(); |
| | | txt_fCustomerIDTxt.Text = txt_salesId.GetSalesCusName(); |
| | | txt_fSaleOrgIdTxt.Text = txt_salesId.GetSalesOrgName(); |
| | | txt_fSaleOrgIdTxt.Text = txt_salesId.GetSalesOrgName(); |
| | | txt_shf.Text = txt_salesId.GetSalesShf(); |
| | | txt_shName.Text = txt_salesId.GetSalesShfName(); |
| | | System.Text.StringBuilder sbWhere = new System.Text.StringBuilder(); |
| | | var _obj = new PageQueryModel(1, 999999, "item_no", "asc", "", sbWhere.ToString(), _sqGuid); |
| | | var json = JsonConvert.SerializeObject(_obj); |
| | |
| | | MsgHelper.Warning("提示:" + ex.Message); |
| | | } |
| | | }; |
| | | |
| | | //gridView1.FocusedRowChanged += (s, e) => |
| | | //{ |
| | | |
| | | // if (gridView1.GetSelectedRows() != null) |
| | | // { |
| | | // var selectedRow = gridView1.GetSelectedRows()[0]; // 获取第一个选中行的索引 |
| | | // var checkStatus = gridView1.GetRowCellValue(selectedRow, "guid").ToString(); // 获取指定列的值 |
| | | // getModel(checkStatus); |
| | | // } |
| | | //}; |
| | | } |
| | | private void GridView1_ColumnFilterChanged(object sender, EventArgs e) |
| | | { |
| | |
| | | if (string.IsNullOrEmpty(_msl)) |
| | | { |
| | | MsgHelper.ShowError("数量不能为空!"); |
| | | return; |
| | | } |
| | | if (string.IsNullOrEmpty(row["YjfhDate"].ToString())) |
| | | { |
| | | MsgHelper.ShowError("预计发货时间不能为空!"); |
| | | return; |
| | | } |
| | | _obj.list.Add(new |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |