Commit e3847fc2 by guanzhenshan

调整ebay上架费

parent c7a04113
...@@ -1134,6 +1134,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1134,6 +1134,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
var feeType = new string[] { var feeType = new string[] {
"BuyItNowFee", "BuyItNowFee",
"CreditFinalValue",
"CreditFinalValueShipping",
"CreditAuctionEndEarly", "CreditAuctionEndEarly",
"CreditCardOnFile", "CreditCardOnFile",
"CreditInsertion", "CreditInsertion",
...@@ -1152,6 +1154,10 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1152,6 +1154,10 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
"SubscriptionSMBasic", "SubscriptionSMBasic",
"SubtitleFee", "SubtitleFee",
"FeeFinalValueShipping", "FeeFinalValueShipping",
"eBayDebit",
"SnadOutlierFinalValueFee",
"SnadOutlierFinalValueFeeOnShipping"
}; };
var obj = _service.ListEbayFee(parameter, companyid, start, end, ref total, feeType,orderno,account); var obj = _service.ListEbayFee(parameter, companyid, start, end, ref total, feeType,orderno,account);
...@@ -1343,6 +1349,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1343,6 +1349,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
}; };
var PutAwayFeeType = new string[] { var PutAwayFeeType = new string[] {
"BuyItNowFee", "BuyItNowFee",
"CreditFinalValue",
"CreditFinalValueShipping",
"CreditAuctionEndEarly", "CreditAuctionEndEarly",
"CreditCardOnFile", "CreditCardOnFile",
"CreditInsertion", "CreditInsertion",
...@@ -1361,6 +1369,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1361,6 +1369,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
"SubscriptionSMBasic", "SubscriptionSMBasic",
"SubtitleFee", "SubtitleFee",
"FeeFinalValueShipping", "FeeFinalValueShipping",
"eBayDebit",
"SnadOutlierFinalValueFee",
"SnadOutlierFinalValueFeeOnShipping"
}; };
......
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