✨ feat(mes): 添加物料批次管理校验逻辑
parent
48b9e54fd8
commit
48e2ed8272
|
|
@ -90,7 +90,6 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" width="240" fixed="right">
|
<el-table-column label="操作" align="center" width="240" fixed="right">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ scope.row.status }}
|
|
||||||
<el-button
|
<el-button
|
||||||
link
|
link
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
@ -118,7 +117,6 @@
|
||||||
>
|
>
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- DONE @AI:执行退货、执行上架;是不是状态判断错了;(状态判断正确:APPROVING=待执行→执行退货,APPROVED=待上架→执行上架) -->
|
|
||||||
<!-- 待执行:执行退货 -->
|
<!-- 待执行:执行退货 -->
|
||||||
<el-button
|
<el-button
|
||||||
link
|
link
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue