Browse Source

增加号段

hurugang 4 năm trước cách đây
mục cha
commit
f981cdfbc0

+ 6 - 0
src/main/resources/static/js/request.js

@@ -256,6 +256,12 @@ function initSourceList() {
                         text = '下午';
                         text = '下午';
                     } else if (value == 'd') {
                     } else if (value == 'd') {
                         text = '全天';
                         text = '全天';
+                    }else if (value == 'n') {
+                        text = '中午';
+                    }else if (value == 'e') {
+                        text = '晚班';
+                    }else if (value == 'l') {
+                        text = '夜班';
                     }
                     }
                     return text;
                     return text;
                 }
                 }