order create
This commit is contained in:
@@ -259,15 +259,7 @@ const OrderPage = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
const order_products: {
|
||||
inventory_kind: sting;
|
||||
product_code: sting;
|
||||
on_balance: sting;
|
||||
order_quant: number;
|
||||
price_type_code: sting;
|
||||
product_price: sting;
|
||||
warehouse_code: sting;
|
||||
}[] = [];
|
||||
const order_products = [];
|
||||
|
||||
cartItems.forEach((e) => {
|
||||
order_products.push({
|
||||
|
||||
Reference in New Issue
Block a user