+
+
+
+
+
+ {{ row.itemName || '-' }}
+
+ {{ row.itemCode }}
+
+
+ 品牌:{{ row.brandName }}
+
+
+ 分类:{{ row.categoryName }}
+
+
+
+
+ {{ row.name || '-' }}
+
+ 编号:{{ row.code }}
+
+
+ 条码:{{ row.barCode }}
+
+
+
+
+ 成本价:{{ formatPrice(row.costPrice) }}
+
+
+ 销售价:{{ formatPrice(row.sellingPrice) }}
+
+
+
+
+ 净重:{{ formatWeight(row.netWeight) }}
+
+
+ 毛重:{{ formatWeight(row.grossWeight) }}
+
+
+
+ {{ formatDimensionText(row.length, row.width, row.height) || '-' }}
+
+
+
+
+