ZaiZai hace 1 año
padre
commit
1f7209f1e6
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      src/views/project/modules/project-list.vue

+ 2 - 3
src/views/project/modules/project-list.vue

@@ -537,7 +537,7 @@ const changeInvestMoney = (val, row, index)=>{
     })
 }
 const changePlanRatio = (val, row, index)=>{
-    let table = yearData.value.list[yearIndex.value].list
+    /*let table = yearData.value.list[yearIndex.value].list
     if (index > 0) {
         let topVal = Number(table[index - 1].planRatio)
         if (Number(row.planRatio) < topVal) {
@@ -550,8 +550,7 @@ const changePlanRatio = (val, row, index)=>{
             window.$message.warning('形象进度百分比:每季度应为增加情况,当月不得低于上月')
             row.planRatio = ''
         }
-    }
-
+    }*/
 }
 defineExpose({
     batchRemove,