|
@ -74,6 +74,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
field: 'number', |
|
|
field: 'number', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
|
|
|
sortSearchDefault: 1, |
|
|
table: { |
|
|
table: { |
|
|
width: 180, |
|
|
width: 180, |
|
|
fixed: 'left' |
|
|
fixed: 'left' |
|
@ -87,6 +88,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
label: '发货单号', |
|
|
label: '发货单号', |
|
|
field: 'asnNumber', |
|
|
field: 'asnNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
sortSearchDefault:2, |
|
|
table: { |
|
|
table: { |
|
|
width: 180, |
|
|
width: 180, |
|
|
fixed: 'left' |
|
|
fixed: 'left' |
|
@ -177,11 +179,13 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
field: 'ppNumber', |
|
|
field: 'ppNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
|
|
|
isSearch:true, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 200 |
|
|
}, |
|
|
}, |
|
|
// sortTableDefault:9,
|
|
|
// sortTableDefault:9,
|
|
|
sortTableDefault: 4, |
|
|
sortTableDefault: 4, |
|
|
|
|
|
sortSearchDefault: 3, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
|