mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-06-15 04:51:42 +00:00
fix(FE-179): prevent qty input greater than sales order qty
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
CreateChickinPayload,
|
||||
UpdateChickinPayload,
|
||||
} from '@/types/api/production/chickin';
|
||||
import { BaseApiService } from '../base';
|
||||
import { BaseApiService } from '@/services/api/base';
|
||||
import { BaseApiResponse } from '@/types/api/api-general';
|
||||
import { httpClient } from '@/services/http/client';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user