Commit f6346144 by lichengming

添加了样品管理出库管理的按钮权限

parent 49827deb
......@@ -87,29 +87,29 @@ export default {
btn: [
{
type: 'success',
id: '',
id: 'outstock-outstock',
name: '出库'
}
],
iconMsg: [
{
type: 'md-create',
id: '',
id: 'outstock-edit',
name: '编辑'
},
{
type: 'ios-list',
id: '',
id: 'outstock-view',
name: '查看'
},
{
type: 'md-cloud',
id: '',
id: 'outstock-upload',
name: '附件'
},
{
type: 'md-remove-circle',
id: '',
id: 'outstock-delete',
name: '删除'
}
],
......
......@@ -73,32 +73,32 @@ export default {
iconMsg: [
{
type: 'ios-redo',
id: '',
id: 'outstock-his-back',
name: '出库撤销'
},
{
type: 'ios-list',
id: '',
id: 'outstock-his-view',
name: '查看'
},
{
type: 'ios-cloud',
id: '',
id: 'outstock-his-upload',
name: '附件'
},
{
type: 'ios-cloud-download',
id: '',
id: 'outstock-his-export',
name: '导出出库资料'
},
{
type: 'ios-clock',
id: '',
id: 'outstock-his-record',
name: '操作日志'
},
{
type: 'md-trash',
id: '',
id: 'outstock-his-delete',
name: '删除'
}
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment