Commit e3847fc2 by guanzhenshan

调整ebay上架费

parent c7a04113
......@@ -1134,24 +1134,30 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
var feeType = new string[] {
"BuyItNowFee",
"CreditAuctionEndEarly",
"CreditCardOnFile",
"CreditInsertion",
"ExtendedDurationFee",
"FeeAuctionEndEarly",
"FeeBold",
"FeeGalleryPlus",
"FeeInsertion",
"FeeLargePicture",
"FeePicturePack",
"FeeReserve",
"FeeReturnShipping",
"PaymentCC",
"PaypalOnFile",
"PrivateListing",
"SubscriptionSMBasic",
"SubtitleFee",
"FeeFinalValueShipping",
"CreditFinalValue",
"CreditFinalValueShipping",
"CreditAuctionEndEarly",
"CreditCardOnFile",
"CreditInsertion",
"ExtendedDurationFee",
"FeeAuctionEndEarly",
"FeeBold",
"FeeGalleryPlus",
"FeeInsertion",
"FeeLargePicture",
"FeePicturePack",
"FeeReserve",
"FeeReturnShipping",
"PaymentCC",
"PaypalOnFile",
"PrivateListing",
"SubscriptionSMBasic",
"SubtitleFee",
"FeeFinalValueShipping",
"eBayDebit",
"SnadOutlierFinalValueFee",
"SnadOutlierFinalValueFeeOnShipping"
};
var obj = _service.ListEbayFee(parameter, companyid, start, end, ref total, feeType,orderno,account);
......@@ -1343,6 +1349,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
};
var PutAwayFeeType = new string[] {
"BuyItNowFee",
"CreditFinalValue",
"CreditFinalValueShipping",
"CreditAuctionEndEarly",
"CreditCardOnFile",
"CreditInsertion",
......@@ -1361,6 +1369,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
"SubscriptionSMBasic",
"SubtitleFee",
"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