|
@ -886,22 +886,22 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '到库位代码',
|
|
|
label: '到库位代码', |
|
|
// field: 'toLocationCode',
|
|
|
field: 'toLocationCode', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 150
|
|
|
width: 150 |
|
|
// },
|
|
|
}, |
|
|
// tableForm: {
|
|
|
tableForm: { |
|
|
// disabled: true
|
|
|
disabled: true |
|
|
// },
|
|
|
}, |
|
|
// form: {
|
|
|
form: { |
|
|
// componentProps: {
|
|
|
componentProps: { |
|
|
// disabled: true
|
|
|
disabled: true |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// },
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '库存状态', |
|
|
label: '库存状态', |
|
|
field: 'inventoryStatus', |
|
|
field: 'inventoryStatus', |
|
|