Commit e3847fc2 by guanzhenshan

调整ebay上架费

parent c7a04113
...@@ -1134,24 +1134,30 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -1134,24 +1134,30 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
var feeType = new string[] { var feeType = new string[] {
"BuyItNowFee", "BuyItNowFee",
"CreditAuctionEndEarly", "CreditFinalValue",
"CreditCardOnFile", "CreditFinalValueShipping",
"CreditInsertion", "CreditAuctionEndEarly",
"ExtendedDurationFee", "CreditCardOnFile",
"FeeAuctionEndEarly", "CreditInsertion",
"FeeBold", "ExtendedDurationFee",
"FeeGalleryPlus", "FeeAuctionEndEarly",
"FeeInsertion", "FeeBold",
"FeeLargePicture", "FeeGalleryPlus",
"FeePicturePack", "FeeInsertion",
"FeeReserve", "FeeLargePicture",
"FeeReturnShipping", "FeePicturePack",
"PaymentCC", "FeeReserve",
"PaypalOnFile", "FeeReturnShipping",
"PrivateListing", "PaymentCC",
"SubscriptionSMBasic", "PaypalOnFile",
"SubtitleFee", "PrivateListing",
"FeeFinalValueShipping", "SubscriptionSMBasic",
"SubtitleFee",
"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