Browse Source

生产条码展示是否可用

hella_online_20240829
TengXF 3 months ago
parent
commit
761297752a
  1. 38
      src/views/wms/buttMesManage/mesBarCode/mesBarCode.data.ts

38
src/views/wms/buttMesManage/mesBarCode/mesBarCode.data.ts

@ -106,7 +106,7 @@ export const MesBarCode = useCrudSchemas(reactive<CrudSchema[]>([
}
}
}
},
{
label: '灯码标签字符总长度',
@ -193,24 +193,24 @@ export const MesBarCode = useCrudSchemas(reactive<CrudSchema[]>([
// value: 0
// },
// },
// {
// label: '是否可用',
// field: 'available',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// table: {
// width: 120
// },
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// }
// },
{
label: '是否可用',
field: 'available',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
table: {
width: 120
},
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
}
},
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save