王 垚
2022-09-19 eb0eff87c9542e6fc6eb960c3d01e634192fb3ff
DAL/基础资料/公用基础资料/ClsGy_Process_View.cs
@@ -121,6 +121,12 @@
                omodel.HOverFixPrice = DBUtility.ClsPub.isDoule(DS.Tables[0].Rows[0]["HOverFixPrice"]);
                omodel.HProcMulID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HProcMulID"]);
                omodel.HProcCheckNote = DS.Tables[0].Rows[0]["HProcCheckNote"].ToString().Trim();
                omodel.HBadWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HBadWHID"]);
                omodel.HWasterWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWasterWHID"]);
                omodel.HBadCountDevelopWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HBadCountDevelopWHID"]);
                omodel.HWWBadWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWWBadWHID"]);
                omodel.HWWWasterWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWWWasterWHID"]);
                omodel.HWHID = DBUtility.ClsPub.isLong(DS.Tables[0].Rows[0]["HWHID"]);
                return true;
            }
            catch (Exception e)