|
|
@ -15,7 +15,8 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
isSearch: true, |
|
|
|
sortTableDefault:1 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '申请单号', |
|
|
@ -502,6 +503,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:2 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '品名', |
|
|
@ -510,6 +512,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:4 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '背番', |
|
|
@ -528,7 +531,8 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
componentProps: { |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
sortTableDefault:3 |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '背番',
|
|
|
|