fix(purchase): 审批人下拉隐藏角色/物料搜索下拉/价格弹窗确认/图片必填校验

This commit is contained in:
dxc
2026-05-12 17:27:51 +08:00
parent 8ec6ca5944
commit 3c9d7a999d
3 changed files with 111 additions and 41 deletions

View File

@ -335,7 +335,7 @@
<el-option
v-for="user in approvers"
:key="user.id"
:label="`${user.username} (${user.role === 'SUPER_ADMIN' ? '超级管理员' : '主管'})`"
:label="`${user.username}`"
:value="user.id"
/>
</el-select>