This commit is contained in:
parent
4f02d7e6bf
commit
4dc45ee46e
|
|
@ -201,7 +201,7 @@
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-collection-tag"
|
icon="el-icon-collection-tag"
|
||||||
@click="handlePreview(row.taskTypeId, row.taskCode)"
|
@click="handlePreview2(row.taskCode)"
|
||||||
>
|
>
|
||||||
待 办
|
待 办
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
@ -468,6 +468,14 @@ export default {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
handlePreview2(key) {
|
||||||
|
this.$router.push({
|
||||||
|
path: 'claimAndRefund/picking/auditing',
|
||||||
|
query: {
|
||||||
|
keyWord: key,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
/* 催办按钮 */
|
/* 催办按钮 */
|
||||||
async handleUrging(
|
async handleUrging(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue