kts-component-invoice-operate 3.1.11 → 3.1.13
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/dist/Invoice/ui/GoodsList/hook/useColumns/autoFillFn/index.d.ts +2 -0
- package/dist/index.esm.js +295 -312
- package/dist/index.js +295 -312
- package/package.json +1 -1
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/EndowCode/index.tsx +1 -1
- package/src/Invoice/InvoiceController/fns/saveEditGood.ts +1 -1
- package/src/Invoice/ui/GoodsList/hook/useColumns/autoFillFn/index.ts +26 -9
- package/src/Invoice/ui/GoodsList/hook/useColumns/index.tsx +12 -0
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
import { WrappedFormUtils } from 'kts-components-antd-x3/lib/form/Form';
|
|
8
8
|
import InvoiceController, { IGood } from '../../../../../InvoiceController';
|
|
9
9
|
export { format2, format15 } from '../../../../../tools/calculate';
|
|
10
|
+
/** 清除计算中启动字段 */
|
|
11
|
+
export declare const clearCalculatingField: (controller: InvoiceController) => Promise<any>;
|
|
10
12
|
/** 数量改变了 */
|
|
11
13
|
export declare const onChangeQuantity: (...par: any[]) => void;
|
|
12
14
|
/** 单价(含税) */
|