2023-08-04
This commit is contained in:
@@ -288,7 +288,7 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.Id))
|
||||
{
|
||||
var responedata= CQMSDataService.PushCNCEC(Id);
|
||||
var responedata= CQMSDataService.PushCncec(Id);
|
||||
if (responedata.code==1)
|
||||
{
|
||||
ShowNotify("上报成功!");
|
||||
|
||||
@@ -188,7 +188,7 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.Id))
|
||||
{
|
||||
var responedata = HJGLData_HJGLService.PushCNCEC(Id);
|
||||
var responedata = HJGLData_HJGLService.PushCncec(Id);
|
||||
if (responedata.code == 1)
|
||||
{
|
||||
ShowNotify("上报成功!");
|
||||
|
||||
@@ -30,8 +30,8 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
private void BindGrid()
|
||||
{
|
||||
Model.HSSEData_HSSE table = new Model.HSSEData_HSSE();
|
||||
var tb = BLL.HSSEData_HSSEService.getListData(table, Grid1);
|
||||
Grid1.RecordCount = HSSEData_HSSEService.count;
|
||||
var tb = BLL.HSSEData_HSSEService.GetListData(table, Grid1);
|
||||
Grid1.RecordCount = HSSEData_HSSEService.Count;
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
@@ -513,7 +513,7 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.Id))
|
||||
{
|
||||
var responedata = HSSEData_HSSEService.PushCNCEC(Id);
|
||||
var responedata = HSSEData_HSSEService.PushCncec(Id);
|
||||
if (responedata.code == 1)
|
||||
{
|
||||
ShowNotify("上报成功!");
|
||||
|
||||
@@ -31,8 +31,8 @@ namespace FineUIPro.Web.ZHGL.DataSync.ProjectDataSync
|
||||
{
|
||||
Model.Project_HSSEData_HSSE table = new Model.Project_HSSEData_HSSE();
|
||||
table.ProjectId = this.CurrUser.LoginProjectId;
|
||||
var tb = BLL.Project_HSSEData_HSSEService.getListData(table, Grid1);
|
||||
Grid1.RecordCount = Project_HSSEData_HSSEService.count;
|
||||
var tb = BLL.Project_HSSEData_HSSEService.GetListData(table, Grid1);
|
||||
Grid1.RecordCount = Project_HSSEData_HSSEService.Count;
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user