Commit e3847fc2 by guanzhenshan

调整ebay上架费

parent c7a04113
......@@ -1134,6 +1134,8 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
var feeType = new string[] {
"BuyItNowFee",
"CreditFinalValue",
"CreditFinalValueShipping",
"CreditAuctionEndEarly",
"CreditCardOnFile",
"CreditInsertion",
......@@ -1152,6 +1154,10 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
"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