@@ -198,7 +198,7 @@
:underline="false"
icon="el-icon-plus"
@click="handleCommand('adjustment', row)"
- v-if="[2].includes(row.orderStatus)"
+ v-if="[2].includes(row.orderStatus) && $hasPermission('eom:saleorder:punchslip')"
>
冲差
</el-link>