Browse Source

修复

master_hella_20240701
zhaoxuebing 5 months ago
parent
commit
45a18c6e66
  1. 21
      src/views/wms/productionManage/processproduction/processproductionRecord/processproductionRecordMain.data.ts

21
src/views/wms/productionManage/processproduction/processproductionRecord/processproductionRecordMain.data.ts

@ -53,7 +53,16 @@ export const ProcessproductionRecordMain = useCrudSchemas(reactive<CrudSchema[]>
table: {
width: 150
},
isTable:false,
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
{
label: '备注',
@ -318,6 +327,16 @@ export const ProcessproductionRecordDetail = useCrudSchemas(reactive<CrudSchema[
table: {
width: 150
},
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
}
},
{
label: '备注',

Loading…
Cancel
Save