Browse Source

流程任务打印流程获取富文本框失败

临城职教中职
ndbs 2 years ago
parent
commit
a3c9117f3e
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js

+ 6
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js View File

@@ -130,7 +130,7 @@
break;
case "datepicker":
var _dateFmt = $obj.attr('data-dateFmt') || 'yyyy-MM-dd';
$obj.val(learun.formatDate(value, _dateFmt.replace('HH','hh')));
$obj.val(learun.formatDate(value, _dateFmt.replace('HH', 'hh')));
break;
case "lr-Uploader":
$obj.lrUploaderSet(value);
@@ -865,6 +865,11 @@
if ($(this).hasClass('edui-default')) {
if ($(this)[0].ue) {
point.text = $(this)[0].ue.getContent(null, null, true);
} else {
if ($(this)[0].getAttribute('id') == 'edui1_iframeholder') {
var idNowIframe = $(this)[0].getElementsByTagName('iframe')[0].getAttribute('id')
point.text = window.frames[idNowIframe].contentWindow.document.body.innerHTML
}
}
}
else {


Loading…
Cancel
Save