xwt
7 天以前 47b376ae5476c38d9fdbc5b5ab07e70b8ae6a302
StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs
@@ -741,12 +741,9 @@
    {
        switch (iqcStatus)
        {
            case "退货":
                return "3";
            case "特采/让步使用":
            case "待判":
                return "1";
            case "挑选/返工使用":
                return "2";
            default:
                return "0"; // 默认值
        }