Compare commits

..

No commits in common. 'cf26a74e78e9c341f52bedee63f69596b2357dc0' and '0d1bd6b04cb9d84a8d66e15eccbdec880ad1264e' have entirely different histories.

@ -8469,19 +8469,11 @@ namespace ibk.IPD.Controller.IPD_PS
{
return false;
}
//BAN 厚度超下限
//QQA 性能不合
if (prP_PLATE.WOO_RSN == "BAN"
|| prP_PLATE.WOO_RSN == "QQA"
|| prP_PLATE.WOO_RSN == "BAM"
|| prP_PLATE.WOO_RSN == "BAQ"
|| prP_PLATE.WOO_RSN == "AFB"
|| prP_PLATE.WOO_RSN == "QZE"
|| prP_PLATE.WOO_RSN == "DAA")
if (prP_PLATE.WOO_RSN == "BAN")
{
return false;
}
//获取炉号
string strHeatNo = gFP_SLAB.Where(p => p.SLAB_NO == prP_PLATE.SLAB_NO).ToList().Count > 0 ? gFP_SLAB.Where(p => p.SLAB_NO == prP_PLATE.SLAB_NO).ToList().First<FP_SLAB>().HEAT_NO : "";

Loading…
Cancel
Save