-
+
+
+
+ 产品名称
+ {{ row.productName || '-' }}
+
+
+
+
+ 库存
+ {{ erpCountInputFormatter(row.stockCount) }}
+
+
+
+
+ 条码
+ {{ row.productBarCode || '-' }}
+
+
+
+
+ 单位
+ {{ row.productUnitName || '-' }}
+
+
+
+
+ 已出库
+ {{ erpCountInputFormatter(row.inCount) }}
+
+
+
+
+ 已退货
+ {{ erpCountInputFormatter(row.returnCount) }}
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 金额
+ {{ erpPriceInputFormatter(row.totalProductPrice) }}
+
+
+
+
+
+
+
+
+
+
+
+ 税额
+ {{ erpPriceInputFormatter(row.taxPrice) }}
+
+
+
+
+ 税额合计
+ {{ erpPriceInputFormatter(row.totalPrice) }}
+
+
+
+
-