ERP:增加 ERP 调拨单的实现 100%

This commit is contained in:
YunaiV
2024-02-07 20:48:20 +08:00
parent 896f9758ed
commit 3c4932bc77
7 changed files with 855 additions and 1 deletions

View File

@ -192,6 +192,7 @@
type="primary"
@click="openForm('update', scope.row.id)"
v-hasPermi="['erp:stock-in:update']"
:disabled="scope.row.status === 20"
>
编辑
</el-button>