203 |
204 | {values.client_text &&
205 |
213 | }
214 | {!values.client_text &&
215 |
{
222 | if(newValue)
223 | handleChangeClient({
224 | client_id:newValue.id
225 | })
226 | }}
227 |
228 | className={'MuiTextField-root'}
229 | options={client}
230 | getOptionLabel={(option) => `${option.name} - ${option.phone}`}
231 | renderInput={(params) => (
232 |
233 | )}
234 | />
235 | }
236 |
237 |
238 |
239 |
255 |
256 |
257 |
258 |
259 |