This commit is contained in:
Leo
2025-11-26 17:48:24 +08:00
parent 061029fb0c
commit 485e306082

View File

@@ -1347,7 +1347,7 @@ export default {
const costStr = '' // 售价是0成本也设为空 const costStr = '' // 售价是0成本也设为空
// 利润(后返金额) // 利润(后返金额)
const profitStr = (rebate > 0) ? rebate.toFixed(2) : '' const profitStr = ''
// 京东单号 // 京东单号
const orderId = row.orderId || '' const orderId = row.orderId || ''
@@ -1362,11 +1362,14 @@ export default {
// 后返 // 后返
const rebateAmountStr = row.rebateAmount const rebateAmountStr = row.rebateAmount
? row.rebateAmount.toFixed(2) : '' ? row.rebateAmount.toFixed(2) : ''
const shopName = ''
// 按顺序拼接:日期、多多单号、型号、数量、姓名、地址、售价、成本、利润、京东单号、物流、下单付款、后返 // 按顺序拼接:日期、多多单号、型号、数量、姓名、地址、售价、成本、利润、京东单号、物流、下单付款、后返
const text = [ const text = [
dateStr, dateStr,
duoduoOrderNo, duoduoOrderNo,
shopName,
modelNumber, modelNumber,
quantity, quantity,
buyer, buyer,