{{ '订单详情' | translate}}
{{ '订单状态:完成' | translate}}
{{ '所选标签类型:' | translate}}{{curOrder|tagsFilter}}
{{ '兴趣偏好:' | translate}}{{(curOrder.weights?'有':'无')| translate}}
{{ '用户群:' | translate}}{{curOrder.dataRange|dataRangeFilter}}
{{ '系统' | translate}} | {{ '产品名称' | translate}} | {{ '标签数量' | translate}} | {{ '设备数量' | translate}} | {{ '单价(元)' | translate}} | {{ '折扣' | translate}} | {{ '总价(元)' | translate}} |
IOS | {{curOrder.iosAppName}} | <5 | {{ '新' | translate}}:{{newValue.length==1 ? newValue[0].deviceid_cnt:0}} | {{newValue.length==1 ? newValue[0].priceNew: 0}} | {{newValue.length>0 ?newValue[0].discount:0}} *0.5 | {{curOrder.map && curOrder.map.totalMoney.toFixed(2)}} |
{{ '旧' | translate}}:{{newValue.length>1 ? newValue[1].deviceid_cnt: 0}} | {{newValue.length>1 ? newValue[1].priceNew: 0}} | |||||
≥5 | {{ '新' | translate}}:{{newValue.length>2 ? newValue[2].deviceid_cnt: 0}} | {{newValue.length>2 ? newValue[2].priceNew: 0}} | ||||
{{ '旧' | translate}}:{{newValue.length>3 ? newValue[3].deviceid_cnt: 0}} | {{newValue.length>3 ? newValue[3].priceNew: 0}} | |||||
Android | {{curOrder.androidAppName}} | <5 | {{ '新' | translate}}:{{newValue.length>4 ? newValue[4].deviceid_cnt: 0}} | {{newValue.length>4 ? newValue[4].priceNew: 0}} | {{newValue.length>0 ? newValue[0].discount:0}} *0.5 | {{curOrder.map && curOrder.map.totalMoney.toFixed(2) }} |
{{ '旧' | translate}}:{{newValue.length>5 ? newValue[5].deviceid_cnt: 0}} | {{newValue.length>5 ? newValue[5].priceNew: 0}} | |||||
≥5 | {{ '新' | translate}}:{{newValue.length>6 ? newValue[6].deviceid_cnt: 0}} | {{newValue.length>6 ? newValue[6].priceNew: 0}} | ||||
{{ '旧' | translate}}:{{newValue.length>7 ? newValue[7].deviceid_cnt: 0}} | {{newValue.length>7 ? newValue[7].priceNew: 0}} |
{{ '订单金额' | translate}}: ¥{{curOrder.map && curOrder.map.totalMoney.toFixed(2)}}