|
|
|
|
@ -29,12 +29,12 @@ |
|
|
|
|
<el-button type="primary" size="small" @click="handleAddGoods" v-show="permission.goodsBuy">采购入库</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template slot-scope="{ row }" slot="menu"> |
|
|
|
|
<el-button @click="handleVide(row)" v-show="permission.goodsView">查看</el-button> |
|
|
|
|
<el-button @click="handleEdit(row)" v-show="permission.goodsEdit">编辑</el-button> |
|
|
|
|
<el-button @click="handleApply(row)" v-show="permission.goodsReceive">申领</el-button> |
|
|
|
|
<el-button @click="handleWarning(row)" v-show="permission.goodsAlarm">预警设置</el-button> |
|
|
|
|
<el-button @click="handleLog(row)" v-show="permission.goodsLog">入库记录</el-button> |
|
|
|
|
<el-button @click="handleApplyLog(row)" >申领记录</el-button> |
|
|
|
|
<el-button @click="handleVide(row)" v-show="permission.goodsView" type="text">查看</el-button> |
|
|
|
|
<el-button @click="handleEdit(row)" v-show="permission.goodsEdit" type="text">编辑</el-button> |
|
|
|
|
<el-button @click="handleApply(row)" v-show="permission.goodsReceive" type="text">申领</el-button> |
|
|
|
|
<el-button @click="handleWarning(row)" v-show="permission.goodsAlarm" type="text">预警设置</el-button> |
|
|
|
|
<el-button @click="handleLog(row)" v-show="permission.goodsLog" type="text">入库记录</el-button> |
|
|
|
|
<el-button @click="handleApplyLog(row)" v-show="permission.ApplyLog" type="text">申领记录</el-button> |
|
|
|
|
<!-- --> |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
|
@ -361,7 +361,7 @@ export default { |
|
|
|
|
searchShowBtn: false, |
|
|
|
|
refreshBtn: false, |
|
|
|
|
columnBtn: false, |
|
|
|
|
menuWidth: 300, |
|
|
|
|
menuWidth: 350, |
|
|
|
|
searchEnter:true, |
|
|
|
|
gridBtn:false, |
|
|
|
|
column: [ |
|
|
|
|
|