Browse Source

YT-381制品子件报废记录,缺少成本中心代码、原因代码字段

intex_online20241111
zhaoyiran 1 month ago
parent
commit
60b5d7e7d7
  1. 16
      src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

16
src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts

@ -128,6 +128,22 @@ export const ProductscrapRecordMain = useCrudSchemas(
width: 150
},
},
{
label: '成本中心代码',
field: 'costCenterCode',
sort: 'custom',
table: {
width: 150
}
},
{
label: '原因代码',
field: 'reasonCodeRequisition',
sort: 'custom',
table: {
width: 150
}
},
{
label: '任务单号',
field: 'jobNumber',

Loading…
Cancel
Save