| | |
| | | <view class="flex justify-between items-baseline"> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <text class="ml-1 text-xs">{{ item.code }}</text> |
| | | <text class="ml-1 text-sm">{{ item.code }}</text> |
| | | </view> |
| | | |
| | | <view> |
| | |
| | | {{ item.name }} |
| | | <text class="text-color-gray ml-2 text-mini">{{ item.modelNo }}</text> |
| | | </view> |
| | | <view class="text-color-gray text-xs mt-1"> |
| | | <view class="text-color-gray text-sm mt-1"> |
| | | 库存: {{ item.actualStock }} | 单价: {{ item.referPrice }} |
| | | </view> |
| | | <view class="text-color-gray text-xs mt-1"> |
| | | <view class="text-color-gray text-sm mt-1"> |
| | | 供应商: {{ item.supplier }} |
| | | </view> |
| | | </view> |