Commit 72715c59 by lichengming

添加了试样管理样品分拨的按钮权限

parent f1bfbc8e
...@@ -88,13 +88,13 @@ export default { ...@@ -88,13 +88,13 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'receive-sample-manage',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'receive-upload', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'receive-record',
name: '操作日志' name: '操作日志'
} }
], ],
......
...@@ -87,18 +87,18 @@ export default { ...@@ -87,18 +87,18 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'receive-his-sample-manage',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'receive-his-upload', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'receive-his-record',
name: '操作日志' name: '操作日志'
}, },
{ {
type: 'md-trash', type: 'md-trash',
id: '', id: 'receive-his-delete',
name: '删除' name: '删除'
} }
], ],
......
...@@ -90,9 +90,17 @@ export default { ...@@ -90,9 +90,17 @@ export default {
data() { data() {
return { return {
btn: [ btn: [
{ type: 'primary', id: '', name: '预检收样' }, {
{ type: 'primary', id: '', name: '样品留存' }, type: 'primary',
{ type: 'primary', id: '', name: '导入试验项目' } id: 'receive-sample-manage-receive',
name: '预检收样'
},
{ type: 'primary', id: 'receive-sample-manage-keep', name: '样品留存' },
{
type: 'primary',
id: 'receive-sample-manage-export',
name: '导入试验项目'
}
], ],
groupoptions: [], groupoptions: [],
selectIds: [], selectIds: [],
...@@ -117,7 +125,9 @@ export default { ...@@ -117,7 +125,9 @@ export default {
{ title: '样品包装类型', key: 'samplePack', width: 120 }, { title: '样品包装类型', key: 'samplePack', width: 120 },
{ title: '备注', key: 'remark', width: 210 } { title: '备注', key: 'remark', width: 210 }
], ],
iconMsg: [{ type: 'ios-list', id: '', name: '试验项目' }], iconMsg: [
{ type: 'ios-list', id: 'receive-sample-manage-item', name: '试验项目' }
],
type: '', type: '',
contractId: '', // 合同id contractId: '', // 合同id
selectData: [], selectData: [],
......
...@@ -90,9 +90,13 @@ export default { ...@@ -90,9 +90,13 @@ export default {
data() { data() {
return { return {
btn: [ btn: [
{ type: 'primary', id: '', name: '发放' }, { type: 'primary', id: 'receive-sample-manage-out', name: '发放' },
{ type: 'primary', id: '', name: '发放到高级试验' }, {
{ type: 'primary', id: '', name: '打印标签' } type: 'primary',
id: 'receive-sample-manage-out-to-expert',
name: '发放到高级试验'
},
{ type: 'primary', id: 'receive-sample-manage-print', name: '打印标签' }
], ],
selectIds: [], selectIds: [],
getPage: {}, getPage: {},
...@@ -106,7 +110,13 @@ export default { ...@@ -106,7 +110,13 @@ export default {
{ title: '土质描述', key: 'sampleDescribe', width: 185 }, { title: '土质描述', key: 'sampleDescribe', width: 185 },
{ title: '样品包装类型', key: 'samplePack', width: 120 } { title: '样品包装类型', key: 'samplePack', width: 120 }
], ],
iconMsg: [{ type: 'md-cloud-download', id: '', name: '导出样品交接单' }], iconMsg: [
{
type: 'md-cloud-download',
id: 'receive-sample-manage-export-sample',
name: '导出样品交接单'
}
],
type: '', type: '',
contractId: '', // 合同id contractId: '', // 合同id
selectData: [], selectData: [],
......
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