| | |
| | | txt_ftype.Text = strType; |
| | | if (strType == QcSeason.iqc.ToString()) |
| | | dfValue = 5; |
| | | if (strType == QcSeason.fqc.ToString()) |
| | | dfValue = 999; |
| | | //如果是ipqc巡检,显示工位 |
| | | if (strType != QcSeason.ipqc巡检.ToString()) |
| | | { |
| | | gvMx1.Columns["stationName"].Visible = false; |
| | | } |
| | | //如果是ipqc首检,显示认证 |
| | | if (strType != QcSeason.ipqc首检.ToString()) |
| | | { |
| | | gvMx1.Columns["isRzxx"].Visible = false; |
| | | } |
| | | //新行初始值 |
| | | this.gvMx1.InitNewRow += (s, e) => |
| | |
| | | } |
| | | if (string.IsNullOrEmpty(row["ypsl"].ToString())) |
| | | { |
| | | MsgHelper.ShowError("样品数量平不能为空!"); |
| | | MsgHelper.ShowError("样品数量不能为空!"); |
| | | return; |
| | | } |
| | | string _Fstand = row["Fstand"].ToString(); |