ionic-vhframeworks 10.7.0 → 10.7.2
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.
|
@@ -2760,6 +2760,8 @@ export declare class VhQueryCafe {
|
|
|
2760
2760
|
private subjecttaxs;
|
|
2761
2761
|
private subjectareas;
|
|
2762
2762
|
private subjecttables;
|
|
2763
|
+
private subjectlistbilltype5;
|
|
2764
|
+
private syncLocalBillType5_start;
|
|
2763
2765
|
private subjectdiscount_bills;
|
|
2764
2766
|
private subjectcustomer_classs;
|
|
2765
2767
|
private callbackdispatcher;
|
|
@@ -6163,27 +6165,31 @@ export declare class VhQueryCafe {
|
|
|
6163
6165
|
* @returns void
|
|
6164
6166
|
*/
|
|
6165
6167
|
closeSyncOpeningBill(): void;
|
|
6168
|
+
private publishSyncEventList_BillType5;
|
|
6169
|
+
private _syncLocalList_BillType5;
|
|
6166
6170
|
/**
|
|
6167
|
-
|
|
6168
|
-
* @example:
|
|
6169
|
-
* this.vhQueryCafe.observableSyncBillType('5fb6780ca2148e09806c5b01', 5)
|
|
6170
|
-
.subscribe((listbill_bybilltype)=> {
|
|
6171
|
-
console.log('observableSyncBillType', listbill_bybilltype);
|
|
6172
|
-
},(error:any) => {
|
|
6173
|
-
console.log(error);
|
|
6174
|
-
})
|
|
6175
|
-
* @param id_branch
|
|
6176
|
-
* @param bill_type
|
|
6177
|
-
* @returns Observable => array
|
|
6178
|
-
*/
|
|
6179
|
-
observableSyncBillType(id_branch: string, bill_type: number): Observable<unknown>;
|
|
6180
|
-
/**
|
|
6181
|
-
* Hàm đóng Observable của observableSyncBillType(), mỗi lần thoát trang, thoát component nên gọi hàm này
|
|
6171
|
+
* Hàm callback trả về danh sách hóa đơn bill_type5 mới nhất
|
|
6182
6172
|
* @example:
|
|
6183
|
-
|
|
6184
|
-
|
|
6173
|
+
this.observableList_BillType5 = this.vhQueryCafe.syncLocalList_BillType5()
|
|
6174
|
+
.subscribe((listbill_bybilltype)=> {
|
|
6175
|
+
console.log('syncLocalList_BillType5', listbill_bybilltype);
|
|
6176
|
+
},(error:any) => {
|
|
6177
|
+
console.log(error);
|
|
6178
|
+
})
|
|
6179
|
+
|
|
6180
|
+
ngOnDestroy(){
|
|
6181
|
+
this.observableList_BillType5.unsubscribe();
|
|
6182
|
+
}
|
|
6183
|
+
* @returns Observable => array
|
|
6185
6184
|
*/
|
|
6186
|
-
|
|
6185
|
+
syncLocalList_BillType5(): Observable<unknown>;
|
|
6186
|
+
/**
|
|
6187
|
+
* Hàm đóng Observable của syncLocalList_BillType5(), mỗi lần thoát hẳn (ko vào ra thường xuyên) trang, thoát hẳn component nên gọi hàm này
|
|
6188
|
+
* @example:
|
|
6189
|
+
* this.vhQueryCafe.closeSyncLocalList_BillType5();
|
|
6190
|
+
* @returns void
|
|
6191
|
+
*/
|
|
6192
|
+
private closeSyncLocalList_BillType5;
|
|
6187
6193
|
/**
|
|
6188
6194
|
* @example:
|
|
6189
6195
|
* this.vhQueryCafe.createPaymentVnpay(10000, 'Thanh toan hoa don so A7TG2004, vao luc: 2021-11-19 13:11:27', 'o0wEpPDhR8QiGDkp2hLG', 'http://localhost:4200/')
|