请求接口计算数量

博客内容讲述了如何在前端使用Vue处理大列表,根据筛选条件拆分为逆变器、并网箱和组件等部分,并进行数量计算,避免了额外的接口请求,直接在获取数据后进行数据处理。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

需求就是 一个大list 拆分成 逆变器,并网箱, 组件  红框那里都需要计算

	<view class="cell_list">
					<!-- 逆变器 -->
					<view class="cell" v-for="(item,index) in distributionListVOS" :key="index">
						<view class="cell_title" @click="item.show=!item.show">
							<view>{
  {item.deviceName}}</view>
							<u-icon :name="item.show?'arrow-down':'arrow-right'" label-pos="right"></u-icon>
						</view>
						<view class="cell_detail" v-show='item.show'>
							<u-table border-color='#E8E8E8' align="left">
								<u-tr>
									<!-- allCount,toBeSendCount,signInCount -->
									<u-th>型号</u-th>
									<u-th>总数量({
  {getCount('allCount',item.list)}})</u-th>
									<u-th v-show="type!='TO_BE_REVIEWED'">运输中({
  {getCount('toBeSendCount',item.list)}})</u-th>
									<u-th v-show="type!='TO_BE_REVIEWED'">已签收({
  {getCount('signInCount',item.list)}})</u-th>
									
									<u-th>品牌</u-th>
								</u-tr>
								<u-tr v-for="(_item,_idx) in item.list" :key="_idx">
									<u-td>{
  {_item.equipmentModel}}{
  {_item.equipmentType == 'COMPONENT'?'':'kW'}}</u-td>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值