提交 30f55d0f 编写于 作者: 蔡祥熠

Merge branch 'fix/Process.datagridMobile_hideLine' into 'wrdp'

Merge of fix/Process.datagridMobile_hideLine 修复数据网格新增数据后隐藏字段无效的问题 to wrdp

See merge request o2oa/o2oa!2764
......@@ -194,7 +194,7 @@ MWF.xScript.Environment = function(ev){
* @method getWork
* @static
* @return {(Work|WorkCompleted)} 流程实例对象;如果流程已结束,返回已结束的流程实例对象.
* @o2ActionOut x_processplatform_assemble_surface.WoWork|example=Work|ignoreNoDescr=true|Work对象:
* @o2ActionOut x_processplatform_assemble_surface.WorkAction.manageGet|example=Work|ignoreNoDescr=true|ignoreProps=[properties]|Work对象:
* @o2ActionOut x_processplatform_assemble_surface.WorkCompletedAction.get|example=WorkCompleted|ignoreProps=[properties]|WorkCompleted对象:
* @o2syntax
* var work = this.workContext.getWork();
......
......@@ -933,6 +933,10 @@ MWF.xApplication.process.Xform.DatagridMobile = new Class(
cell = dataRow.insertCell(1);
}
}
var json = this.form._getDomjson(th);
if( json && json.isShow === false )dataRow.hide();
module = null;
}.bind(this));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册