Przeglądaj źródła

长阳分支中职
ndbs 1 miesiąc temu
rodzic
commit
cafa2bffbd
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/FormLeader.js Wyświetl plik

@@ -26,7 +26,7 @@ var bootstrap = function ($, learun) {
});
$('#Path').lrUploader({ isUpload: false });
$("#Status").lrselect({
data: [{ text: "继续上报", value: "1" }, { text: "退回", value: "0" }],
data: [{ text: "继续上报", value: "2" }, { text: "退回", value: "0" }],
text: "text",
value: "value"
})


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/SafetyCheck/Index.js Wyświetl plik

@@ -209,7 +209,7 @@ var bootstrap = function ($, learun) {
} else if (cellvalue === 2) {
return '<span class=\"label label-info\">分管领导</span>';
} else if (cellvalue === 3) {
return '<span class=\"label label-default\" >安全办</span>';
return '<span class=\"label label-primary\" >安全办</span>';
} else {
return '<span class=\"label label-default\" >草稿</span>';
}


Ładowanie…
Anuluj
Zapisz