Commit 918012d272ded78ef7dff7b2e75b94ef28dcff42
1 parent
8785c2a7
改页面
Showing
2 changed files
with
2 additions
and
2 deletions
bsthLineProfiles/src/main/resources/templates/system/line/add.html
| @@ -686,7 +686,7 @@ | @@ -686,7 +686,7 @@ | ||
| 686 | $("input[name='isWarrantEndTime']").datetimepicker({ | 686 | $("input[name='isWarrantEndTime']").datetimepicker({ |
| 687 | format: "yyyy-mm-dd", | 687 | format: "yyyy-mm-dd", |
| 688 | minView: "month", | 688 | minView: "month", |
| 689 | - autoclose: trueg | 689 | + autoclose: true |
| 690 | }); | 690 | }); |
| 691 | 691 | ||
| 692 | </script> | 692 | </script> |
bsthLineProfiles/src/main/resources/templates/system/line/line.html
| @@ -374,7 +374,7 @@ | @@ -374,7 +374,7 @@ | ||
| 374 | } | 374 | } |
| 375 | } | 375 | } |
| 376 | 376 | ||
| 377 | - if(this.field == "isLogicDelete" || this.field == "inoutDistrict"|| this.field == "isMetro" || this.field == "hasTimelists"){ | 377 | + if(this.field == "isLogicDelete" || this.field == "inoutDistrict"|| this.field == "isMetro" || this.field == "hasTimelists" || this.field == "isWarrant"){ |
| 378 | for(var j in dicts["trueFalse"]){ | 378 | for(var j in dicts["trueFalse"]){ |
| 379 | if(dicts["trueFalse"][j].dictValue == value){ | 379 | if(dicts["trueFalse"][j].dictValue == value){ |
| 380 | value = dicts["trueFalse"][j].dictLabel; | 380 | value = dicts["trueFalse"][j].dictLabel; |