领料单

This commit is contained in:
JinLu.Yin 2022-07-19 21:47:14 +08:00
parent 0ed5a3843e
commit b84c60e8f0

View File

@ -134,6 +134,7 @@
size="mini"
type="text"
icon="el-icon-edit"
v-if="scope.row.status =='PREPARE'"
@click="handleUpdate(scope.row)"
v-hasPermi="['mes:wm:issueheader:edit']"
>修改</el-button>
@ -141,6 +142,7 @@
size="mini"
type="text"
icon="el-icon-delete"
v-if="scope.row.status =='PREPARE'"
@click="handleDelete(scope.row)"
v-hasPermi="['mes:wm:issueheader:remove']"
>删除</el-button>