| | |
| | | { |
| | | Guid = _guid, |
| | | BatchQty = GetRowString(row, "batchQty"), // 批次数量 |
| | | GfRkqty = GetRowString(row, "gfRkqty"), // 合格入库数 |
| | | LfRkqtyz = GetRowString(row, "lfRkqty"), // 临放入库数 |
| | | //GfRkqty = GetRowString(row, "gfRkqty"), // 合格入库数 |
| | | //LfRkqtyz = GetRowString(row, "lfRkqty"), // 临放入库数 |
| | | HandResult = GetRowString(row, "handResult"), // 选别意见 |
| | | ChooseType = GetRowString(row, "chooseType"), // 异常类别 |
| | | Process = GetRowString(row, "process", "processName", "processDesc", "processWay", "gs003"), // 退料方式 |
| | | Process = GetRowString(row, "process"), // 退料方式 |
| | | |
| | | }); |
| | | } |