|
@@ -61,13 +61,12 @@ window.menuList.unshift({
|
|
|
parent: true,
|
|
|
icon: 'el-icon-unlock',
|
|
|
info: '对系统角色权限的分配等设计,敏感度较高,请谨慎授权',
|
|
|
- childList: [
|
|
|
- {
|
|
|
+ childList: [{
|
|
|
id: 'admin-list',
|
|
|
name: '用户列表',
|
|
|
url: 'sa-view-sp/sp-admin/admin-list.html',
|
|
|
info: '所有管理员账号'
|
|
|
- },{
|
|
|
+ }, {
|
|
|
id: 'role-list',
|
|
|
name: '角色列表',
|
|
|
url: 'sa-view-sp/sp-role/role-list.html',
|
|
@@ -95,7 +94,27 @@ window.menuList.unshift({
|
|
|
icon: 'el-icon-setting',
|
|
|
parent: true,
|
|
|
info: '有关系统的一些配置',
|
|
|
- childList: [
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-app',
|
|
|
+ name: 'APK管理',
|
|
|
+ url: 'sa-view/tb-app/tb-app-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-app-add',
|
|
|
+ name: 'APK管理添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-app-edit',
|
|
|
+ name: 'APK管理更新',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-app-del',
|
|
|
+ name: 'APK管理删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
id: 'sp-cfg-app',
|
|
|
name: '系统对公配置',
|
|
@@ -234,8 +253,7 @@ window.menuList.unshift({
|
|
|
icon: 'el-icon-user',
|
|
|
name: '边民管理',
|
|
|
url: 'sa-view/tb-people/tb-people-list.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
+ childList: [{
|
|
|
id: 'tb-people-add',
|
|
|
name: '边民添加',
|
|
|
isShow: false
|
|
@@ -262,10 +280,21 @@ window.menuList.unshift({
|
|
|
icon: 'el-icon-folder-opened',
|
|
|
name: '个体户(开票)',
|
|
|
url: 'sa-view/tb-people-tax-account/tb-people-tax-account-list.html',
|
|
|
- childList: [
|
|
|
- {id:'tb-people-tax-account-add',name:'个体户(开票)添加',isShow:false},
|
|
|
- {id:'tb-people-tax-account-edit',name:'个体户(开票)更新',isShow:false},
|
|
|
- {id:'tb-people-tax-account-del',name:'个体户(开票)删除',isShow:false},
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-people-tax-account-add',
|
|
|
+ name: '个体户(开票)添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-people-tax-account-edit',
|
|
|
+ name: '个体户(开票)更新',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-people-tax-account-del',
|
|
|
+ name: '个体户(开票)删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
|
|
@@ -375,10 +404,10 @@ window.menuList.unshift({
|
|
|
name: '个人收购商',
|
|
|
url: 'sa-view/tb-purchaser-personal/tb-purchaser-personal-list.html',
|
|
|
childList: [{
|
|
|
- id: 'tb-purchaser-add',
|
|
|
- name: '收购商添加',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
+ id: 'tb-purchaser-add',
|
|
|
+ name: '收购商添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
{
|
|
|
id: 'tb-purchaser-edit',
|
|
|
name: '收购商更新',
|
|
@@ -398,10 +427,10 @@ window.menuList.unshift({
|
|
|
name: '合作社列表',
|
|
|
url: 'sa-view/tb-cooperative/tb-cooperative-list.html',
|
|
|
childList: [{
|
|
|
- id: 'tb-cooperative-add',
|
|
|
- name: '添加合作社',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
+ id: 'tb-cooperative-add',
|
|
|
+ name: '添加合作社',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
{
|
|
|
id: 'tb-cooperative-edit',
|
|
|
name: '更新合作社',
|
|
@@ -504,8 +533,7 @@ window.menuList.unshift({
|
|
|
icon: 'el-icon-user-solid',
|
|
|
name: '账号管理',
|
|
|
url: 'sa-view/app-user/app-user-list.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
+ childList: [{
|
|
|
id: 'app-user-add',
|
|
|
name: '添加',
|
|
|
isShow: false
|
|
@@ -597,19 +625,34 @@ window.menuList.unshift({
|
|
|
id: 'listing-manage',
|
|
|
name: '上架管理',
|
|
|
parent: true,
|
|
|
+ childList: [{
|
|
|
+ id: 'listing-management',
|
|
|
+ name: '商品整车列表',
|
|
|
+ url: 'sa-view/listing-management/listing-management.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-order-edit-price',
|
|
|
+ name: '修改上架金额',
|
|
|
+ isShow: false
|
|
|
+ }]
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'returns-chargebacks-list',
|
|
|
+ name: '退运/单管理',
|
|
|
+ parent: true,
|
|
|
+
|
|
|
childList: [
|
|
|
{
|
|
|
- id: 'listing-management',
|
|
|
- name: '商品整车列表',
|
|
|
- url: 'sa-view/listing-management/listing-management.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'tb-order-edit-price',
|
|
|
- name: '修改上架金额',
|
|
|
- isShow: false
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ id: 'ht-returns-settlement',
|
|
|
+ name: '退运订单',
|
|
|
+ url: 'sa-view/ht-settlement-error/ht-trade-returns-list.html'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'ht-chargebacks-settlement',
|
|
|
+ name: '退单订单',
|
|
|
+ url: 'sa-view/ht-settlement-error/ht-trade-chargebacks-list.html'
|
|
|
+ },
|
|
|
+
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -617,8 +660,7 @@ window.menuList.unshift({
|
|
|
name: '订单管理',
|
|
|
parent: true,
|
|
|
|
|
|
- childList: [
|
|
|
- {
|
|
|
+ childList: [{
|
|
|
id: 'ht-trade-settlement',
|
|
|
name: '进境结算单',
|
|
|
url: 'sa-view/ht-trade-settlement/ht-trade-settlement-list.html',
|
|
@@ -695,28 +737,52 @@ window.menuList.unshift({
|
|
|
id: 'tb-import-order',
|
|
|
name: '进口申报单',
|
|
|
url: 'sa-view/tb-import-order/tb-import-order-list.html',
|
|
|
- childList: [
|
|
|
- {id:'tb-import-order-add',name:'订单添加',isShow:false},
|
|
|
- {id:'tb-import-order-edit',name:'订单更新',isShow:false},
|
|
|
- {id:'tb-import-order-del',name:'订单删除',isShow:false},
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-import-order-add',
|
|
|
+ name: '订单添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-import-order-edit',
|
|
|
+ name: '订单更新',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-import-order-del',
|
|
|
+ name: '订单删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
id: 'tb-import-order-judge',
|
|
|
name: '互助委托协议审核',
|
|
|
url: 'sa-view/tb-import-order/tb-import-order-judge.html',
|
|
|
- childList: [
|
|
|
- {id:'tb-import-order-do-judge',name:'审核',isShow:false},
|
|
|
- ]
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-import-order-do-judge',
|
|
|
+ name: '审核',
|
|
|
+ isShow: false
|
|
|
+ }, ]
|
|
|
},
|
|
|
{
|
|
|
id: 'tb-import-goods',
|
|
|
name: '进口申报单商品管理',
|
|
|
url: 'sa-view/tb-import-goods/tb-import-goods-list.html',
|
|
|
- childList: [
|
|
|
- {id:'tb-import-goods-add',name:'订单添加',isShow:false},
|
|
|
- {id:'tb-import-goods-edit',name:'订单更新',isShow:false},
|
|
|
- {id:'tb-import-goods-del',name:'订单删除',isShow:false},
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-import-goods-add',
|
|
|
+ name: '订单添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-import-goods-edit',
|
|
|
+ name: '订单更新',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-import-goods-del',
|
|
|
+ name: '订单删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -878,4 +944,4 @@ window.menuList.unshift({
|
|
|
]
|
|
|
}
|
|
|
|
|
|
-);
|
|
|
+);
|