|
@@ -417,10 +417,10 @@ $(".abnormalClear").on("click", function(e){
|
|
|
changeYear: true,
|
|
|
dateFormat:"yy/mm/dd"
|
|
|
}).datepicker( "setDate","");
|
|
|
- if(from == 2||from==3||from==10 || from == 6){
|
|
|
+ if(from == 2||from==3||from==10 || from == 6 || from == 9){
|
|
|
$('.selectDept ').html(deptListDept[0].deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
|
deptName = deptNameTemp = deptListDept[0].deptName
|
|
|
- } else if (from == 4 || from == 9 || from == 8){
|
|
|
+ } else if (from == 4 || from == 8){
|
|
|
$('.selectDept').html(deptNamePram).append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
|
deptName = deptNameTemp = deptNamePram
|
|
|
$('.selectDept ').attr('title',deptNamePram)
|