| | |
| | | <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>
|
| | |
|
| | |
| | | <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>
|
| | |
|
| | |
| | | <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>
|
| | |
| | | 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"
|
| | | }
|
| | | });
|
| | | }
|