| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="收入合计(白单流水)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[0].report"> |
| | | <template v-if="flowchartFee.fees[0] && flowchartFee.fees[0].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[0].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="物业费+代收合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[1].report"> |
| | | <template v-if="flowchartFee.fees[1] &&flowchartFee.fees[1].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[1].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="物业费合计(1+2)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[2].report"> |
| | | <template v-if="flowchartFee.fees[2] && flowchartFee.fees[2].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[2].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="物业费代收合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[3].report"> |
| | | <template v-if="flowchartFee.fees[3] && flowchartFee.fees[3].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[3].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="住宅物业费合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[4].report"> |
| | | <template v-if="flowchartFee.fees[4] && flowchartFee.fees[4].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[4].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[5]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[4] && flowchartFee.fees[5].some(v => v.curYear == item)"> |
| | | <template v-for="(v, i) in flowchartFee.fees[5]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[5].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="住宅物业费代收合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[6].report"> |
| | | <template v-if="flowchartFee.fees[6] && flowchartFee.fees[6].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[6].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="商铺物业费合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[7].report"> |
| | | <template v-if="flowchartFee.fees[7] && flowchartFee.fees[7].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[7].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[8]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[8] && flowchartFee.fees[8].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[8]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[8].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="商铺物业费代收合计" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[9].report"> |
| | | <template v-if="flowchartFee.fees[9] && flowchartFee.fees[9].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[9].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="停车费合计(3+…+7)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[10].report"> |
| | | <template v-if="flowchartFee.fees[10] && flowchartFee.fees[10].report"> |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[10].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="地面停车费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[11].report"> |
| | | <template v-if="flowchartFee.fees[11] && flowchartFee.fees[11].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[11].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[12]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[12] && flowchartFee.fees[12].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[12]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[12].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="地下停车费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[13].report"> |
| | | <template v-if="flowchartFee.fees[13] && flowchartFee.fees[13].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[13].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[14]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[14] && flowchartFee.fees[14].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[14]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[14].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="小业主产权车辆管理费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[15].report"> |
| | | <template v-if="flowchartFee.fees[15] && flowchartFee.fees[15].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[15].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[16]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[16] && flowchartFee.fees[16].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[16]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[16].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="业主产权过道停车费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[17].report"> |
| | | <template v-if="flowchartFee.fees[17] && flowchartFee.fees[17].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[17].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[18]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[18] && flowchartFee.fees[18].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[18]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[18].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="临时停车费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[19].report"> |
| | | <template v-if="flowchartFee.fees[19] && flowchartFee.fees[19].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[19].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[20]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[20] && flowchartFee.fees[20].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[20]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[20].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="2" class="text-center"> |
| | | <vc:i18n name="其他类合计(8+…+22)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[21].report"> |
| | | <template v-if="flowchartFee.fees[21] && flowchartFee.fees[21].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[21].report" :key="indexNum"> |
| | | {{ num }} |
| | |
| | | <th colspan="1" class="text-center"> |
| | | 租金收入(地下室房屋出租、管理用</br>房出租、门面房出租等) |
| | | </th> |
| | | <template v-if="flowchartFee.fees[22].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[22].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[22] && flowchartFee.fees[22].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[22].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[23]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[23] && flowchartFee.fees[23].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[23]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[23].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | 场地使用费(活动场地、电信机房、智</br>能柜、售卖机、净水机、宣传栏等) |
| | | </th> |
| | | <template v-if="flowchartFee.fees[24].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[24].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[24] && flowchartFee.fees[24].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[24].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[25]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[25] && flowchartFee.fees[25].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[25]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[25].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="电梯广告(业委会)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[26].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[26].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[26] && flowchartFee.fees[26].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[26].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[27]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[27] && flowchartFee.fees[27].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[27]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[27].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="电梯广告(联讯)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[28].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[28].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[28] && flowchartFee.fees[28].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[28].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[29]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[29] && flowchartFee.fees[29].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[29]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[29].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | 其他广告(广告栏/牌/灯箱、道闸</br>广告、人行门禁/人行通道广告等) |
| | | </th> |
| | | <template v-if="flowchartFee.fees[30].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[30].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[30] && flowchartFee.fees[30].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[30].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[31]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[31] && flowchartFee.fees[31].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[31]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[31].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="快递柜" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[32].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[32].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[32] && flowchartFee.fees[32].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[32].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[33]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[33] && flowchartFee.fees[33].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[33]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[33].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="非机动车管理费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[34].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[34].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[34] && flowchartFee.fees[34].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[34].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[35]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[35] && flowchartFee.fees[35].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[35]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[35].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | 电费及管理费(电瓶车冲电费、新能</br>源车冲电费等) |
| | | </th> |
| | | <template v-if="flowchartFee.fees[36].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[36].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[36] && flowchartFee.fees[36].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[36].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[37]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[37] && flowchartFee.fees[37].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[37]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[37].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="代收水费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[38].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[38].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[38] && flowchartFee.fees[38].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[38].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[39]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[39] && flowchartFee.fees[39].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[39]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[39].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="维修收入" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[40].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[40].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[40] && flowchartFee.fees[40].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[40].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[41]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[41] && flowchartFee.fees[41].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[41]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[41].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="垃圾清运费" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[42].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[42].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[42] && flowchartFee.fees[42].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[42].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[43]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[43] && flowchartFee.fees[43].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[43]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[43].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="各类押金(装修保证押金等)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[44].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[44].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[44] && flowchartFee.fees[44].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[44].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[45]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[45] && flowchartFee.fees[45].some(v => v.curYear == item)"> |
| | | <template v-for="(v, i) in flowchartFee.fees[45]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[45].some(v => v.curYear === item)"> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="补贴费用" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[46].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[46].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[46] && flowchartFee.fees[46].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[46].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[47]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[47] && flowchartFee.fees[47].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[47]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[47].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <th :rowspan="flowchartFee.yearArr.length + 1" class="text-center"> |
| | | <vc:i18n name="21" namespace="flowchartManageOwner"></vc:i18n> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | 其他收入(保洁费、回收设备、起杆</br>费等偶发、小额收入) |
| | | </th> |
| | | <template v-if="flowchartFee.fees[48].report"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[48].report" :key="indexNum"> |
| | | <template v-if="flowchartFee.fees[48] && flowchartFee.fees[48].report"> |
| | | |
| | | <th colspan="1" class="text-center" |
| | | v-for="(num, indexNum) in flowchartFee.fees[48].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | {{ item }}年 |
| | | </th> |
| | | <template v-for="(v, i) in flowchartFee.fees[49]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | <template v-if="flowchartFee.fees[49] && flowchartFee.fees[49].some(v => v.curYear == item)"> |
| | | |
| | | <template v-for="(v, i) in flowchartFee.fees[49]" :key="i"> |
| | | <template v-if="v.curYear == item"> |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in v.report" |
| | | :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | | </template> |
| | | </template> |
| | | </template> |
| | | <template v-if="!flowchartFee.fees[49].some(v => v.curYear === item)"> |
| | | <template v-else> |
| | | <th colspan="1" class="text-center" v-for="month in 25" :key="month">0</th> |
| | | </template> |
| | | </tr> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="2025年维修基金收入(汇总)" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[50].report"> |
| | | <template v-if="flowchartFee.fees[50] && flowchartFee.fees[50].report"> |
| | | |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[50].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="2025年工程部维修基金" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[51].report"> |
| | | <template v-if="flowchartFee.fees[51] && flowchartFee.fees[51].report"> |
| | | |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[51].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="2025年电梯部维修基金" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[52].report"> |
| | | <template v-if="flowchartFee.fees[52] && flowchartFee.fees[52].report"> |
| | | |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[52].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | |
| | | <th colspan="1" class="text-center"> |
| | | <vc:i18n name="2025年小区维修基金" namespace="flowchartManageOwner"></vc:i18n> |
| | | </th> |
| | | <template v-if="flowchartFee.fees[53].report"> |
| | | <template v-if="flowchartFee.fees[53] && flowchartFee.fees[53].report"> |
| | | |
| | | <th colspan="1" class="text-center" v-for="(num, indexNum) in flowchartFee.fees[53].report" :key="indexNum"> |
| | | {{ num }} |
| | | </th> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |