工程技术标准文件阅览修改
This commit is contained in:
parent
9e55f3a96d
commit
c1f26781be
Binary file not shown.
@ -4272,7 +4272,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
|
||||
taskId = object.getJSONObject("data").getString("taskId");
|
||||
else
|
||||
throw new AWSException("创建表单手册失败:" + uuid);
|
||||
} else if ("control.policy".equals(model.getMethodId()) || "engineering.standard".equals(model.getMethodId())) {
|
||||
} else if ("control.policy".equals(model.getMethodId()) || "engineering.standard".equals(model.getMethodId()) || "process.scheme".equals(model.getMethodId())) {
|
||||
taskId = PALRepositoryQueryAPIManager.getInstance().createOutputReportZd(wsId, _uc.getUID(), teamId, uuid);
|
||||
JSONObject object = JSONObject.parseObject(taskId);
|
||||
if ("ok".equals(object.getString("result")))
|
||||
@ -4308,7 +4308,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
|
||||
JSONObject object = JSONObject.parseObject(taskId);
|
||||
if ("ok".equals(object.getString("result")))
|
||||
taskId = object.getJSONObject("data").getString("taskId");
|
||||
} else if ("control.policy".equals(model.getMethodId())) {
|
||||
} else if ("control.policy".equals(model.getMethodId()) || "engineering.standard".equals(model.getMethodId()) || "process.scheme".equals(model.getMethodId())) {
|
||||
taskId = PALRepositoryQueryAPIManager.getInstance().createOutputReportZd(wsId, userId, teamId, uuid);
|
||||
JSONObject object = JSONObject.parseObject(taskId);
|
||||
if ("ok".equals(object.getString("result")))
|
||||
|
||||
@ -653,7 +653,7 @@
|
||||
clickTab('processDesc');
|
||||
initProcessDesc();
|
||||
initPl();
|
||||
if(methodId=="data.form" || methodId=="control.policy"){
|
||||
if(methodId=="data.form" || methodId=="control.policy" || methodId=="engineering.standard"){
|
||||
//$("#designer_layout").height(725);
|
||||
$("#designer_layout").height( $("#designer_layout").height() + 93);
|
||||
$(".suofang").hide();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user