zhouwx
2024-09-14 c7df7a96bbf7ab87af9f522cccc0d978f748efc3
src/views/hazardousChemicals/warehouseManage/components/proDetail.vue
@@ -220,7 +220,7 @@
  }
  for (let i = 0; i <= arr.length; i++) {
    if (arr[i] == row.basicId) {
      if(row.remaining < row.hproductBasic.metering){
      if(row.remaining < row.productBasic.metering){
        if (columnIndex === 11 || columnIndex === 10){
          return { color:' red' }
        }