| | |
| | | </view> |
| | | <text class="text-[#646874] mx-2"> |
| | | 总需求数量: |
| | | <text class="text-[#252525]">{{ data[map.totalAmount] }}m</text> |
| | | <text class="text-[#252525]">{{ data[map.totalAmount] }}{{ data[map.unit] }}</text> |
| | | </text> |
| | | </view> |
| | | </wd-col> |
| | |
| | | </view> |
| | | <text class="text-[#646874] mx-2"> |
| | | 已生产数量: |
| | | <text class="text-[#252525]">{{ data[map.amount] }}m</text> |
| | | <text class="text-[#252525]">{{ data[map.amount] }}{{ data[map.unit] }}</text> |
| | | </text> |
| | | </view> |
| | | </wd-col> |
| | |
| | | </view> |
| | | <text class="text-[#646874] mx-2"> |
| | | 待排产数量: |
| | | <text class="text-[#252525]">{{ data[map.unAmount] }}m</text> |
| | | <text class="text-[#252525]">{{ data[map.unAmount] }}{{ data[map.unit] }}</text> |
| | | </text> |
| | | </view> |
| | | </wd-col> |