zx 2 роки тому
батько
коміт
e13ea40d72

+ 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);
         });