mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
fix(FE): adjust inventory adjustment and inventory product table
This commit is contained in:
+2
-4
@@ -4,10 +4,8 @@ import { BaseMetadata } from '@/types/api/api-general';
|
||||
|
||||
export type BaseInventoryAdjustment = {
|
||||
id: number;
|
||||
transaction_type: string;
|
||||
quantity: number;
|
||||
before_quantity: number;
|
||||
after_quantity: number;
|
||||
increase: number;
|
||||
decrease: number;
|
||||
note: string;
|
||||
product_warehouse_id: number;
|
||||
product_warehouse: {
|
||||
|
||||
Reference in New Issue
Block a user