@@ -111,7 +111,7 @@
</template>
<!-- 操作 -->
<template slot="action" slot-scope="text, record">
- <a-button size="small" type="link" v-if="record.oosFlag == 0" class="button-primary" @click="handleViewDetail(record)">出库明细</a-button>
+ <a-button size="small" type="link" v-if="record.oosFlag == 0 && isOwerEdit" class="button-primary" @click="handleViewDetail(record)">出库明细</a-button>
<span v-else>--</span>
</s-table>
@@ -195,7 +195,7 @@
- <a-button size="small" v-if="record.oosFlag == 0" type="link" class="button-primary" @click="handleViewDetail(record)">出库明细</a-button>
+ <a-button size="small" v-if="record.oosFlag == 0 && isOwerEdit" type="link" class="button-primary" @click="handleViewDetail(record)">出库明细</a-button>
<a-button
size="small"
type="link"
@@ -116,7 +116,7 @@
@@ -197,7 +197,7 @@