|
@@ -197,7 +197,8 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-dropdown>
|
|
|
- <el-button type="warning" plain size="small">
|
|
|
+ <el-button type="warning" plain size="small" v-hasPermi="['system:ProductInvoice:cl']">
|
|
|
+
|
|
|
处理<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
</el-button>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
@@ -214,6 +215,7 @@
|
|
|
type="text"
|
|
|
size="mini"
|
|
|
@click="handleSendOrder(scope.$index, scope.row)"
|
|
|
+ v-hasPermi="['system:ProductInvoice:export']"
|
|
|
>
|
|
|
打印对账单
|
|
|
</el-button>
|
|
@@ -223,6 +225,7 @@
|
|
|
type="text"
|
|
|
size="mini"
|
|
|
@click="handleDetail(scope.$index, scope.row)"
|
|
|
+ v-hasPermi="['system:ProductInvoice:export']"
|
|
|
>
|
|
|
详情
|
|
|
</el-button>
|