|
|
@@ -72,6 +72,7 @@ var bootstrap = function ($, learun) { |
|
|
|
// 初始化 |
|
|
|
init: function () { |
|
|
|
$("#des").attr('isvalid', 'no'); |
|
|
|
$("#F_Title").attr('isvalid', 'no'); |
|
|
|
switch (type) { |
|
|
|
case 'look': // 流程信息查看 |
|
|
|
nwflow.initLook(); |
|
|
@@ -340,6 +341,7 @@ var bootstrap = function ($, learun) { |
|
|
|
|
|
|
|
if (nwflow.currentNode.isTitle == '1') { |
|
|
|
$('#flow-title').show(); |
|
|
|
$("#F_Title").attr('isvalid', 'yes'); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
@@ -525,6 +527,7 @@ var bootstrap = function ($, learun) { |
|
|
|
|
|
|
|
if (nwflow.currentNode.isTitle == '1') { |
|
|
|
$('#flow-title').show(); |
|
|
|
$("#F_Title").attr('isvalid', 'yes'); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|