+
+ 毛重(吨)
+ {{ formatWeight(card.grossWeightTon) }}
+
+
+ 净重(吨)
+ {{ formatWeight(card.netWeightTon) }}
+
+
+ 计费基准
+
+
+ {{ card.weightBasis === 'gross' ? '毛重' : '净重' }}
+
+
+
+
+ 在库天数
+
+ {{ card.storageDays || '-' }}
+
+
+
+ 单位成本
+ {{ formatMoney(card.unitCost) }} 元/吨/天
+
+
+ 累计成本
+ {{ formatMoney(card.totalCost) }} 元
+
+
+ 计费截至
+ {{ formatDate(card.endDate) }}
+
+
+ 所在库区
+ {{ card.warehouseName || '-' }}
+
+