Browse Source

BUG修改

hella_online_20240829
parent
commit
b05bf48da2
  1. 4
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts

4
src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts

@ -508,7 +508,7 @@ export const CustomerreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
},
{
label: '批次',
field: 'batch',
field: 'toBatch',
sort: 'custom',
table: {
width: 150
@ -516,7 +516,7 @@ export const CustomerreturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
},
{
label: '包装号',
field: 'packingNumber',
field: 'toPackingNumber',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save