Browse Source

YT-1856:客户pda导入问题修复

intex_online20241228
ljlong_2630 1 month ago
parent
commit
3294faead2
  1. 28
      src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

28
src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -189,19 +189,19 @@ export const DeliverRecordMain = useCrudSchemas(
},
isForm: false,
},
{
label: '操作',
field: 'action',
isDetail: false,
isForm: false,
isTable: false,
table: {
width: 150,
fixed: 'right'
},
hiddenInMain: true,
isTableForm: false,
}
// {
// label: '操作',
// field: 'action',
// isDetail: false,
// isForm: false,
// isTable: false,
// table: {
// width: 150,
// fixed: 'right'
// },
// hiddenInMain: true,
// isTableForm: false,
// }
])
)
@ -268,7 +268,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '背番',
field: 'itemDesc1',
field: 'backNumber',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save