| | |
| | | </el-button> |
| | | </template> |
| | | <template slot="menuLeft"> |
| | | <el-button icon="el-icon-check" type="danger" size="small" @click="handleOutbound">出 库</el-button> |
| | | <el-button icon="el-icon-check" type="danger" size="small" |
| | | v-if="permission.invreqRecord_outbound" |
| | | @click="handleOutbound">出 库 |
| | | </el-button> |
| | | </template> |
| | | <template slot-scope="{type,size,row,index}" slot="menu"> |
| | | <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowView(row,index)">查 看</el-button> |
| | |
| | | viewBtn: this.vaildData(this.permission.invreqRecord_view, false), |
| | | delBtn: this.vaildData(this.permission.invreqRecord_delete, false), |
| | | editBtn: this.vaildData(this.permission.invreqRecord_edit, false) |
| | | |
| | | }; |
| | | }, |
| | | ids() { |