| | |
| | | auditList = result.data; |
| | | renderAuditList(); |
| | | } else { |
| | | auditList = '' |
| | | renderAuditList(); |
| | | mui.alert(result.msg, '提示', ["确定"], function() {}, "div"); |
| | | } |
| | | }, |
| | | error: function() { |
| | | auditList = '' |
| | | renderAuditList(); |
| | | mui.alert('系统繁忙,请重新登录尝试!', '提示', ["确定"], function() {}, "div"); |
| | | |
| | |
| | | html += '</div></div></div></li>'; |
| | | }) |
| | | } else { |
| | | html += '<li><div class="con"><div class="top"><div class="left">'; |
| | | html += '<div class="line"><div class="t">申请人: </div><div class="v">暂无工单审核</div></div>'; |
| | | html += '<div class="line"><div class="t">所属分库: </div><div class="v">暂无工单审核</div></div>'; |
| | | html += '<div class="line"><div class="t">工单名称: </div><div class="v">暂无工单审核</div></div></div>'; |
| | | html += '<div class="right"><div class="icon" info="暂无工单审核信息"><img src="images/icons/g-i26.png" alt=""></div></div></div>'; |
| | | html += |
| | | '<div class="box"><ul class="gd-list"><li><a href="" class="con" style="background-image: url(images/icons/a-bg12.png);">'; |
| | | html += '<div class="tit">业务类型:</div><div class="name">--</div></a></li>'; |
| | | 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">工单创建时间: '+dateTime+'</div>'; |
| | | html += '<div class="time">当前环节接受时间: '+dateTime+'</div>'; |
| | | html += '</div></div></div></li>'; |
| | | |
| | | // html += |
| | | // '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding: 18px;">暂无工单审核信息</div></div></li>'; |
| | | '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding: 18px;">暂无工单审核信息</div></div></li>'; |
| | | } |
| | | $("#handleList").html(html); |
| | | } |