|
@@ -88,10 +88,10 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" @click="handleCheckGoodsInventory(scope.row)"
|
|
|
v-if="checkPermission(['goodsInventoryCheck'])">查看</el-button>
|
|
|
- <el-button v-if="scope.row.status == 'NOT_HANDLE' &&checkPermission(['goodsInventory:edit'])" size="mini"
|
|
|
+ <el-button v-if="scope.row.status == 'NOT_HANDLE' && checkPermission(['goodsInventory:update'])" size="mini"
|
|
|
@click=" handleEditGoodsInventory(scope.row)">编辑</el-button>
|
|
|
<el-button type="mini" size="mini"
|
|
|
- v-if="scope.row.status == 'NOT_HANDLE' && checkPermission(['syncStock:update'])"
|
|
|
+ v-if="scope.row.status == 'NOT_HANDLE' && checkPermission(['goodsInventory:sync'])"
|
|
|
@click="handleSubmitGoodsInventory(scope.row)">同步</el-button>
|
|
|
<!-- <el-button v-if="scope.row.allowable.allow_audit && checkPermission(['goodsInventory:audit'])" type="mini"
|
|
|
size="mini" @click="handleAuditGoodsInventory(scope.row)">审核</el-button>
|