| | |
| | | |
| | | function init() { |
| | | var user = JSON.parse(localStorage.getItem('user')); |
| | | url = user.url + "/api-phone/v35/gateway"; |
| | | url = user.url + "/api/phone/v35/gateway"; |
| | | data.tokenAuth = user.tokenAuth; |
| | | data.data.userName = user.username; |
| | | console.log(JSON.stringify(data.data),"work-record") |
| | |
| | | html += '<li><a href="" class="con"style="background-image: url(images/icons/a-bg13.png);">'; |
| | | html += '<div class="tit">关联仓库:</div><div class="name">--</div></a></li></ul>'; |
| | | html += '<div class="time"><p>有效开始时间: <span>' + dateTime + '</span></p><p>有效结束时间: <span>' + dateTime + '</span></p></div>'; |
| | | // html += |
| | | // '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding-top: 18px;">暂无申请记录信息</div></div></li>'; |
| | | } |
| | | $("#handleList").html(html); |
| | | } |