whyclj
2018-12-29 53b98bf8455152fdc761e60be9fad116ac2b774f
gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
@@ -26,17 +26,17 @@
         white-space: nowrap;
      }
      .uncheck{
          background-color: #dddddde0!important;
          background-color: #ddd!important;
            color: #000!important;
      }
      .ui-btn-icon-right {
            padding-right: 8.5em;
        }
        .hbg{
            background-color:#ddd9;
            background-color:#ddd;
        }
        #battdata {
            background-color:#dddddd54
            background-color:#eee;
        }
        .ui-select .ui-btn select{
            width:77%;
@@ -241,8 +241,9 @@
      });    
  }     
  function creatBattView(index){
        if(temp.length>0){
         var count=index+1
            ,battTitle='<div>'+'<h1 class="hbg">'+'电池组'+count+'</h1>'+
            ,battTitle='<div>'+'<h1 class="hbg">'+temp[index].binf.BattGroupNamet+'</h1>'+
             '<table class="layout-set">'+'<tbody>'/*+'<tr>'+'<td>'+'电池品牌'+'</td>'+'<td>'+'<fieldset data-role="controlgroup" data-type="horizontal" >'+'<select '+'id='+'battproducer'+index+' class="unable" '+'>'
            ,battBrand=selectedIndex(index)+'</select>'+'</fieldset>'+'</td>'+'</tr>'*/
            ,battBrand='<tr>'+'<td>'+'电池品牌'+'</td>'+'<td>'+'<input type="text" '+' class="unable" '+'id='+'battproducer'+index+' data-mini="true"'+'value='+'电池品牌'+count+' />'+'</td>'+'</tr>' 
@@ -257,6 +258,7 @@
            ,battIndex='<tr>'+'<input type="hidden" '+'id='+'battindex'+index+' data-mini="true"'+'value='+count+' class="unable" '+' />'+'</tr>' 
            ,battName='<tr>'+'<input type="hidden" '+'id='+'battname'+index+' data-mini="true"'+'value='+'电池组'+count+' class="unable" '+' />'+'</tr>'+'</tbody>'+'</table>'+'</div>';
         return battTitle+battBrand+battType+battNum+MonVolStd+nomCap+battIndex+battName;             
      }
  }   
   function selectedNum(index){
      var selected='';