Browse Source

物料状态字段展示

hella_online_20240829
chenfang 3 months ago
parent
commit
624a4b8e29
  1. 42
      src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts

42
src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts

@ -64,27 +64,27 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
} , } ,
}, },
// { {
// label: '状态', label: '状态',
// field: 'status', field: 'status',
// sort: 'custom', sort: 'custom',
// dictType: DICT_TYPE.ITEM_STATUS, dictType: DICT_TYPE.ITEM_STATUS,
// dictClass: 'string', dictClass: 'string',
// isForm: false, isForm: false,
// isSearch: false, isSearch: false,
// isTable: false, isTable: false,
// table: { table: {
// width: 100 width: 100
// } , } ,
// form: { form: {
// component: 'Switch', component: 'Switch',
// value: 'ENABLE', value: 'ENABLE',
// componentProps: { componentProps: {
// inactiveValue: 'DISABLE', inactiveValue: 'DISABLE',
// activeValue: 'ENABLE' activeValue: 'ENABLE'
// } }
// }, },
// }, },
{ {
label: '计量单位', label: '计量单位',
field: 'uom', field: 'uom',

Loading…
Cancel
Save