zzr99
2021-11-25 e6a1a1f0e575dd4f3ee2cb9e6ce1bc9ed9ee61b3
DAL/基础资料/公用基础资料/ClsGy_Process_View.cs
@@ -121,6 +121,8 @@
                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"]);
                return true;
            }
            catch (Exception e)