|
@@ -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,
|