Commit 5cad5b89 by lichengming

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

parent 4f278733
......@@ -84,34 +84,34 @@ export default {
btn: [
{
type: 'success',
id: '',
id: 'instock-instock',
name: '入库'
}
],
iconMsg: [
{
type: 'md-create',
id: '',
id: 'instock-edit',
name: '编辑'
},
{
type: 'ios-list',
id: '',
id: 'instock-view',
name: '查看'
},
{
type: 'ios-camera',
id: '',
id: 'instock-pic',
name: '照片'
},
{
type: 'md-cloud',
id: '',
id: 'instock-upload',
name: '附件'
},
{
type: 'md-remove-circle',
id: '',
id: 'instock-delete',
name: '删除'
}
],
......
......@@ -73,27 +73,27 @@ export default {
iconMsg: [
{
type: 'ios-list',
id: '',
id: 'instock-his-view',
name: '查看'
},
{
type: 'ios-cloud-download',
id: '',
id: 'instock-his-export',
name: '导出入库资料'
},
{
type: 'ios-cloud',
id: '',
id: 'instock-his-upload',
name: '附件'
},
{
type: 'ios-clock',
id: '',
id: 'instock-his-record',
name: '操作日志'
},
{
type: 'md-trash',
id: '',
id: 'instock-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