|
|
@ -231,6 +231,24 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否已撤销', |
|
|
|
field: 'recoveryRequestFlag', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
detail:{ |
|
|
|
dictType:'primary', |
|
|
|
valueFilter:(value)=>{ |
|
|
|
if(value=='TRUE'){ |
|
|
|
return `是` |
|
|
|
}else{ |
|
|
|
return '否' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '创建者', |
|
|
|
field: 'creator', |
|
|
@ -569,24 +587,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否已撤销', |
|
|
|
field: 'recoveryRequestFlag', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
detail:{ |
|
|
|
dictType:'primary', |
|
|
|
valueFilter:(value)=>{ |
|
|
|
if(value=='TRUE'){ |
|
|
|
return `是` |
|
|
|
}else{ |
|
|
|
return '否' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '单据号', |
|
|
|
field: 'number', |
|
|
|