流程审批中控件替换后数据读取问题
我想把下面HTML控件直接换成文本框,我查了一下数据库是放在 QRY_ITEM下 xstringlongvalue里边。尝试使用var cmsDocument = this.data.cmsDocument;
return ( cmsDocument && cmsDocument.xstringlongvalue ) ? cmsDocument.creatorIdentity : this.workContext.getWork().xstringlongvalue;
文本框没有读到数据,这个要怎么做?
https://www.o2oa.net/x_bbs_assemble_control/jaxrs/attachment/download/81d85e01-bfbc-4275-8201-680574e2ccc9 您好,您可直接用return this.data.htmleditor 即可获得对应的数据!
页:
[1]