Commit b2f2e788 by guanzhenshan

增加半成品仓统计

parent ca17fc76
......@@ -1728,6 +1728,21 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
dates = listdate,
});
}
#region 库存汇总分析
public ActionResult InventorySummary()
{
return View();
}
public string InventorySummaryJson(BtTableParameter parameter,string warehousetype,string warehousecode,) {
}
#endregion
}
class SkuCategory_Col
......
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