|
@ -132,7 +132,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
}, |
|
|
}, |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
|
|
|
sortSearchDefault: 4, |
|
|
sortTableDefault: 5, |
|
|
sortTableDefault: 5, |
|
|
detail: { |
|
|
detail: { |
|
|
sortDetailDefault:5, |
|
|
sortDetailDefault:5, |
|
@ -174,6 +174,18 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
sortDetailDefault: 6, |
|
|
sortDetailDefault: 6, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '供应商地点', |
|
|
|
|
|
field: 'supplierAddress', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isSearch:true, |
|
|
|
|
|
sortTableDefault: 5, |
|
|
|
|
|
sortSearchDefault: 10, |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isForm: false |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '要货计划单号', |
|
|
label: '要货计划单号', |
|
|
field: 'ppNumber', |
|
|
field: 'ppNumber', |
|
@ -850,7 +862,7 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
// sortTableDefault:10,
|
|
|
sortSearchDefault: 5, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -941,6 +953,7 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch:true, |
|
|
isSearch:true, |
|
|
|
|
|
sortSearchDefault: 6, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
@ -971,6 +984,7 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
hiddenSearchHigh:true, |
|
|
hiddenSearchHigh:true, |
|
|
|
|
|
sortSearchDefault: 7, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|