...
|
...
|
@@ -18,7 +18,7 @@ module.exports=function(app) { |
|
|
|
|
|
/*************************************商品销售报表*************************************/
|
|
|
|
|
|
app.vue("/report/businessSale", "report.BusinessSale", "select_queryAllMaxSortList");
|
|
|
app.vue("/report/businessSale", "report.BusinessSale");
|
|
|
|
|
|
app.post("/report/getOrdersGoodsRptList", "report_getOrdersGoodsRptList"); //销售统计
|
|
|
|
...
|
...
|
@@ -26,7 +26,7 @@ module.exports=function(app) { |
|
|
|
|
|
/*************************************出入库报表*************************************/
|
|
|
|
|
|
app.vue("/report/importExportStock", "report.ImportExportStock", "select_queryAllMaxSortList");
|
|
|
app.vue("/report/importExportStock", "report.ImportExportStock");
|
|
|
|
|
|
app.post("/report/getStorageInRptList", "report_getStorageInRptList"); //发货入库统计
|
|
|
|
...
|
...
|
@@ -34,7 +34,7 @@ module.exports=function(app) { |
|
|
|
|
|
/*************************************库存报表*************************************/
|
|
|
|
|
|
app.vue("/report/stock", "report.Stock", "select_queryAllMaxSortList","select_queryAllMaxSortList");
|
|
|
app.vue("/report/stock", "report.Stock", "select_queryAllMaxSortList");
|
|
|
|
|
|
app.post("/bigdata/getStorageStatisticsList", "report_getStorageStatisticsList"); //查询库存列表
|
|
|
|
...
|
...
|
|