zx hace 2 años
padre
commit
e13ea40d72
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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);
         });