货架数量:{{ statisticsObj.shelfCount }};
铺货数量合计:{{ statisticsObj.totalShelfMaxQty }};
铺货金额合计:{{ statisticsObj&&(statisticsObj.totalShelfMaxCost||statisticsObj.totalShelfMaxCost==0)?toThousands(statisticsObj.totalShelfMaxCost,2):'--' }};
货架取货数量合计:{{ statisticsObj.totalOrderQty }};
货架取货金额合计:{{ statisticsObj&&(statisticsObj.totalOrderAmount||statisticsObj.totalOrderAmount==0)?toThousands(statisticsObj.totalOrderAmount,2):'--' }};
急送数量合计:{{ statisticsObj.tempOrderQty }};
急送金额合计:{{ statisticsObj&&(statisticsObj.tempOrderAmount||statisticsObj.tempOrderAmount==0)?toThousands(statisticsObj.tempOrderAmount,2):'--' }};
销售数量合计:{{ statisticsObj.saleOrderQty }};
销售金额合计:{{ statisticsObj&&(statisticsObj.saleOrderAmount||statisticsObj.saleOrderAmount==0)?toThousands(statisticsObj.saleOrderAmount,2) :'--' }};