YYC
2023-05-19 6e7865b1f1c3d310019987f52d7e145cde691942
igds-app/js/admin/inout-out-record.js
@@ -75,18 +75,18 @@
            html += '<li><div class="con" style="background-image: url(images/icons/g-i24.png);">';
            html += '车牌号:<b>' + (item.plateNum == null ? "" : item.plateNum) + '</b></div></li>';
            html += '<li><div class="con" style="background-image: url(images/icons/g-i25.png);">';
            html += '仓库名称:<b>' + (item.depotId == null ? "" : item.depotId) + '</b></div></li>';
            html += '仓库名称:<b>' + (item.depotName == null ? "" : item.depotName) + '</b></div></li>';
            html += '<li><div class="con" style="background-image: url(images/icons/g-i32.png);">';
            html += '粮食品种:<b>' + (item.foodVariety == null ? "" : item.foodVariety) + '</b></div></li>';
            html += '粮食品种:<b>' + (item.foodVarietyName == null ? "" : item.foodVarietyName) + '</b></div></li>';
            html += '<li><div class="con" style="background-image: url(images/icons/g-i24.png);">';
            html += '结算重量:<span><em>' + (item.recordWeight == null ? "0" : item.recordWeight) + '</em>KG</span></div></li>';
            html += '</ul><div class="time">完成时间:' + getStrDate(item.completeTime) + '</div></div>';
         })
      } else {
         html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">所选日期暂无入库记录信息</div>';
         html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">所选日期暂无出库记录信息</div>';
      }
   }else{
      html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">所选日期暂无入库记录信息</div>';
      html += '<div class="id" style="text-align: center;font-size: 20px;color:#dd524d">所选日期暂无出库记录信息</div>';
   }
   $("#sum").html(sumHtml);
   $("#recordList").html(html);