+
+ 客户
+ {{ item.customerName || '-' }}
+
+
+ 产品
+ {{ item.productNames || '-' }}
+
+
+ 订单时间
+ {{ formatDate2(item.orderTime) }}
+
+
+ 创建人
+ {{ item.creatorName || '-' }}
+
+
+
+
{{ erpCountInputFormatter(item.totalCount) }}
+
总数量
+
+
+
{{ erpCountInputFormatter(item.outCount) }}
+
出库
+
+
+
{{ erpCountInputFormatter(item.returnCount) }}
+
退货
+
+
+
¥{{ erpPriceInputFormatter(item.totalPrice) }}
+
含税金额
+
+
+