|
@@ -61,13 +61,14 @@
|
|
|
{
|
|
{
|
|
|
label: '出库',
|
|
label: '出库',
|
|
|
name: this.isView ? 'tab3' : 'tab2',
|
|
name: this.isView ? 'tab3' : 'tab2',
|
|
|
- isShow: true
|
|
|
|
|
|
|
+ isShow: !this.taskDefinitionKey || this.taskDefinitionKey == 'storeman'
|
|
|
}
|
|
}
|
|
|
];
|
|
];
|
|
|
return list.filter((item) => item.isShow);
|
|
return list.filter((item) => item.isShow);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
async created() {
|
|
async created() {
|
|
|
|
|
+ console.log('taskDefinitionKey~~~~', this.taskDefinitionKey);
|
|
|
this.getPickOrderDetail();
|
|
this.getPickOrderDetail();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|