zx 2 năm trước cách đây
mục cha
commit
e13ea40d72
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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);
         });