|
|
@ -10,7 +10,7 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
width: 170, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
@ -20,7 +20,7 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'requestNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
@ -29,7 +29,7 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'deliverRecordNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -37,7 +37,7 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'deliverPlanNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -326,7 +326,7 @@ export const CustomersettleRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'number', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -334,7 +334,7 @@ export const CustomersettleRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'soNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -342,7 +342,7 @@ export const CustomersettleRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'soLine', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 170 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|