Commit bb10bf2f by lichengming

添加了样品管理备样样品管理和余样处理审批的按钮权限

parent b7bad59f
......@@ -97,7 +97,7 @@ export default {
btn: [
{
type: 'success',
id: '',
id: 'keep-callout',
name: '调出'
}
// {
......
......@@ -71,16 +71,16 @@ export default {
btn: [
{
type: 'primary',
id: '',
id: 'surplus-dispose-pass',
name: '通过'
},
{
type: '',
id: '',
id: 'surplus-dispose-back',
name: '驳回'
},
{
type: '',
type: 'surplus-dispose-submit-flow',
id: 'surplus-dispose-submit-flow',
name: '提交审批'
}
......@@ -89,9 +89,11 @@ export default {
// { type: '', id: '', name: '导出' },
],
iconMsg: [
{ type: 'md-create', id: '', name: '编辑' } // food-sample-prepare-edit
{ type: 'md-create', id: 'surplus-dispose-edit', name: '编辑' } // food-sample-prepare-edit
],
iconMsgSave: [
{ type: 'ios-checkmark', id: 'surplus-dispose-save', name: '保存' }
],
iconMsgSave: [{ type: 'ios-checkmark', id: '', name: '保存' }],
pageColumns: [
{ title: '试样编号', key: 'sampleCode', width: 150 },
{ title: '状态', key: 'status', status: true, width: 100 },
......
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