YYC
2023-06-06 9382a00fe89139663216673a1a8e8ddb8761a14d
igds-app/js/admin/basic-depot.js
@@ -50,7 +50,7 @@
   if(depotList && depotList.length > 0){
      $.each(depotList, function(index, item) {
         html += '<li><div class="con">';
         html += '<div class="tit">仓库名称:<span>' + item.depotName + '</span></div>';
         html += '<div class="tit">仓库名称:<span>' + (item.depotName == null?"--":item.depotName) + '</span></div>';
         html += '<div class="txt">';
         html += '<div class="box"><div class="group type"><div class="desc">';
         html += (item.depotTypeName == null?"--":item.depotTypeName) + '</div><div class="ort">仓库类型</div></div></div>';