销售统计

This commit is contained in:
duan
2024-09-13 14:56:53 +08:00
parent 30a2251ec1
commit 9821d970a3
12 changed files with 1760 additions and 34 deletions

View File

@@ -1225,8 +1225,45 @@
"style": {
"navigationBarTitleText": "销售汇总"
}
},{
"pageId": "PAGES_PRODUCT_SALES_RANKING",
"path": "productSalesRanking",
"style": {
"navigationBarTitleText": "商品销售排行"
}
}
]
},
{
"root": "pageConsumables",
"pages": [{
"pageId": "PAGES_SALES_CONSUMABLES",
"path": "index",
"style": {
"navigationBarTitleText": "耗材管理"
}
}, {
"pageId": "PAGES_SALES_WAREHOUSEENTRY",
"path": "warehouseEntry",
"style": {
"navigationBarTitleText": "入库"
}
}, {
"pageId": "PAGES_SALES_OUTBOUND",
"path": "outbound",
"style": {
"navigationBarTitleText": "出库"
}
}, {
"pageId": "PAGES_SALES_INVENTORYCHECK",
"path": "inventoryCheck",
"style": {
"navigationBarTitleText": "盘点"
}
}]
},
{
"root": "pagePrinter",
"pages": [{
@@ -1248,7 +1285,7 @@
"pageId": "PAGES_PRINTER_EDIT",
"path": "index/editPrinter",
"style": {
"navigationBarTitleText" : "打印机编辑"
"navigationBarTitleText": "打印机编辑"
}
}
@@ -1276,8 +1313,7 @@
"spacing": "5px",
"height": "58px",
"backgroundColor": "#FCFCFC",
"list": [
{
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabImg/index.png",
"selectedIconPath": "static/tabImg/index-select.png",