| | |
| | | private List<FilterEntity> _filterList = new List<FilterEntity>(); |
| | | private readonly string _webServiceName = "MesQmCheckitemManager/"; |
| | | public string strType = "";//iqc type |
| | | public decimal dfValue = 1; //iqc的样品数量默认5,否则1 |
| | | public decimal dfValue = 1; //iqc的样品数量默认5,否则看下面 |
| | | private string dftSsampleSizeName = "GB/T2828.1-2012/ISO";//默认 |
| | | private string dftSsampleSizeNo = "GB/T2828.1-2012/ISO";//默认 |
| | | private string dftFcheckLevel = "2.一般检验水平(II)";//默认检验水平 |
| | |
| | | if (strType == QcSeason.iqc.ToString()) |
| | | dfValue = 5; |
| | | if (strType == QcSeason.fqc.ToString()) |
| | | { |
| | | dfValue = 0; |
| | | gvMx1.Columns["ypsl"].Visible = false; |
| | | } |
| | | if (strType == QcSeason.ipqc首检.ToString()) |
| | | { |
| | | dfValue = 0; |
| | | gvMx1.Columns["ypsl"].Visible = false; |
| | | gvMx1.Columns["funit"].Visible = true; |
| | | gvMx1.Columns["funit"].VisibleIndex = 13; |
| | | } |
| | | //如果是ipqc巡检,显示工位 |
| | | if (strType != QcSeason.ipqc巡检.ToString()) |
| | | { |
| | |
| | | stationName = row["stationName"].ToString(), |
| | | FcheckType = row["FcheckType"].ToString(), |
| | | isRzxx = _isRzxx, |
| | | Funit = row["funit"].ToString(), |
| | | }); |
| | | } |
| | | } |