@ -112,25 +112,25 @@ export const PurchasereceiptRecordMain1 = useCrudSchemas(reactive<CrudSchema[]>(
width: 150
},
{
// {
label: '包装规格',
// label: '包装规格',
field: 'packUnit',
// field: 'packUnit',
dictClass: 'string',
// dictClass: 'string',
isTable: true,
// isTable: true,
sort: 'custom',
// sort: 'custom',
table: {
// table: {
// width: 150
// },
label: '从库位代码',
// label: '从库位代码',
field: 'fromLocationCode',
// field: 'fromLocationCode',
//
label: '到库位代码',
field: 'toLocationCode',