领料单
This commit is contained in:
parent
0ed5a3843e
commit
b84c60e8f0
@ -134,6 +134,7 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleUpdate(scope.row)"
|
@click="handleUpdate(scope.row)"
|
||||||
v-hasPermi="['mes:wm:issueheader:edit']"
|
v-hasPermi="['mes:wm:issueheader:edit']"
|
||||||
>修改</el-button>
|
>修改</el-button>
|
||||||
@ -141,6 +142,7 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
|
v-if="scope.row.status =='PREPARE'"
|
||||||
@click="handleDelete(scope.row)"
|
@click="handleDelete(scope.row)"
|
||||||
v-hasPermi="['mes:wm:issueheader:remove']"
|
v-hasPermi="['mes:wm:issueheader:remove']"
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user