1
This commit is contained in:
@@ -1852,6 +1852,11 @@ namespace FineUIPro.Web.ProjectData
|
||||
//}
|
||||
//var pmptoken = PMPDataService.GetToken();
|
||||
var list = (from x in Funs.DB.PMP_Project orderby x.StNum descending select x).ToList();
|
||||
if (!list.Any())
|
||||
{
|
||||
PMPDataService.GetPMPProjectMasterData();
|
||||
list = (from x in Funs.DB.PMP_Project orderby x.StNum descending select x).ToList();
|
||||
}
|
||||
string codeName = ttbPmpProCodeSearch.Text.Trim();
|
||||
//string name = ttbPmpProNameSearch.Text.Trim();
|
||||
if (!string.IsNullOrWhiteSpace(codeName))
|
||||
|
||||
Reference in New Issue
Block a user