销售统计
This commit is contained in:
42
pages.json
42
pages.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user