| | |
| | | <block v-for="(item, index) in list"> |
| | | <view class="cu-list det menu "> |
| | | |
| | | |
| | | <view class="cu-bar bg-white solid-bottom margin-top-sm"> |
| | | <view class="action"> |
| | | <view class="index"> |
| | |
| | | </view> |
| | | |
| | | </view> |
| | | <view class="cu-list det menu noMargin " v-for="(item2,index2) in item.asnOrderItems"> |
| | | <view class="cu-list det menu noMargin " v-for="(item2,index2) in item.wkOrderItems"> |
| | | <view class="cu-item"> |
| | | <view class="content"> |
| | | <text class="text-gray">{{index2+1}}.</text> |
| | |
| | | </view> |
| | | <view class="cu-item"> |
| | | <view class="content"> |
| | | <text class="text-gray">本次拣货数量:<text class="text-black ">{{item.asnOrderItems.reduce((total, item) => total + (Number(item.demandQty) ||0 ) , 0)}}</text></text> |
| | | <text class="text-gray">本次拣货数量:<text class="text-black ">{{item.wkOrderItems.reduce((total, item) => total + (Number(item.demandQty) ||0 ) , 0)}}</text></text> |
| | | </view> |
| | | </view> |
| | | |