@ -425,15 +425,17 @@ export const IssueRequestMain = useCrudSchemas(
}
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
isForm: false,
isTable: true,
isDetail: true
// label: '使用在途库',
// field: 'useOnTheWayLocation',
@ -205,7 +205,9 @@ export const RepleinshRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
isTable: false,
label: '到库位代码',