edy vor 3 Jahren
Ursprung
Commit
66dfa3eb4a
2 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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)
};


Laden…
Abbrechen
Speichern