Browse Source

增加库位前端的库区code搜索框

master_hella_20240701
chenfang 8 months ago
parent
commit
325b589eb7
  1. 1
      src/views/wms/basicDataManage/factoryModeling/location/location.data.ts

1
src/views/wms/basicDataManage/factoryModeling/location/location.data.ts

@ -68,6 +68,7 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isSearch:true,
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
componentProps: { componentProps: {

Loading…
Cancel
Save