SVN r359
SVN-Revision: r359
This commit is contained in:
@@ -1324,14 +1324,14 @@ namespace Lskj.PubBomAlter
|
||||
{
|
||||
string primaryVlaue = dataRow["productid"] + "";
|
||||
DataRow selectSource = BaseImpl.GetDataRowResult(string.Format("select * from p_producttab where productid = '{0}'", primaryVlaue));
|
||||
if (selectSource != null)
|
||||
{
|
||||
TopControlObj.SetAllControlValue(selectSource);
|
||||
}
|
||||
if (dataRow != null)
|
||||
{
|
||||
TopControlObj.SetAllControlValue(dataRow);
|
||||
}
|
||||
//if (selectSource != null)
|
||||
//{
|
||||
// TopControlObj.SetAllControlValue(selectSource);
|
||||
//}
|
||||
//if (dataRow != null)
|
||||
//{
|
||||
// TopControlObj.SetAllControlValue(dataRow);
|
||||
//}
|
||||
if (BomAlterModel != null && BomAlterModel.MaintabFocusedRow != null)
|
||||
{
|
||||
TopControlObj.SetAllControlValue(BomAlterModel.MaintabFocusedRow);
|
||||
|
||||
Reference in New Issue
Block a user