Commit 2eeee4a4 by zhangzhen

新表格模式页面查询条件优化3

parent 93c7bdf7
...@@ -265,6 +265,12 @@ $(function () { ...@@ -265,6 +265,12 @@ $(function () {
...val5.totalWeight, ...val5.totalWeight,
rowspan: val4.length, rowspan: val4.length,
show: !i4 show: !i4
},
ccl:{
...val5.ccl,
value: i4? (Number(val5.ccl.value)+Number(val4[i4-1].ccl.value))/val4.length: Number(val5.ccl.value),
rowspan: val4.length,
show: !i4
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment