Commit 918012d272ded78ef7dff7b2e75b94ef28dcff42

Authored by yiming
1 parent 8785c2a7

改页面

bsthLineProfiles/src/main/resources/templates/system/line/add.html
... ... @@ -686,7 +686,7 @@
686 686 $("input[name='isWarrantEndTime']").datetimepicker({
687 687 format: "yyyy-mm-dd",
688 688 minView: "month",
689   - autoclose: trueg
  689 + autoclose: true
690 690 });
691 691  
692 692 </script>
... ...
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;
... ...