|
|
@@ -61,7 +61,7 @@
|
|
|
{
|
|
|
label: '出库',
|
|
|
name: this.isView ? 'tab3' : 'tab2',
|
|
|
- isShow: this.isView || this.taskDefinitionKey == 'storeman'
|
|
|
+ isShow: this.isView || this.taskDefinitionKey == 'storeman' || this.taskDefinitionKey == 'storemanAudit'
|
|
|
}
|
|
|
];
|
|
|
return list.filter((item) => item.isShow);
|
|
|
@@ -69,6 +69,7 @@
|
|
|
},
|
|
|
async created() {
|
|
|
this.getPickOrderDetail();
|
|
|
+ console.log('tabOption~~', this.tabOption, this.taskDefinitionKey, this.isView);
|
|
|
},
|
|
|
methods: {
|
|
|
activeNameProps(activeName) {
|