| | |
| | | string fGxDianJian = "G002:电检"; |
| | | string fGxShouJian = "G003:水检"; |
| | | string fGxZhongJian = "G004:终检"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | /// <param name="_fBc">班次</param> |
| | | /// <param name="_strinOther">目前为电检路径</param> |
| | | /// <param name="chkWater">是否水检</param> |
| | | public Frm_Work01(string _fGx, string _fBc, string _strinOther,int chkWater=0) |
| | | public Frm_Work01(string _fGx, string _fBc, string _strinOther, int chkWater = 0) |
| | | { |
| | | InitializeComponent(); |
| | | try |
| | |
| | | }; |
| | | btnBad.Click += (s, e) => |
| | | { |
| | | string _collectGuid =""; |
| | | int idx = tabMx.SelectedTabPageIndex; |
| | | if (idx > 0) |
| | | { |
| | | Toast vm = new Toast(-1, "~已帮你切换到【良品明细】,请重新操作~"); |
| | | vm.Show(); |
| | | tabMx.SelectedTabPageIndex = 0; |
| | | return; |
| | | } |
| | | string _collectGuid = ""; |
| | | string _collCode = ""; |
| | | var dr = gvMx1.GetFocusedDataRow(); |
| | | if (dr == null || string.IsNullOrEmpty(dr["guid"].ToString())) |