Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
4da0f999
Commit
4da0f999
authored
Jul 08, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏部分菜单
parent
7c750f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
120 additions
and
120 deletions
+120
-120
app.js
src/main/resources/static/app/app.js
+120
-120
No files found.
src/main/resources/static/app/app.js
View file @
4da0f999
...
@@ -54,12 +54,12 @@
...
@@ -54,12 +54,12 @@
icon
:
'fa fa-book'
,
icon
:
'fa fa-book'
,
subItems
:
[
subItems
:
[
{
name
:
'采购单管理'
,
url
:
'/#!/purchase-order'
,
icon
:
'fa fa-book'
,
acl
:
'PURCHASE_ORDER_FUNCTION'
},
{
name
:
'采购单管理'
,
url
:
'/#!/purchase-order'
,
icon
:
'fa fa-book'
,
acl
:
'PURCHASE_ORDER_FUNCTION'
},
{
//
{
name
:
'采购变更单管理'
,
//
name: '采购变更单管理',
url
:
'/#!/purchase-order-change'
,
//
url: '/#!/purchase-order-change',
icon
:
'fa fa-book'
,
//
icon: 'fa fa-book',
acl
:
'PURCHASE_ORDER_CHANGE_FUNCTION'
//
acl: 'PURCHASE_ORDER_CHANGE_FUNCTION'
}
//
}
]
]
},
},
//2
//2
...
@@ -68,133 +68,133 @@
...
@@ -68,133 +68,133 @@
icon
:
'fa fa-book'
,
icon
:
'fa fa-book'
,
subItems
:
[
subItems
:
[
{
name
:
'送货单管理'
,
url
:
'/#!/delivery-order'
,
icon
:
'fa fa-book'
,
acl
:
'DELIVERY_ORDER_FUNCTION'
},
{
name
:
'送货单管理'
,
url
:
'/#!/delivery-order'
,
icon
:
'fa fa-book'
,
acl
:
'DELIVERY_ORDER_FUNCTION'
},
{
name
:
'收货单管理'
,
url
:
'/#!/receipt'
,
icon
:
'fa fa-book'
,
acl
:
'RECEIPT_FUNCTION'
},
//
{name: '收货单管理', url: '/#!/receipt', icon: 'fa fa-book', acl: 'RECEIPT_FUNCTION'},
{
//
{
name
:
'质检单管理'
,
//
name: '质检单管理',
url
:
'/#!/quality-control'
,
//
url: '/#!/quality-control',
icon
:
'fa fa-book'
,
//
icon: 'fa fa-book',
acl
:
'QUALITY_CONTROL_FUNCTION'
//
acl: 'QUALITY_CONTROL_FUNCTION'
},
//
},
{
//
{
name
:
'入库单管理'
,
//
name: '入库单管理',
url
:
'/#!/warehouse-voucher'
,
//
url: '/#!/warehouse-voucher',
icon
:
'fa fa-book'
,
//
icon: 'fa fa-book',
acl
:
'WAREHOUSE_VOUCHER_FUNCTION'
//
acl: 'WAREHOUSE_VOUCHER_FUNCTION'
},
//
},
{
//
{
name
:
'仓退单管理'
,
//
name: '仓退单管理',
url
:
'/#!/warehouse-return'
,
//
url: '/#!/warehouse-return',
icon
:
'fa fa-book'
,
//
icon: 'fa fa-book',
acl
:
'WAREHOUSE_RETURN_FUNCTION'
//
acl: 'WAREHOUSE_RETURN_FUNCTION'
},
//
},
{
name
:
'验退单管理'
,
url
:
'/#!/inspect-return'
,
icon
:
'fa fa-book'
,
acl
:
'INSPECT_RETURN_FUNCTION'
}
//
{name: '验退单管理', url: '/#!/inspect-return', icon: 'fa fa-book', acl: 'INSPECT_RETURN_FUNCTION'}
]
]
},
},
//3
//3
{
//
{
name
:
'对账协同'
,
//
name: '对账协同',
icon
:
'fa fa-book'
,
//
icon: 'fa fa-book',
subItems
:
[
//
subItems: [
{
name
:
'结算单管理'
,
url
:
'/#!/balance-note'
,
icon
:
'fa fa-book'
,
acl
:
'BALANCE_NOTE_FUNCTION'
},
//
{name: '结算单管理', url: '/#!/balance-note', icon: 'fa fa-book', acl: 'BALANCE_NOTE_FUNCTION'},
{
name
:
'发票管理'
,
url
:
'/#!/invoice'
,
icon
:
'fa fa-book'
,
acl
:
'INVOICE_FUNCTION'
}
//
{name: '发票管理', url: '/#!/invoice', icon: 'fa fa-book', acl: 'INVOICE_FUNCTION'}
]
//
]
},
//
},
//5
//5
{
//
{
name
:
'供应商准入'
,
//
name: '供应商准入',
icon
:
'fa fa-users'
,
//
icon: 'fa fa-users',
subItems
:
[
//
subItems: [
{
//
{
name
:
'供应商调查'
,
//
name: '供应商调查',
url
:
'/#!/supplier-survey'
,
//
url: '/#!/supplier-survey',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_SURVEY_FUNCTION'
//
acl: 'SUPPLIER_SURVEY_FUNCTION'
},
//
},
{
//
{
name
:
'供应商准入审核'
,
//
name: '供应商准入审核',
url
:
'/#!/supplier-imp'
,
//
url: '/#!/supplier-imp',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_IMP_FUNCTION'
//
acl: 'SUPPLIER_IMP_FUNCTION'
},
//
},
{
//
{
name
:
'不符合项管理'
,
//
name: '不符合项管理',
url
:
'/#!/supplierImp-dscrpy'
,
//
url: '/#!/supplierImp-dscrpy',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIERIMP_DSCRPY_FUNCTION'
//
acl: 'SUPPLIERIMP_DSCRPY_FUNCTION'
},
//
},
{
//
{
name
:
'新物料认证'
,
//
name: '新物料认证',
url
:
'/#!/material-imp'
,
//
url: '/#!/material-imp',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'MATERIAL_IMP_FUNCTION'
//
acl: 'MATERIAL_IMP_FUNCTION'
//
}
//
}
]
//
]
},
//
},
//4
//4
{
{
name
:
'供应商目录'
,
name
:
'供应商目录'
,
icon
:
'fa fa-users'
,
icon
:
'fa fa-users'
,
subItems
:
[
subItems
:
[
{
name
:
'供应商档案'
,
url
:
'/#!/supplier'
,
icon
:
'fa fa-users'
,
acl
:
'SUPPLIER_FUNCTION'
},
{
name
:
'供应商档案'
,
url
:
'/#!/supplier'
,
icon
:
'fa fa-users'
,
acl
:
'SUPPLIER_FUNCTION'
},
{
//
{
name
:
'供应商资质'
,
//
name: '供应商资质',
url
:
'/#!/supplier-cert'
,
//
url: '/#!/supplier-cert',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_CERT_FUNCTION'
//
acl: 'SUPPLIER_CERT_FUNCTION'
}
//
}
]
]
},
},
//6
//6
{
//
{
name
:
'供应商改进'
,
//
name: '供应商改进',
icon
:
'fa fa-users'
,
//
icon: 'fa fa-users',
subItems
:
[
//
subItems: [
{
//
{
name
:
'供应商绩效考评'
,
//
name: '供应商绩效考评',
url
:
'/#!/supplier-appraisal'
,
//
url: '/#!/supplier-appraisal',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_APPRAISAL_FUNCTION'
//
acl: 'SUPPLIER_APPRAISAL_FUNCTION'
},
//
},
{
//
{
name
:
'高风险供应商'
,
//
name: '高风险供应商',
url
:
'/#!/supplier-Highrisk'
,
//
url: '/#!/supplier-Highrisk',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_HIGHRISK_FUNCTION'
//
acl: 'SUPPLIER_HIGHRISK_FUNCTION'
},
//
},
{
//
{
name
:
'供应商扣款处罚'
,
//
name: '供应商扣款处罚',
url
:
'/#!/supplier-ffpunish'
,
//
url: '/#!/supplier-ffpunish',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_FFPUNISH_FUNCTION'
//
acl: 'SUPPLIER_FFPUNISH_FUNCTION'
//
},
//
},
{
//
{
name
:
'供应商非扣款处罚'
,
//
name: '供应商非扣款处罚',
url
:
'/#!/supplier-punish'
,
//
url: '/#!/supplier-punish',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_PUNISH_FUNCTION'
//
acl: 'SUPPLIER_PUNISH_FUNCTION'
},
//
},
{
//
{
name
:
'高层交流'
,
//
name: '高层交流',
url
:
'/#!/supplier-hlevel'
,
//
url: '/#!/supplier-hlevel',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_HLEVEL_FUNCTION'
//
acl: 'SUPPLIER_HLEVEL_FUNCTION'
},
//
},
{
//
{
name
:
'供应商稽查'
,
//
name: '供应商稽查',
url
:
'/#!/chk-supplier'
,
//
url: '/#!/chk-supplier',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'CHK_SUPPLIER_FUNCTION'
//
acl: 'CHK_SUPPLIER_FUNCTION'
},
//
},
{
//
{
name
:
'8D报告'
,
//
name: '8D报告',
url
:
'/#!/supplier-Dreport'
,
//
url: '/#!/supplier-Dreport',
icon
:
'fa fa-address-card'
,
//
icon: 'fa fa-address-card',
acl
:
'SUPPLIER_DREPORT_FUNCTION'
//
acl: 'SUPPLIER_DREPORT_FUNCTION'
}
//
}
]
//
]
},
//
},
//7
//7
{
{
name
:
'基础数据'
,
name
:
'基础数据'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment