在星链oms添加功能
1.充值功能-对应运营管理系统中企业充值预处理功能 3.查询油价功能-对应运营管理系统中油价管理功能 4.公司管理-客户管理 开户维护银行信息功能
This commit is contained in:
106
pages.json
106
pages.json
@@ -456,6 +456,22 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "enterpriseRecharge/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "企业充值预处理",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "enterpriseRecharge/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "企业充值预处理",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
@@ -534,6 +550,66 @@
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "customerManagement",
|
||||
"pages": [{
|
||||
"path": "companyManagement/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公司管理",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "companyManagement/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公司管理",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "companyManagement/companyEnterprise",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择企业",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "companyManagement/enterprise",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择总公司",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "companyManagement/bankNameEnterprise",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择开户行",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"root": "siteManagement",
|
||||
"pages": [{
|
||||
"path": "OilSiteOilsPrice/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "油价管理",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "OilSiteOilsPrice/siteEnterprise",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择油站",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "OilSiteOilsPrice/otherSiteEnterprise",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择三方油站",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"root": "contractManagement",
|
||||
"pages": [{
|
||||
@@ -555,21 +631,21 @@
|
||||
{
|
||||
"root": "dataStatistics",
|
||||
"pages": [{
|
||||
"path": "networkPoint/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网点数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
"path": "networkPoint/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网点数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "networkPoint/province",
|
||||
"style": {
|
||||
"navigationBarTitleText": "各省数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "networkPoint/province",
|
||||
"style": {
|
||||
"navigationBarTitleText": "各省数据统计",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -582,4 +658,4 @@
|
||||
"easycom": {
|
||||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user