@ -140,6 +140,22 @@ export const PurchaseBarterRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
sort: 'custom',
isSearch: false,
},
{
label: '背番',
field: 'itemDesc1',
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
form:{
componentProps:{
disabled: true,
}
label: '计量单位',
field: 'uom',
@ -258,6 +258,22 @@ export const PurchaseBarterRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
// {
// label: '背番',
// field: 'itemDesc1',