@ -304,7 +304,20 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番',
field: 'itemDesc1',
sort: 'custom',
isTable:false
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
tableForm:{
disabled:true
form:{
componentProps:{
disabled: true,
}
{
label: '描述',
@ -407,6 +407,25 @@ export const SaleShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '批次',
field: 'batch',