hdw
2019-01-19 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd
gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
@@ -133,7 +133,7 @@
                  <tr>
                     <td>*负载电流(A)</td>
                     <td>
                        <input type="text" id="Load_curr" class="unable" data-mini="true" />
                        <input type="text" id="Load_curr" data-mini="true" />
                     </td>
                  </tr>
                  
@@ -142,7 +142,7 @@
                  <tr>
                     <td>基站电话号码</td>
                     <td>
                        <input type="text" id="station_phone" class="unable" data-mini="true" />
                        <input type="text" id="station_phone" data-mini="true" />
                     </td>
                  </tr>
@@ -153,7 +153,7 @@
                  <tr>
                     <td>*安装人员</td>
                     <td>
                        <input type="text" id="install_user" class="unable" data-mini="true" />
                        <input type="text" id="install_user" data-mini="true" />
                     </td>
                  </tr>
               </tbody>
@@ -597,15 +597,15 @@
               console.info(model);
               if(model.code ==1){
                  alert("修改成功");
                  //window.location.href="batt-unapproved.html"
                  window.location.href="batt-unapproved.html"
               }else{
                  alert("修改失败!");
                  //window.location.href="batt-unapproved.html"
                  window.location.href="batt-unapproved.html"
               }      
              },
              error:function(){
                 alert("修改电池组失败!");
                 //window.location.href="batt-unapproved.html"
                 window.location.href="batt-unapproved.html"
              }
       });
    }