|
@@ -182,7 +182,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-group',
|
|
|
icon: 'el-icon-s-data',
|
|
|
- name: '边民互助子系统',
|
|
|
+ name: '互助组管理',
|
|
|
url: 'sa-view/tb-group/tb-group-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-group-add',
|
|
@@ -236,7 +236,7 @@ window.menuList.unshift({
|
|
|
{
|
|
|
id: 'tb-shop',
|
|
|
icon: 'el-icon-receiving',
|
|
|
- name: '商铺账册管理',
|
|
|
+ name: '商铺管理',
|
|
|
url: 'sa-view/tb-shop/tb-shop-list.html',
|
|
|
childList: [{
|
|
|
id: 'tb-shop-add',
|
|
@@ -620,90 +620,11 @@ window.menuList.unshift({
|
|
|
]
|
|
|
}, {
|
|
|
id: 'trade-manager',
|
|
|
- name: '交易结算子系统',
|
|
|
+ name: '交易管理',
|
|
|
parent: true,
|
|
|
icon: 'el-icon-s-unfold',
|
|
|
childList: [
|
|
|
{
|
|
|
- id: 'declaration',
|
|
|
- icon: 'el-icon-school',
|
|
|
- name: '互市申报',
|
|
|
- parent: true,
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'entry-declaration',
|
|
|
- name: '进出境申报',
|
|
|
- icon: 'el-icon-s-custom',
|
|
|
- url: 'sa-view/entry-declaration/ht-trade-settlement-list.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'ht-trade-settlement-add',
|
|
|
- name: '添加订单',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'ht-trade-settlement-edit',
|
|
|
- name: '修改订单',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-edit-price',
|
|
|
- name: '修改上架金额',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'ht-trade-settlement-hzsconfirm',
|
|
|
- name: '互助社确认',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'import-declaration',
|
|
|
- name: '进出口申报',
|
|
|
- icon: 'el-icon-s-unfold',
|
|
|
- url: 'sa-view/import-declaration/tb-order-list.html',
|
|
|
- childList: [
|
|
|
- {
|
|
|
- id: 'tb-order-edit',
|
|
|
- name: '修改订单',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-del',
|
|
|
- name: '删除订单',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'bank-info',
|
|
|
- name: '银行回执',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-deduction',
|
|
|
- name: '订单扣款',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-send009',
|
|
|
- name: '补推009',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-sendCXB001',
|
|
|
- name: '推送结关',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'tb-order-refund',
|
|
|
- name: '退款',
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
id: 'level-one-market',
|
|
|
icon: 'el-icon-school',
|
|
|
name: '一级市场',
|
|
@@ -929,7 +850,95 @@ window.menuList.unshift({
|
|
|
name: '货运管理',
|
|
|
parent: true,
|
|
|
icon: 'el-icon-s-grid',
|
|
|
- childList: [{
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'busi-config',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ parent: true,
|
|
|
+ name: '数据配置',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-config',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '业务参数',
|
|
|
+ url: 'sa-view/tb-config/tb-config-list.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-config-add',
|
|
|
+ name: '添加',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-config-edit',
|
|
|
+ name: '更新',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-config-del',
|
|
|
+ name: '删除',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-cat',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '字典管理',
|
|
|
+ url: 'sa-view/tb-dict/tb-dict-cat-list.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-dict-cat-add',
|
|
|
+ name: '添加字典类型',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-cat-edit',
|
|
|
+ name: '更新字典类型',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-cat-del',
|
|
|
+ name: '删除字典类型',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-info',
|
|
|
+ name: '字典数据列表',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-info-add',
|
|
|
+ name: '添加字典数据',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-info-edit',
|
|
|
+ name: '更新字典数据',
|
|
|
+ isShow: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-dict-info-del',
|
|
|
+ name: '删除字典数据',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ id: 'tb-freight-template',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '运费模板',
|
|
|
+ url: 'sa-view/tb-freight-template/tb-freight-template-list.html',
|
|
|
+ childList: [
|
|
|
+ {id:'tb-freight-template-add',name:'运费模板添加',isShow:false},
|
|
|
+ {id:'tb-freight-template-edit',name:'运费模板更新',isShow:false},
|
|
|
+ {id:'tb-freight-template-del',name:'运费模板删除',isShow:false},
|
|
|
+ ]
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ,{
|
|
|
id: 'tb-driver',
|
|
|
icon: 'el-icon-s-custom',
|
|
|
name: '司机管理',
|
|
@@ -972,6 +981,194 @@ window.menuList.unshift({
|
|
|
isShow: true
|
|
|
},
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-driver-audit-p',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '司机审核',
|
|
|
+ url: 'sa-view/tb-driver-audit/tb-driver-audit-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-driver-audit',
|
|
|
+ name: '司机审核',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-vehicle-audit-p',
|
|
|
+ icon: 'el-icon-s-check',
|
|
|
+ name: '车辆审核',
|
|
|
+ url: 'sa-view/tb-vehicle-audit/tb-vehicle-audit-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-vehicle-audit',
|
|
|
+ name: '车辆审核',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-demand',
|
|
|
+ icon: 'el-icon-s-order',
|
|
|
+ name: '货运需求单',
|
|
|
+ url: 'sa-view/tb-transport-demand/tb-transport-demand-list.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-transport-demand-cancel',
|
|
|
+ name: '货运需求单取消',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-demand-del',
|
|
|
+ name: '货运需求单删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-demand-apply',
|
|
|
+ name: '货运需求单申请记录',
|
|
|
+ isShow: false
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-order',
|
|
|
+ name: '货运订单管理',
|
|
|
+ icon: 'el-icon-folder-opened',
|
|
|
+ url: 'sa-view/tb-transport-order/tb-transport-order-list.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-transport-order-add',
|
|
|
+ name: '查看详情',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-order-log',
|
|
|
+ name: '查看处理过程',
|
|
|
+ isShow: false
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-order-timeout',
|
|
|
+ name: '超时结算处理',
|
|
|
+ icon: 'el-icon-folder-opened',
|
|
|
+ url: 'sa-view/tb-transport-order/tb-transport-order-timeout.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-transport-order-settle-confirm',
|
|
|
+ name: '超时结算处理',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-refund',
|
|
|
+ name: '退款纠纷管理',
|
|
|
+ icon: 'el-icon-folder-opened',
|
|
|
+ url: 'sa-view/tb-transport-refund/tb-transport-refund-list.html',
|
|
|
+ childList: [{
|
|
|
+ id: 'tb-transport-refund-add',
|
|
|
+ name: '货运订单退款表添加',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-refund-edit',
|
|
|
+ name: '货运订单退款表更新',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-refund-deal',
|
|
|
+ name: '货运订单退款处理',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-refund-del',
|
|
|
+ name: '货运订单退款表删除',
|
|
|
+ isShow: false
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'busi-transport-settle',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ parent: true,
|
|
|
+ name: '订单结算对帐',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-transport-settle',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '订单结算单',
|
|
|
+ url: 'sa-view/tb-transport-settle/tb-transport-order-settle.html',
|
|
|
+ childList: [
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-trade-bill-detail',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '订单对帐单',
|
|
|
+ url: 'sa-view/tb-transport-trade-bill/tb-transport-trade-bill-detail-list.html',
|
|
|
+ childList: [
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-trade-bill',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '日交易对帐',
|
|
|
+ url: 'sa-view/tb-transport-trade-bill/tb-transport-trade-bill-list.html',
|
|
|
+ childList: [
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-transport-fundflow-bill',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '日资金对帐',
|
|
|
+ url: 'sa-view/tb-transport-fundflow-bill/tb-transport-fundflow-bill-list.html',
|
|
|
+ childList: [
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'busi-wechat-pay',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ parent: true,
|
|
|
+ name: '微信支付',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-wechat-pay',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '微信支付明细',
|
|
|
+ url: 'sa-view/tb-wechat-pay/tb-wechat-pay-list.html',
|
|
|
+ childList: [
|
|
|
+ {
|
|
|
+ id: 'tb-wechat-pay-syn',
|
|
|
+ name: '同步',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'tb-wechat-refund',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '微信退款明细',
|
|
|
+ url: 'sa-view/tb-wechat-refund/tb-wechat-refund-list.html',
|
|
|
+ childList: [
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ id: 'tb-wechat-transfer',
|
|
|
+ icon: 'el-icon-s-custom',
|
|
|
+ name: '微信转账明细',
|
|
|
+ url: 'sa-view/tb-wechat-transfer/tb-wechat-transfer-list.html',
|
|
|
+ childList: [ {
|
|
|
+ id: 'tb-wechat-transfer-syn',
|
|
|
+ name: '同步',
|
|
|
+ isShow: true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}, {
|