Browse Source

缺陷主与明细备注增加

hella_online_20241011
zhaoxuebing 4 months ago
parent
commit
92e4617391
  1. 8
      src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts

8
src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts

@ -372,13 +372,12 @@ export const ProductionscrapRecordMain = useCrudSchemas(
isTable: false
},
{
label: '备注',
field: 'remark',
label: '备注',
field: 'mainRemark',
sort: 'custom',
table: {
width: 150
},
isTable: false
},
// {
// label: '创建者',
@ -845,13 +844,12 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
hiddenInMain: true,
},
{
label: '备注',
label: '明细备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
hiddenInMain: true,
},
{
label: '创建者',

Loading…
Cancel
Save