2024-03-11 合同发票修改
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
@@ -182,7 +183,7 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
}
|
||||
|
||||
|
||||
DataTable tb = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId);
|
||||
var tb = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user