提交施工日志修改

This commit is contained in:
2023-10-11 10:19:12 +08:00
parent b574fe7220
commit 9a73b66ee1
15 changed files with 681 additions and 19 deletions
@@ -126,6 +126,10 @@ namespace FineUIPro.Web.PZHGL.InformationProject
string contractNo = Request.Params["contractNo"];
string professional = Request.Params["professional"];
string constructionLogId = Request.Params["ConstructionLogId"];
if (!string.IsNullOrEmpty(Request.Params["View"]))
{
this.btnSave.Hidden = true;
}
List<string> contractNoList = Funs.GetStrListByStr(contractNo, ',');
List<string> professionalList = Funs.GetStrListByStr(professional, ',');
List<string> workPostIds = Funs.GetStrListByStr(Request.Params["WorkPostId"], ',');