@ -56,14 +56,14 @@ export const InspectionJobMain = useCrudSchemas(
label: '发货单号',
field: 'asnNumber',
sort: 'custom',
isSearch: false,
isSearch: true,
form: {
componentProps: {
disabled: true
}
},
table: {
width: 150
width: 180
{
@ -45,14 +45,14 @@ export const InspectionRecordMain = useCrudSchemas(
@ -44,7 +44,7 @@ export const InspectionMain = useCrudSchemas(
isForm: false,
@ -52,7 +52,7 @@ export const InspectionMain = useCrudSchemas(