| | |
| | | _row["remark"] = dym.remark; |
| | | _row["orderNo"] = dym.orderNo; //序号 |
| | | _row["kcQty"] = dym.kcQty; //库存数量 |
| | | _row["depotId"] = dym.depotId; //库存数量 |
| | | _row["depotName"] = dym.depotName; //库存数量 |
| | | _Table.Rows.Add(_row); |
| | | } |
| | | gcMx1.BindingContext = new BindingContext(); |
| | |
| | | }; |
| | | //源单事件 |
| | | txt_fHasLinkRad.SelectedIndex = 0; |
| | | layItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | layItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | //layItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | layItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; |
| | | setSrm(); |
| | | txt_fHasLinkRad.SelectedIndexChanged += (s, e) => |
| | | { |
| | | setSrm(); |