zhanghonglin
5 天以前 96a94a59c08f55712ba04eb413e7f61739f11f66
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ZXJ/ZXJJob.cs
@@ -15,6 +15,7 @@
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Common.WeightThicknessEnum;
using WIDESEAWCS_Communicator;
using WIDESEAWCS_Core.Helper;
using WIDESEAWCS_ISystemServices;
@@ -206,11 +207,11 @@
                            if (a == 1 && b == 1 && c == 1 && d == 1 && e == 1 && f == 1 && g == 1 && h == 1)
                            {
                                dt_thickness.qualified = 1;
                                dt_thickness.qualified = (int)WeightThicknessEnum.yes;
                            }
                            else
                            {
                                dt_thickness.qualified = 0;
                                dt_thickness.qualified = (int)WeightThicknessEnum.on;
                            }
                            //区间值
                            dt_thickness.interval = tza1 + "-" + tza2+","+ tzb1 + "-" + tzb2 + "," + tzc1 + "-" + tzc2 + "," + tzd1 + "-" + tzd2 + "," + tze1 + "-" + tze2 + "," + tzf1 + "-" + tzf2 + "," + tzg1 + "-" + tzg2 + "," + tzh1 + "-" + tzh2;
@@ -233,11 +234,11 @@
                            //判断合格
                            if (w>ws1&&w<ws2)
                            {
                                dt_weight.qualified = 1;
                                dt_weight.qualified = (int)WeightThicknessEnum.yes;
                            }
                            else
                            {
                                dt_weight.qualified = 0;
                                dt_weight.qualified = (int)WeightThicknessEnum.on;
                            }
                            //区间值
                            dt_weight.interval = ws1+"-"+ws2;