Commit cd2533de by lichengming

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

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