kts-component-invoice-operate 3.2.181-1 → 3.2.181-10

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.
@@ -21,6 +21,7 @@ export interface IBuyerInfo {
21
21
  buyerAddress?: string;
22
22
  /** 购买方开户行及账号 */
23
23
  buyerBank?: string;
24
+ customerCode?: string;
24
25
  }
25
26
  /** 自动填充 */
26
27
  export interface IAutoContainer {
@@ -9,6 +9,6 @@
9
9
  import './index.less';
10
10
  declare const _default: () => {
11
11
  menuItem: JSX.Element | undefined;
12
- drawer: JSX.Element;
12
+ button: JSX.Element;
13
13
  };
14
14
  export default _default;