基础信息页:计量单位改 el-select(下拉历史+手动输入);表单排版重排为 4 行(类别占满行);类别末级英文后缀自动填规格型号

This commit is contained in:
DXC
2026-06-04 13:22:51 +08:00
parent 1c0c02fd36
commit bac670ef7a
4 changed files with 113 additions and 28 deletions

View File

@ -86,4 +86,12 @@ export function markWarningOrdered(data: { baseId: number; isOrdered: boolean })
method: 'post',
data
})
}
// 9. 获取计量单位字典 (新增/编辑弹窗下拉历史)
export function getMaterialUnitsAPI() {
return request({
url: '/inbound/base/units',
method: 'get'
})
}