Commit b58ddca3 authored by 1650842865's avatar 1650842865

质量异常评审表申请环节能编辑异常描述

parent d940a559
...@@ -61,6 +61,7 @@ function businessJudgmentUnit() { ...@@ -61,6 +61,7 @@ function businessJudgmentUnit() {
var isApply = isApplyProcUnit(); var isApply = isApplyProcUnit();
let approveProcUnit = isApproveProcUnit(); let approveProcUnit = isApproveProcUnit();
if (isApply) { if (isApply) {
UICtrl.enable($("#exceptionDesc"));
UICtrl.setElHideOrShow("#result",true) UICtrl.setElHideOrShow("#result",true)
return true; return true;
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment