edy 3 년 전
부모
커밋
66dfa3eb4a
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Form.js
  2. +5
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/FormView.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/Form.js 파일 보기

@@ -98,7 +98,7 @@ var bootstrap = function ($, learun) {
if (!!processId) {
formData.FlowNo = processId;
}
if (formData.WorkName == "1") {
if (formData.DisOffice == "1") {
formData.WorkName = "1";
} else {
formData.WorkName = "2";


+ 5
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Dispatch/FormView.js 파일 보기

@@ -99,7 +99,11 @@ var bootstrap = function ($, learun) {
if (!!processId) {
formData.FlowNo = processId;
}
formData.WorkName = 2;
if (formData.DisOffice == "1") {
formData.WorkName = "1";
} else {
formData.WorkName = "2";
}
var postData = {
strEntity: JSON.stringify(formData)
};


불러오는 중...
취소
저장