OA提问 发表于 2019-4-15 16:39:10

返回一些特定字段求助

请问如何返回用户的组织层级?
如何让一个时间控件可以自动返回当前时间后半年的时间?
另,请问在同一张表单中,可以让一个文本框填写内容时可以实时到另一个文本框中吗?
拜谢!

论坛管理员 发表于 2019-4-26 11:02:28

不客气

OA提问 发表于 2019-4-17 18:21:14

OA提问 发表于 2019-4-24 15:12:37

谢谢

OA提问 发表于 2019-4-19 16:16:24

林林 发表于 2019-4-24 09:46:41

请问如何返回用户的组织层级?
答复:
creatorPersonDn = this.workContext.getWork().creatorPersonDn;
var identityList = this.org.listIdentityWithPerson(creatorPersonDn);
return identityList.unitLevel;
return identityList.unitLevelName;
return identityList.unitName;


时间后半年:
这个需要在默认值里 写javascript实现。
页: [1]
查看完整版本: 返回一些特定字段求助