ionic-vhframeworks 4.2.9 → 4.3.0
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +7 -3
- package/package.json +1 -1
|
@@ -10991,11 +10991,15 @@ export declare class VhQuerySales {
|
|
|
10991
10991
|
updateBill_Billdetail(id_bill: any, bill: any, bill_details: any): any;
|
|
10992
10992
|
/**
|
|
10993
10993
|
* VhQuerySales:
|
|
10994
|
-
* Lưu ý: xóa tất cả các bill_type(từ 1 đến 28) đều dùng hàm này
|
|
10994
|
+
* Lưu ý: xóa tất cả các bill_type(từ 1 đến 28, 40, 41, 50, 51) đều dùng hàm này
|
|
10995
10995
|
* @example
|
|
10996
10996
|
this.vhQuerySales.deleteBill_Billdetail('RcECbNgU9BdYQo37s30p')
|
|
10997
|
-
.then(()=>{
|
|
10998
|
-
|
|
10997
|
+
.then((bool)=>{
|
|
10998
|
+
if(bool){
|
|
10999
|
+
console.log('success');
|
|
11000
|
+
}else{
|
|
11001
|
+
console.log('no success');
|
|
11002
|
+
}
|
|
10999
11003
|
},(error:any)=>{
|
|
11000
11004
|
console.log('error ', error);
|
|
11001
11005
|
})
|