ionic-vhframeworks 10.11.9 → 10.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2999,12 +2999,13 @@ export declare class VhQueryCafeMenu {
|
|
|
2999
2999
|
*/
|
|
3000
3000
|
private getLocalLiveIndexDB;
|
|
3001
3001
|
/**
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3002
|
+
* vhQueryCafeMenu
|
|
3003
|
+
* Khi lấy obj từ database về, hàm syncRaw_Detail_ProductInsert sẽ đồng bộ obj vào 3 loại local rawproducts, detailproducts và products
|
|
3004
|
+
* (3 loại dữ liệu local đc fw sử dụng để tính toán hoặc trả về cho frontend khi cần), dùng cho type =3
|
|
3005
|
+
* @example:
|
|
3006
|
+
* this.syncRaw_Detail_ProductInsert(obj);
|
|
3007
|
+
* @param obj
|
|
3008
|
+
*/
|
|
3008
3009
|
private syncRaw_Detail_ProductInsert;
|
|
3009
3010
|
/**
|
|
3010
3011
|
* vhQueryCafeMenu
|