Commit 3772ee57 by guanzhenshan

同上

parent bebf0742
......@@ -125,9 +125,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
/// <param name="min"></param>
/// <param name="max"></param>
/// <returns></returns>
public ActionResult ExportSkuDiffWeigh(string sku, DateTime? shipstart, DateTime? shipend, int? min, int? max)
public ActionResult ExportSkuDiffWeigh(string sku, string warehousetype, string warehousecode, DateTime? shipstart, DateTime? shipend, int? min, int? max)
{
var obj = new Services.OrdersServices().ListWeighDiff(shipstart, shipend, min, max, sku);
var obj = new Services.OrdersServices().ListWeighDiff(shipstart, shipend, min, max, sku,warehousetype,warehousecode);
var colNames = new List<string> {"日期","配货单号","sku","sku重量", "发货重量", "重量差异值","发货仓库"};
......
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