Browse Source

生产条码展示是否可用

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

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

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

Loading…
Cancel
Save