笨小孩做开发

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  attach += "<div style='line-height: 10px;float: left;margin-left: 10px;' id='attach_" + obj.ID + "'>";
        attach += "<div>";
        //attach += "</div>";
        attach += "<p>";
        attach += obj.NAME;
        attach += "</p><p>";
        attach += "<a style='color: #A3A2A2;' href='../../../../Attachment/AddWorkFlow/" + obj.NEWNAME + "' title='' hidefocus='true'>下载</a>&nbsp;";
        attach += "<a style='color: #A3A2A2;' href='javascript:void(0)" + " title='删除附件' hidefocus='true'  onclick='myAddWorkFlow.deleteAttachment(\"" + obj.ID + "\",\"" + obj.NEWNAME + "\")'>删除</a>";
        attach += "</p>";
        attach += "</div>";
        $('#receiveAttachmentList').append(attach);
posted on 2014-04-25 15:01  笨小孩做开发  阅读(344)  评论(0编辑  收藏  举报