修正新增入库时3个组件的名称筛选逻辑

This commit is contained in:
dxc
2026-02-05 15:04:06 +08:00
parent 4f90e02dcf
commit cad5fd696c
6 changed files with 273 additions and 697 deletions

View File

@ -35,7 +35,7 @@ export function deleteProductInbound(id: number) {
export function searchMaterialBase(keyword: string) {
return request({
url: '/inbound/base/search',
url: '/inbound/product/search-base',
method: 'get',
params: { keyword }
})