提交 56fc38f6 编写于 作者: U unknown

openWork的readonly参数

上级 b177250d
......@@ -729,7 +729,7 @@ MWF.xApplication.process.Work.Main = new Class({
var cl = "$all";
MWF.xDesktop.requireApp("process.Xform", cl, function(){
//MWF.xDesktop.requireApp("process.Xform", "Form", function(){
this.appForm = new MWF.APPForm(this.formNode, this.form, {});
this.appForm = new MWF.APPForm(this.formNode, this.form, {"readonly": this.readonly});
this.appForm.businessData = {
"data": this.data,
"originalData" : Object.clone( this.data ),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册