SVN r1039
SVN-Revision: r1039
This commit is contained in:
@@ -1717,10 +1717,9 @@ namespace Lskj.PubProductSysMge
|
|||||||
DataRow focusRow = this.gcMain.GridView.GetFocusedDataRow();
|
DataRow focusRow = this.gcMain.GridView.GetFocusedDataRow();
|
||||||
if (focusRow == null) return;
|
if (focusRow == null) return;
|
||||||
string primaryVlaue = focusRow["productid"] + "";
|
string primaryVlaue = focusRow["productid"] + "";
|
||||||
//DataRow selectSource = MainImpl.GetDataRowResult(string.Format("select * from p_producttab where productid = '{0}'", primaryVlaue));
|
|
||||||
//string projectId = selectSource["SmartBmFa"] + "";
|
//string projectId = selectSource["SmartBmFa"] + "";
|
||||||
//string speciesNo = selectSource["speciesNo"] + "";
|
//string speciesNo = selectSource["speciesNo"] + "";
|
||||||
string projectId = focusRow["SmartBmFa"] + "";
|
string projectId = BaseImpl.GetResult(string.Format("select SmartBmFa from p_producttab where productid = '{0}'", primaryVlaue)) + "";
|
||||||
string speciesNo = focusRow["speciesNo"] + "";
|
string speciesNo = focusRow["speciesNo"] + "";
|
||||||
if (string.IsNullOrEmpty(projectId))
|
if (string.IsNullOrEmpty(projectId))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user