order create
This commit is contained in:
@@ -259,15 +259,7 @@ const OrderPage = () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const order_products: {
|
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;
|
|
||||||
}[] = [];
|
|
||||||
|
|
||||||
cartItems.forEach((e) => {
|
cartItems.forEach((e) => {
|
||||||
order_products.push({
|
order_products.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user