kts-component-invoice-operate 3.2.120 → 3.2.121-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.
@@ -33,3 +33,5 @@ export declare const onSaveEditGood: (...par: any[]) => void;
33
33
  export declare const endowCode: (controller: InvoiceController, goods: IGood) => Promise<void>;
34
34
  /** 修改了 项目名称 */
35
35
  export declare const onChangeItemName: (controller: InvoiceController, form: WrappedFormUtils<any>, record: IGood) => Promise<void>;
36
+ /** 修改了 切换了税率 */
37
+ export declare const onChangeSwitchTax: (controller: InvoiceController, isTaxIncluded: boolean) => Promise<void>;