zx 2 лет назад
Родитель
Сommit
e13ea40d72
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/TMS/components/importedMine/addWagonLoad.vue

+ 1 - 2
src/views/TMS/components/importedMine/addWagonLoad.vue

@@ -552,8 +552,7 @@ export default {
         let tableData=[];
         importData.forEach((row)=>{
           let temp=that.tableData.find(item=>item.wagonNo==row.wagonNo 
-          && row.productName.includes(item.foreignShipName)
-          && item.materialName.includes(row.mineral));
+          && row.productName.includes(item.foreignShipName));
           if(temp)
             tableData.push(temp);
         });