{{ title || '采购清单' }}
{{ totalCount }}
已查看 {{ viewedCount }}
未查看 {{ totalCount - viewedCount }}
已查看过期 {{ expiredCount }}
勾选 {{ checkedCount }}
勾选总额 ¥{{ checkedPrice.toFixed(2) }}
查看进度 {{ viewedCount }}/{{ totalCount }} ({{ totalCount?Math.round(viewedCount/totalCount*100):0 }}%)
|
📦

{{ loading ? '加载中...' : '没有符合条件的物料' }}

{{ item.product_name }}
{{ item._shop }} | {{ item._cat }} | {{ item._source_label }} | {{ item._mat }}
¥{{ item.product_price?.toFixed(2) || '—' }}
×{{ item.quantity }}{{ item.unit }}
今天已查看 查看已过期
已选 {{ checkedCount }} 件,合计 ¥{{ checkedPrice.toFixed(2) }}
{{ toastMsg }}