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

Loading…
Cancel
Save