Browse Source

换课面流程标注

黑龙江艺术高中职
hwh2023 3 months ago
parent
commit
2911e2081e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js

+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTermAttemper/Form.js View File

@@ -100,12 +100,13 @@ var bootstrap = function ($, learun) {
return top[id].acceptClick(bindDataNew);
}
});
});
});
},
bindSelect: function () {
$('#AttemperType').lrDataItemSelect({
code: 'AttemperType', select: function (item) {
if (item) {
//特殊逻辑,id是角色换课面流程******************************************
if (item.id == '03') {
if (learun.clientdata.get(['userinfo']).roleIds.indexOf("d080a7c6-17bd-401b-b3df-fe0f741e5838") < 0) {
$("#AttemperType").lrselectSet('');


Loading…
Cancel
Save