@posx/core 5.5.227 → 5.5.228
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/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -939,7 +939,7 @@ declare module '@posx/core/services/app.service' {
|
|
|
939
939
|
syncStandardReports(): Promise<IAppReport>;
|
|
940
940
|
printReport(request: IReportRequest): Promise<void>;
|
|
941
941
|
private getReportData;
|
|
942
|
-
processReportInvoicesData(reportData: IReportData, invoices?: IInvoice[]):
|
|
942
|
+
processReportInvoicesData(reportData: IReportData, invoices?: IInvoice[]): IReportData;
|
|
943
943
|
/**
|
|
944
944
|
* 生成唯一的菜品key
|
|
945
945
|
* 格式: 菜品uid-modifier1:modifier1.quantity-modifier2:modifier2.quantity-modifier3:modifier3.quantity
|