This commit is contained in:
bb_pan 2025-05-27 15:15:56 +08:00
parent 4f02d7e6bf
commit 4dc45ee46e
1 changed files with 9 additions and 1 deletions

View File

@ -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(