2023-03-21 质量验收增加可编辑界面的资料验收

This commit is contained in:
2023-03-21 19:22:45 +08:00
parent deb7e17eee
commit 50cdaae27a
15 changed files with 1737 additions and 13 deletions
@@ -40,6 +40,12 @@ namespace WordEdit
string filepath = model.FilePath;
url = Funs.SGGLUrl + filepath;
}
else if (a[1]== "CQMS_Check_MaterialAcceptance")
{
var model = BLL.CheckMaterialacceptanceService.GetCheck_MaterialAcceptanceById(a[0]);
string filepath = model.FilePath;
url = Funs.SGGLUrl + filepath;
}
}