-
{{ index + 1 }}
{{ item.itemName }} {{item.selectedNum}}{{ item.selectedUnit }} ¥{{ item.selectedPrice }}元{{ itemInfo.name }}[{{ chrgitm_lv[itemInfo.chrgitmLv as keyof typeof chrgitm_lv || '-'] || '-' }}]¥{{ item.unitPrice }}/{{item.unit }}限制条件:{{ itemInfo.lmtUsedFlag == 0 ? '否' : itemInfo.lmtUsedFlag == 1 ? '是' : '-'}}医保码:{{item.itemSocialCode||'-'}}
合计
¥{{ list.reduce((acc, cur) => acc + cur.selectedNum*cur.selectedPrice, 0) }}元