Commit 15bf2ee1 by lichengming

添加了检测管理试验项目分配的按钮权限

parent 860d82f8
......@@ -84,18 +84,18 @@ export default {
iconMsg: [
{
type: 'ios-beaker',
id: '',
id: 'allot-task-sample-manage-his',
name: '管理样品'
},
{ type: 'md-cloud', id: '', name: '附件' },
{ type: 'md-cloud', id: 'allot-task-upload-his', name: '附件' },
{
type: 'ios-clock',
id: '',
id: 'allot-task-record-his',
name: '操作日志'
},
{
type: 'md-trash',
id: '',
id: 'allot-task-delete-his',
name: '删除'
}
],
......
......@@ -71,7 +71,13 @@ export default {
// 用户自己选中的列
userColumns: [],
currentComponent: '',
btn: [{ type: 'success', id: '', name: '调整试验项目检测人' }],
btn: [
{
type: 'success',
id: 'allot-task-sample-adjust-his-entrust',
name: '调整试验项目检测人'
}
],
getPage: {},
pageColumns: [
{ title: '检测项目', key: 'name', width: 120, fixed: 'left' },
......
......@@ -87,7 +87,13 @@ export default {
{ key: 'tester', name: '主检人', placeholder: '请输入主检人' },
{ key: 'detectType', name: '样品类别', placeholder: '请输入样品类别' }
],
btn: [{ type: 'success', id: '', name: '调整试验项目检测人' }],
btn: [
{
type: 'success',
id: 'allot-task-sample-adjust-his-sample',
name: '调整试验项目检测人'
}
],
getPage: {},
pageColumns: [
{ title: '试验名称', key: 'name', width: 160 },
......
......@@ -94,13 +94,13 @@ export default {
iconMsg: [
{
type: 'ios-beaker',
id: '',
id: 'allot-task-sample-manage',
name: '管理样品'
},
{ type: 'md-cloud', id: '', name: '附件' },
{ type: 'md-cloud', id: 'allot-task-upload', name: '附件' },
{
type: 'ios-clock',
id: '',
id: 'allot-task-record',
name: '操作日志'
}
],
......
......@@ -99,8 +99,16 @@ export default {
{ key: 'detectType', name: '样品类别', placeholder: '请输入样品类别' }
],
btn: [
{ type: 'success', id: '', name: '试验项目分配' },
{ type: 'success', id: '', name: '试验项目自动分配' },
{
type: 'success',
id: 'allot-task-sample-item-allot',
name: '试验项目分配'
},
{
type: 'success',
id: 'allot-task-sample-item-allot-auto',
name: '试验项目自动分配'
},
{ type: '', id: 'food-task-assign-adjust-group', name: '调整分组' },
{
type: '',
......
......@@ -88,7 +88,11 @@ export default {
{ key: 'detectType', name: '样品类别', placeholder: '请输入样品类别' }
],
btn: [
{ type: 'success', id: '', name: '试验项目分配' },
{
type: 'success',
id: 'allot-task-sample-item-allot-sample',
name: '试验项目分配'
},
{ type: '', id: 'food-task-assign-adjust-group', name: '调整分组' },
{
type: '',
......
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