Browse Source

制品子件报废申请-成本中心类型

hella_online_20241114
yufei_wang 3 weeks ago
parent
commit
114cb9af1d
  1. 13
      src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

13
src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

@ -173,6 +173,19 @@ export const ProductscrapRequestMain = useCrudSchemas(
}
}
},
{
label: '成本中心类型',
field: 'costCenterType',
sort: 'custom',
table: {
width: 150
},
form: {
componentProps: {
disabled: true
}
},
},
{
label: '原因代码',
field: 'reasonCodeRequisition',

Loading…
Cancel
Save