YYC
2023-06-15 1bd6821c8ccc6861c74505bab0e8c52fe38f69f7
igds-app/js/admin/inout-in-record.js
@@ -50,7 +50,6 @@
         } else {
            renderData();
            mui.toast(result.msg);
            console.log(JSON.stringify(result))
         }
      },
      error: function() {
@@ -93,7 +92,7 @@
   if (inRecordData) {
      sumHtml = inRecordData.sum;
      var inRecordList = inRecordData.listInout;
      console.log(JSON.stringify(inRecordList))
      // console.log(JSON.stringify(inRecordList))
      if (inRecordList && inRecordList.length > 0) {
         $.each(inRecordList, function(index, item) {
            html += '<div class="item">';