钉钉审批数据提交,明细数据如何提交
Re钉钉审批数据提交,明细数据如何提交
https://open-doc.dingtalk.com/docs/doc.htm?spm=a219a.7629140.0.0.WItvq6&treeId=355&articleId=106846&docType=1这个里面有详细的
FormComponentValueVo mingxi2 = new FormComponentValueVo();
mingxi2.setName('明细第一项');
mingxi2.setValue('用户输入啥就是啥');
FormComponentValueVo mingxi3 = new FormComponentValueVo();
mingxi3.setName('明细第二项');
mingxi3.setValue('用户输入啥就是啥');
FormComponentValueVo mingxi4 = new FormComponentValueVo();
mingxi4.setName('明细第一项');
mingxi4.setValue('用户输入啥就是啥');
FormComponentValueVo mingxi5 = new FormComponentValueVo();
mingxi5.setName('明细第二项');
mingxi5.setValue('用户输入啥就是啥');
FormComponentValueVo obj7 = new FormComponentValueVo();
obj7.setName('明细');
obj7.setValue(JSON.toJSONString(Arrays.asList(Arrays.asList(mingxi2, mingxi3), Arrays.asList(mingxi4, mingxi5))));
list2.add(obj3);
赞0
踩0