Explorar el Código

【修改】流程任务-审核页面:审核操作时审批意见增加必填验证;

新疆影视学院高职
dyy hace 2 años
padre
commit
055003cc22
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js

+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js Ver fichero

@@ -71,6 +71,7 @@ var bootstrap = function ($, learun) {

// 初始化
init: function () {
$("#des").attr('isvalid', 'no');
switch (type) {
case 'look': // 流程信息查看
nwflow.initLook();
@@ -85,9 +86,11 @@ var bootstrap = function ($, learun) {
nwflow.initAgainCreate();
break;
case 'audit':// 审批
$("#des").attr('isvalid', 'yes');
nwflow.initAudit();
break;
case 'signAudit':// 加签审批
$("#des").attr('isvalid', 'yes');
nwflow.initSignAudit();
break;
case 'refer': // 查阅


Cargando…
Cancelar
Guardar