ionic-vhframeworks 10.11.7 → 10.11.8
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.
|
@@ -10282,7 +10282,7 @@ export declare class VhQueryCafe {
|
|
|
10282
10282
|
* @param billdate
|
|
10283
10283
|
* @param bill_type
|
|
10284
10284
|
*/
|
|
10285
|
-
createBillCode
|
|
10285
|
+
private createBillCode;
|
|
10286
10286
|
/**
|
|
10287
10287
|
* Hàm này cập nhật lại giá nhập, dùng trong trường hợp createbill_billdetail và updatebill_billdetail với bill_type2
|
|
10288
10288
|
* @example
|
|
@@ -17740,7 +17740,7 @@ export declare class VhQuerySales {
|
|
|
17740
17740
|
* @param billdate
|
|
17741
17741
|
* @param bill_type
|
|
17742
17742
|
*/
|
|
17743
|
-
createBillCode
|
|
17743
|
+
private createBillCode;
|
|
17744
17744
|
/**
|
|
17745
17745
|
* @example:
|
|
17746
17746
|
* this.vhQuerySales.getBill('5fb67fda87c0f21d484cbdf3')
|