{{ op.name }}
数量{{ op.productID*1!==999 ? ('(赠品数): x'+op.num+'('+op.presentNum+')') : (': x'+op.num) }}
规格: {{ op.unit }}
单价: ¥{{ op.price | toThousandFilter }}
总额: ¥{{ op.totalFee | toThousandFilter }}
已发/已收: {{ ((op.num ? op.num : 0) - (op.notOutStore ? op.notOutStore : 0)) + '/' + op.receivedNum }}