|
@@ -65,7 +65,7 @@
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleAdd"
|
|
@click="handleAdd"
|
|
- v-hasPermi="['financial:invoiceApplyFor:add']"
|
|
|
|
|
|
+ v-hasPermi="['warehouse:project:add']"
|
|
>新增
|
|
>新增
|
|
</el-button>
|
|
</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -76,7 +76,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
:disabled="single"
|
|
:disabled="single"
|
|
@click="handleUpdate('',3)"
|
|
@click="handleUpdate('',3)"
|
|
- v-hasPermi="['finance:invoiceApplyFor:query']"
|
|
|
|
|
|
+ v-hasPermi="['warehouse:project:add']"
|
|
>修改
|
|
>修改
|
|
</el-button>
|
|
</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -86,7 +86,7 @@
|
|
icon="el-icon-download"
|
|
icon="el-icon-download"
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleExport"
|
|
@click="handleExport"
|
|
- v-hasPermi="['finance:charge:export']"
|
|
|
|
|
|
+ v-hasPermi="['warehouse:project:export']"
|
|
>导出
|
|
>导出
|
|
</el-button>
|
|
</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -240,7 +240,7 @@
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-view"
|
|
icon="el-icon-view"
|
|
@click="handleUpdate(scope.row, 0)"
|
|
@click="handleUpdate(scope.row, 0)"
|
|
- v-hasPermi="['finance:invoiceApplyFor:query']"
|
|
|
|
|
|
+ v-hasPermi="['warehouse:project:query']"
|
|
>查看
|
|
>查看
|
|
</el-button
|
|
</el-button
|
|
>
|
|
>
|
|
@@ -275,7 +275,7 @@
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
@click="handleDelete(scope.row)"
|
|
@click="handleDelete(scope.row)"
|
|
- v-hasPermi="['financial:invoiceApplyFor:remove']"
|
|
|
|
|
|
+ v-hasPermi="['warehouse:project:remove']"
|
|
v-if="
|
|
v-if="
|
|
scope.row.fBillstatusName == '保存' ||
|
|
scope.row.fBillstatusName == '保存' ||
|
|
scope.row.fBillstatusName == '暂存' ||
|
|
scope.row.fBillstatusName == '暂存' ||
|