提交施工日志修改
This commit is contained in:
@@ -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"], ',');
|
||||
|
||||
Reference in New Issue
Block a user