Ver código fonte

优化审批页面‘表单信息’选项卡中的数据无法回显问题;

怀来职教中心中职
ndbs 1 ano atrás
pai
commit
8a22d41775
1 arquivos alterados com 9 adições e 5 exclusões
  1. +9
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js

+ 9
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js Ver arquivo

@@ -1879,8 +1879,8 @@ var bootstrap = function ($, learun) {
if (ainfo[i].title != '开始') { if (ainfo[i].title != '开始') {
ainfo[i].col = col ainfo[i].col = col
res.push(ainfo[i]); res.push(ainfo[i]);
}
}
}
}
$.jqprintForm(res); $.jqprintForm(res);
} }
else { else {
@@ -1908,8 +1908,8 @@ var bootstrap = function ($, learun) {
if (ainfo[i1].title != '开始') { if (ainfo[i1].title != '开始') {
ainfo[i1].col = col ainfo[i1].col = col
res1.push(ainfo[i1]); res1.push(ainfo[i1]);
}
}
}
}
$.jqprintForm(res1); $.jqprintForm(res1);


} }
@@ -1946,7 +1946,11 @@ var bootstrap = function ($, learun) {
} }


if (!!iframeObj.$) { if (!!iframeObj.$) {
callback(iframeObj, formData);
//callback(iframeObj, formData);
//优化审批页面‘表单信息’选项卡中的数据无法回显问题;
setTimeout(function () {
callback(iframeObj, formData);
}, 10);
} }
}; };




Carregando…
Cancelar
Salvar