sun-biz 0.0.4-beta.60 → 0.0.4-beta.62

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.
@@ -1,5 +1,5 @@
1
1
  import { REASON_USE_SCOPE_CODE } from "../constant";
2
- import { ReasonItem, UpdateCurrentNoParams } from "../types";
2
+ import { InvoiceSettingInfoItem, QueryInvoiceSettingListParams, ReasonItem, UpdateCurrentNoParams } from "../types";
3
3
  /**
4
4
  * 1-10100-1 根据条件查询原因
5
5
  * @param code
@@ -12,3 +12,10 @@ export declare const queryReasonList: (code: REASON_USE_SCOPE_CODE) => Promise<[
12
12
  * @returns
13
13
  */
14
14
  export declare const updateCurrentNoById: (params: UpdateCurrentNoParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<unknown> | undefined]>;
15
+ /**
16
+ * [1-10195-1]根据条件查询票据配置
17
+ * 1、查询DICT_INVOICE_SETTING(票据配置)
18
+ * @param params
19
+ * @returns
20
+ */
21
+ export declare const queryInvoiceSettingList: (params: QueryInvoiceSettingListParams) => Promise<[import("@sun-toolkit/request").SunApiResultData<null> | undefined, import("@sun-toolkit/request").SunApiResultData<InvoiceSettingInfoItem[]> | undefined]>;
package/dist/index.d.ts CHANGED
@@ -5,8 +5,9 @@ export * from './components/patient-access/index.ts';
5
5
  export * from './components/print/index.ts';
6
6
  export * from './components/invoice/index.ts';
7
7
  export * from './components/table-select';
8
+ export * from './components/charge-order-dialog';
8
9
  export { Title } from './components/title';
9
- export { DictSelect, FlagSelect, HospitalSelect, TagSelect, UserSelect, BizUnitSelect, DepartmentSelect, WardSelect, HospitalChargeSelect, } from './components/biz-select';
10
+ export { DictSelect, FlagSelect, HospitalSelect, TagSelect, UserSelect, BizUnitSelect, DepartmentSelect, WardSelect, } from './components/biz-select';
10
11
  export type { TagGroupInfo } from './components/biz-select';
11
12
  export { CopyTextWithTooltip } from './components/copy-text-with-tooltip';
12
13
  export { FormDesignRender } from './components/form-design-render';