|
@ -604,10 +604,6 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]> |
|
|
key: 'available', |
|
|
key: 'available', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
|
},{ |
|
|
|
|
|
key: 'locationCode', |
|
|
|
|
|
value: 'fromLocationCode', |
|
|
|
|
|
isMainValue: true |
|
|
|
|
|
}] |
|
|
}] |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
@ -623,10 +619,6 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]> |
|
|
key: 'available', |
|
|
key: 'available', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
|
},{ |
|
|
|
|
|
key: 'locationCode', |
|
|
|
|
|
value: 'fromLocationCode', |
|
|
|
|
|
isMainValue: true |
|
|
|
|
|
}] |
|
|
}] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|