111
tjx
2025-10-15 60269e43ce90eab455e1a17f2e3bf1dd615379c2
111
已修改1个文件
6 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
@@ -260,11 +260,11 @@
                    {
                        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"),        // 退料方式
                    });
                }