相关/支持文件增加新建表单模型
This commit is contained in:
parent
f8f90e8765
commit
4ab535856f
@ -1219,7 +1219,7 @@ function openRelationDialog(obj, callback) {
|
|||||||
var method=JSON.parse(ref).method;
|
var method=JSON.parse(ref).method;
|
||||||
|
|
||||||
var methodName="";
|
var methodName="";
|
||||||
if(title=="支持文件"){
|
if(title=="相关/支持文件"){
|
||||||
methodName="新建表单模型";
|
methodName="新建表单模型";
|
||||||
method="data.form";
|
method="data.form";
|
||||||
}else if(method=="control.kpi"){
|
}else if(method=="control.kpi"){
|
||||||
@ -1450,7 +1450,7 @@ function openRelationDialog(obj, callback) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}else if(title=="支持文件"){
|
}else if(title=="相关/支持文件"){
|
||||||
var relationDlg = parent.FrmDialog.open({
|
var relationDlg = parent.FrmDialog.open({
|
||||||
title: title,
|
title: title,
|
||||||
width: 710,
|
width: 710,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user