Commit 918012d272ded78ef7dff7b2e75b94ef28dcff42
1 parent
8785c2a7
改页面
Showing
2 changed files
with
2 additions
and
2 deletions
bsthLineProfiles/src/main/resources/templates/system/line/add.html
bsthLineProfiles/src/main/resources/templates/system/line/line.html
| ... | ... | @@ -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 | 378 | for(var j in dicts["trueFalse"]){ |
| 379 | 379 | if(dicts["trueFalse"][j].dictValue == value){ |
| 380 | 380 | value = dicts["trueFalse"][j].dictLabel; | ... | ... |