Commit cd2533de by lichengming

添加了试样管理实验室领样的按钮权限

parent 7c8d615e
......@@ -89,13 +89,13 @@ export default {
iconMsg: [
{
type: 'ios-beaker',
id: '',
id: 'take-sample-manage',
name: '管理样品'
},
{ type: 'md-cloud', id: '', name: '附件' },
{ type: 'md-cloud', id: 'take-upload', name: '附件' },
{
type: 'ios-clock',
id: '',
id: 'take-record',
name: '操作日志'
}
],
......@@ -116,22 +116,22 @@ export default {
btn: [
{
type: 'primary',
id: '',
id: 'take-export-taken-temp',
name: '导出取采样记录模板'
},
{
type: 'primary',
id: '',
id: 'take-export-register-temp',
name: '导出留样登记表模板'
},
{
type: 'primary',
id: '',
id: 'take-export-sample-temp',
name: '导出样品标示卡模板'
},
{
type: 'primary',
id: '',
id: 'take-export-test-temp',
name: '导出检测物品登记表模板'
}
],
......
......@@ -133,8 +133,13 @@ export default {
],
searchOpen: false,
btn: [
{ type: 'primary', id: '', name: '领样', componentName: '' },
{ type: 'primary', id: '', name: '扫码领样', componentName: '' }
{ type: 'primary', id: 'take-get', name: '领样', componentName: '' },
{
type: 'primary',
id: 'take-get-code',
name: '扫码领样',
componentName: ''
}
],
selectIds: [],
selectData: [],
......
......@@ -82,7 +82,7 @@ export default {
components: { ItemManage },
data() {
return {
btn: [{ type: 'primary', id: '', name: '领样' }],
btn: [{ type: 'primary', id: 'take-sample-get', name: '领样' }],
selectIds: [],
getPage: {},
groupoptions: [],
......@@ -96,7 +96,7 @@ export default {
{ title: '样品制备人', key: 'preparer', width: 120 },
{ title: '样品制备时间', key: 'prepareDate', width: 135, date: true }
],
iconMsg: [{ type: 'ios-list', id: '', name: '试验项目' }],
iconMsg: [{ type: 'ios-list', id: 'take-sample-item', name: '试验项目' }],
type: '',
contractId: '', // 合同id
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