Kaynağa Gözat

长阳分支中职
ndbs 1 ay önce
ebeveyn
işleme
cafa2bffbd
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet