Commit 3efd27bb authored by youjie's avatar youjie

no message

parent c42b18fb
......@@ -908,13 +908,14 @@ export default {
let MailingMoneyList = x.PriceList.sort((a,b)=>{return b.MailingMoney-a.MailingMoney})
let dataObj = {
startDate: x.Date,
originalB2CPrice: x.PriceList[0].Price,
originalB2CPrice: x.PriceList[0].Price>0?x.PriceList[0].Price:'',
remainNum: 1,
Count: 1,
safeMoney: 0,
MailingMoney: MailingMoneyList[0].MailingMoney,
PriceList: x.PriceList,
}
x.Date = date.formatDate(new Date(x.Date), 'YYYY/MM/DD')
if(date.formatDate(Date.now(), 'YYYY/MM/DD')!=x.Date&&x.Date>date.formatDate(Date.now(), 'YYYY/MM/DD')){
arr.push(dataObj)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment