| | |
| | | public Frm_Womdaa() |
| | | { |
| | | InitializeComponent(); |
| | | //先隐藏4种打印 |
| | | this.splitMx99.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2; |
| | | this.splitMx98.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2; |
| | | this.splitMx100.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2; |
| | |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx6); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx7); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx8); |
| | | txt_daa015.getSuppler(""); |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) => |
| | | { |
| | | Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); |
| | |
| | | if (_rtn.rtnCode > 0) |
| | | { |
| | | dynamic dy = _rtn.rtnData; |
| | | string lineId = dy.daa013; |
| | | txt_daa015.getSuppler(txt_daa013.Text.Trim(), lineId); |
| | | //托板码 |
| | | txt_zQty.Text = dy.daa008; |
| | | txt_yQty.Text = dy.yQty; |
| | |
| | | txt_zQty100.Text = dy.daa008; |
| | | txt_yQty100.Text = dy.yQty100; |
| | | txt_kQty100.Text = dy.kQty100; |
| | | |
| | | lbGuid.Text = strGuid; |
| | | List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); |
| | | gvList.Add(gvMx1); |
| | |
| | | txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = txt_yuliang_1.Text = ""; |
| | | txt_iCount_98.Text = txt_kQty98.Text;//追溯码 |
| | | txt_iCount_100.Text = txt_kQty100.Text;//后盖码 |
| | | |
| | | } |
| | | else |
| | | ToolBox.MsgHelper.ShowError("提示:" + _rtn.rtnMsg); |
| | |
| | | + "}"; |
| | | } |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 变更内包装数量 |
| | | /// </summary> |
| | | /// <param name="sender"></param> |
| | | /// <param name="e"></param> |
| | | private void rptTuoBanNbz_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) |
| | | { |
| | | var rowhandle = gvMx2.FocusedRowHandle; |
| | | if (rowhandle < 0) |
| | | return; |
| | | if (e.Button.Index == 0) |
| | | { |
| | | var dr = gvMx2.GetDataRow(rowhandle); |
| | | var mxGuid = dr["guid"].ToString(); |
| | | if (!MsgHelper.AskQuestion("你选择了1条数据,确定变更内包装数量吗?")) |
| | | return; |
| | | var frm = new Frm_WomdaaNbz(mxGuid); |
| | | frm.ShowDialog(); |
| | | } |
| | | } |
| | | } |
| | | } |