Browse Source

[SBBJ-827][库位新增修改不支持备件编号填写]

master
zengqinyuan 1 month ago
parent
commit
b27810084a
  1. 1
      src/views/eam/basic/location/location.data.ts

1
src/views/eam/basic/location/location.data.ts

@ -43,6 +43,7 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([
field: 'itemNumber',
sort: 'custom',
isSearch: true,
isForm: false,
},
{
label: '库区编号',

Loading…
Cancel
Save