feat(hjgl): 完善管线预制与焊接业务
同步管线组件、材料和焊口关联数据,优化预制组件打印及焊接相关查询,减少业务台账与实际关联信息不一致。
This commit is contained in:
@@ -884,7 +884,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
protected void btnPendingTeamAudit_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.PersonId,
|
||||
Const.HJGL_WeldReportMenuId, Const.BtnAuditing))
|
||||
Const.HJGL_WeldReportMenuId, Const.BtnModify))
|
||||
{
|
||||
ShowNotify("您没有审核权限,请与管理员联系!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
@@ -913,7 +913,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
protected void btnPendingProfessionalAudit_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.PersonId,
|
||||
Const.HJGL_WeldReportMenuId, Const.BtnAuditing))
|
||||
Const.HJGL_WeldReportMenuId, Const.BtnModify))
|
||||
{
|
||||
ShowNotify("您没有审核权限,请与管理员联系!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user