YYC
2023-06-09 1ab3b2b780c69b1d063ac21b9988593e94f67670
igds-app/js/admin/work-record.js
@@ -43,55 +43,55 @@
         mui.alert('系统繁忙,请重新登录尝试!', '提示', ["确定"], function() {}, "div");
      }
   })
   recordList = [{
         "id": "59",
         "deptName": "1号仓",
         "status": "10",
         "applyUserName": "郝军",
         "type": "exercitation reprehenderit sint",
         "startTime": "1974-07-05 21:56",
         "endTime": "2013-08-19 05:43",
         "info": "sed adipisicing quis irure",
         "depotId": "90",
         "depotName": "即传状新五际"
      },
      {
         "id": "39",
         "deptName": "1号仓",
         "status": "20",
         "applyUserName": "袁强",
         "type": "sed et sit irure eu",
         "startTime": "2015-10-25 12:30",
         "endTime": "1971-04-18 19:34",
         "info": "reprehenderit qui quis pariatur anim",
         "depotId": "89",
         "depotName": "当入物还算"
      },
      {
         "id": "55",
         "deptName": "3号仓",
         "status": "20",
         "applyUserName": "宋丽",
         "type": "in",
         "startTime": "1994-10-12 18:25",
         "endTime": "2008-01-19 00:26",
         "info": "ex ullamco id dolor",
         "depotId": "42",
         "depotName": "新常技位中"
      },
      {
         "id": "50",
         "deptName": "2号仓",
         "status": "10",
         "applyUserName": "黄超",
         "type": "nostrud elit",
         "startTime": "2018-07-07 10:25",
         "endTime": "2000-11-07 10:02",
         "info": "et minim",
         "depotId": "53",
         "depotName": "人离它军题"
      }
   ]
   // recordList = [{
   //       "id": "59",
   //       "deptName": "1号仓",
   //       "status": "10",
   //       "applyUserName": "郝军",
   //       "type": "exercitation reprehenderit sint",
   //       "startTime": "1974-07-05 21:56",
   //       "endTime": "2013-08-19 05:43",
   //       "info": "sed adipisicing quis irure",
   //       "depotId": "90",
   //       "depotName": "即传状新五际"
   //    },
   //    {
   //       "id": "39",
   //       "deptName": "1号仓",
   //       "status": "20",
   //       "applyUserName": "袁强",
   //       "type": "sed et sit irure eu",
   //       "startTime": "2015-10-25 12:30",
   //       "endTime": "1971-04-18 19:34",
   //       "info": "reprehenderit qui quis pariatur anim",
   //       "depotId": "89",
   //       "depotName": "当入物还算"
   //    },
   //    {
   //       "id": "55",
   //       "deptName": "3号仓",
   //       "status": "20",
   //       "applyUserName": "宋丽",
   //       "type": "in",
   //       "startTime": "1994-10-12 18:25",
   //       "endTime": "2008-01-19 00:26",
   //       "info": "ex ullamco id dolor",
   //       "depotId": "42",
   //       "depotName": "新常技位中"
   //    },
   //    {
   //       "id": "50",
   //       "deptName": "2号仓",
   //       "status": "10",
   //       "applyUserName": "黄超",
   //       "type": "nostrud elit",
   //       "startTime": "2018-07-07 10:25",
   //       "endTime": "2000-11-07 10:02",
   //       "info": "et minim",
   //       "depotId": "53",
   //       "depotName": "人离它军题"
   //    }
   // ]
   
   
}
@@ -116,8 +116,17 @@
            item.endTime + '</span></p></div>';
      })
   } else {
      html +=
         '<li><div class="con"><div style="text-align: center;font-size: 20px;color:#dd524d;padding-top: 18px;">暂无申请记录信息</div></div></li>';
      html += '<li><div class="con conInfo" info = "暂无申请记录"><span class="status">';
      //已审核
      html += '<img src="images/icons/g-i29.png" alt=""></span>'
      html += '<div class="title"><b>暂无申请记录</b></div><div class="box"><ul class="gd-list">';
      html += '<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"><p>有效开始时间: <span>2023-01-01</span></p><p>有效结束时间: <span>2023-01-01</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);
}