Commit f6346144 by lichengming

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

parent 49827deb
...@@ -87,29 +87,29 @@ export default { ...@@ -87,29 +87,29 @@ export default {
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'outstock-outstock',
name: '出库' name: '出库'
} }
], ],
iconMsg: [ iconMsg: [
{ {
type: 'md-create', type: 'md-create',
id: '', id: 'outstock-edit',
name: '编辑' name: '编辑'
}, },
{ {
type: 'ios-list', type: 'ios-list',
id: '', id: 'outstock-view',
name: '查看' name: '查看'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: '', id: 'outstock-upload',
name: '附件' name: '附件'
}, },
{ {
type: 'md-remove-circle', type: 'md-remove-circle',
id: '', id: 'outstock-delete',
name: '删除' name: '删除'
} }
], ],
......
...@@ -73,32 +73,32 @@ export default { ...@@ -73,32 +73,32 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-redo', type: 'ios-redo',
id: '', id: 'outstock-his-back',
name: '出库撤销' name: '出库撤销'
}, },
{ {
type: 'ios-list', type: 'ios-list',
id: '', id: 'outstock-his-view',
name: '查看' name: '查看'
}, },
{ {
type: 'ios-cloud', type: 'ios-cloud',
id: '', id: 'outstock-his-upload',
name: '附件' name: '附件'
}, },
{ {
type: 'ios-cloud-download', type: 'ios-cloud-download',
id: '', id: 'outstock-his-export',
name: '导出出库资料' name: '导出出库资料'
}, },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'outstock-his-record',
name: '操作日志' name: '操作日志'
}, },
{ {
type: 'md-trash', type: 'md-trash',
id: '', id: 'outstock-his-delete',
name: '删除' 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