no message

main
HUOJIN\92525 2024-08-01 18:15:49 +08:00
parent aa22a7db01
commit ec8ee156ae
2 changed files with 5 additions and 3 deletions

View File

@ -124,13 +124,13 @@
</template>
</el-table-column>
<el-table-column prop="createTime" label="创建时间"/>
<el-table-column v-if="checkPer(['admin','fileManagement:edit','fileManagement:del'])" label="操作"
<el-table-column v-if="checkPer(['admin','fileManagement:edit','fileManagement:del']) && false " label="操作"
width="150px" align="center" fixed="right">
<template slot-scope="scope">
<!-- <el-popconfirm title="确定删除吗?"
<el-popconfirm title="确定删除吗?"
@confirm="deleteDataM(scope.row.id)">
<el-button slot="reference" type="danger">删除</el-button>
</el-popconfirm>-->
</el-popconfirm>
</template>
</el-table-column>
</el-table>

View File

@ -126,6 +126,8 @@
<el-table-column prop="cpCodeOrDpCode" label="成品代码/单品代码"/>
<el-table-column prop="station" label="需求工位"/>
<el-table-column prop="point.code" label="翻包点位"/>
<el-table-column prop="stock.code" label="翻包容器"/>
<el-table-column prop="callPoint.code" label="叫料点位"/>
<el-table-column prop="createTime" label="创建时间"/>
<el-table-column v-if="checkPer(['admin','pick:edit','pick:del'])" label="操作" align="center">
<template slot-scope="scope">