|
@@ -80,9 +80,9 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button type="mini"
|
|
<el-button type="mini"
|
|
size="mini" @click="handleDetailGoodsInventoryLoss(scope.row)">查看</el-button>
|
|
size="mini" @click="handleDetailGoodsInventoryLoss(scope.row)">查看</el-button>
|
|
- <el-button type="mini"
|
|
|
|
|
|
+ <!-- <el-button type="mini"
|
|
size="mini" v-if="scope.row.status=='NOT_HANDLE'" @click="handleSubmitGoodsInventoryLoss(scope.row)">处理</el-button>
|
|
size="mini" v-if="scope.row.status=='NOT_HANDLE'" @click="handleSubmitGoodsInventoryLoss(scope.row)">处理</el-button>
|
|
- <!-- <el-button v-if="scope.row.allowable.allow_audit && checkPermission(['goodsInventoryLoss:audit'])" type="mini"
|
|
|
|
|
|
+ <el-button v-if="scope.row.allowable.allow_audit && checkPermission(['goodsInventoryLoss:audit'])" type="mini"
|
|
size="mini" @click="handleAuditGoodsInventoryLoss(scope.row)">审核</el-button>
|
|
size="mini" @click="handleAuditGoodsInventoryLoss(scope.row)">审核</el-button>
|
|
|
|
|
|
<el-button v-if="scope.row.allowable.allow_cancel && checkPermission(['goodsInventoryLoss:cancel'])" type="mini"
|
|
<el-button v-if="scope.row.allowable.allow_cancel && checkPermission(['goodsInventoryLoss:cancel'])" type="mini"
|