edy 3 år sedan
förälder
incheckning
66dfa3eb4a
2 ändrade filer med 6 tillägg och 2 borttagningar
  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 Visa fil

@@ -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 Visa fil

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


Laddar…
Avbryt
Spara