Browse Source

隐藏叫料标签

hella_online_20241219
王宇飞 3 months ago
parent
commit
08db77324b
  1. 32
      src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts

32
src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts

@ -352,22 +352,22 @@ export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([
}] }]
}, },
}, },
{ // {
label: '叫料库位', // label: '叫料库位',
field: 'location', // field: 'location',
isTable: false, // isTable: false,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:1, // sortTableDefault:1,
isSearch:false, // isSearch:false,
form: { // form: {
componentProps: { // componentProps: {
disabled: true // disabled: true
} // }
} // }
}, // },
{ {
label: '项目', label: '项目',
field: 'project', field: 'project',

Loading…
Cancel
Save