kts-component-invoice-operate 3.2.239 → 3.2.241

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.
Files changed (67) hide show
  1. package/dist/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.d.ts +0 -1
  2. package/dist/Invoice/InvoiceController/InvoiceControllerState/index.d.ts +0 -2
  3. package/dist/Invoice/InvoiceController/index.d.ts +0 -6
  4. package/dist/Invoice/index.d.ts +0 -2
  5. package/dist/index.esm.js +2749 -5772
  6. package/dist/index.js +2748 -5771
  7. package/package.json +1 -1
  8. package/src/Invoice/Invoice-digtal/_test/easiest/index.tsx +8 -40
  9. package/src/Invoice/Invoice-digtal/_test/freight/index.tsx +17 -23
  10. package/src/Invoice/Invoice-digtal/_test/realEstateInfo/index.tsx +0 -47
  11. package/src/Invoice/Invoice-digtal/index.md +6 -7
  12. package/src/Invoice/InvoiceController/InvoiceControllerForm/index.ts +0 -11
  13. package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.ts +0 -2
  14. package/src/Invoice/InvoiceController/InvoiceControllerState/index.ts +0 -3
  15. package/src/Invoice/InvoiceController/index.ts +0 -21
  16. package/src/Invoice/index.tsx +0 -3
  17. package/src/Invoice/tools/useToGenerateId/index.ts +0 -2
  18. package/src/Invoice/ui/default/GoodsList/hook/useColumns/index.tsx +7 -0
  19. package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +37 -246
  20. package/src/Invoice/ui/digtal/StakeFarmerholder/index.less +1 -1
  21. package/src/Invoice/ui/digtal/StakeFarmerholder/index.tsx +204 -809
  22. package/dist/Invoice/Invoice-digtal/_test/pay/index.d.ts +0 -4
  23. package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/IColumnsReplenish/index.d.ts +0 -6
  24. package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/IGood/index.d.ts +0 -12
  25. package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/ImportGoods/index.d.ts +0 -21
  26. package/dist/Invoice/InvoiceController/InvoiceControllerState/PayListState/index.d.ts +0 -31
  27. package/dist/Invoice/InvoiceController/fns/addPay.d.ts +0 -6
  28. package/dist/Invoice/InvoiceController/fns/delPay.d.ts +0 -6
  29. package/dist/Invoice/InvoiceController/fns/saveEditPay.d.ts +0 -6
  30. package/dist/Invoice/InvoiceController/fns/setEditPay.d.ts +0 -6
  31. package/dist/Invoice/InvoiceController/fns/setPay.d.ts +0 -6
  32. package/dist/Invoice/ui/digtal/PayList/hook/useColumns/index.d.ts +0 -3
  33. package/dist/Invoice/ui/digtal/PayList/hook/useColumns/ui/TitleText/index.d.ts +0 -8
  34. package/dist/Invoice/ui/digtal/PayList/hook/useOnRow/index.d.ts +0 -8
  35. package/dist/Invoice/ui/digtal/PayList/hook/useRowSelection/index.d.ts +0 -8
  36. package/dist/Invoice/ui/digtal/PayList/hook/useWindowClick/index.d.ts +0 -5
  37. package/dist/Invoice/ui/digtal/PayList/index.d.ts +0 -18
  38. package/dist/Invoice/ui/digtal/PayList/ui/AddRowButton/index.d.ts +0 -3
  39. package/dist/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useDelRowButton/index.d.ts +0 -6
  40. package/dist/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useEmptyRefill/index.d.ts +0 -6
  41. package/dist/Invoice/ui/digtal/PayList/ui/TableRow/index.d.ts +0 -3
  42. package/dist/Invoice/ui/digtal/PayList/ui/TableVirtual/index.d.ts +0 -4
  43. package/src/Invoice/Invoice-digtal/_test/pay/index.tsx +0 -14637
  44. package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IColumnsReplenish/index.ts +0 -10
  45. package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IGood/index.ts +0 -35
  46. package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/ImportGoods/index.ts +0 -81
  47. package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/index.ts +0 -40
  48. package/src/Invoice/InvoiceController/fns/addPay.ts +0 -11
  49. package/src/Invoice/InvoiceController/fns/delPay.ts +0 -38
  50. package/src/Invoice/InvoiceController/fns/saveEditPay.ts +0 -23
  51. package/src/Invoice/InvoiceController/fns/setEditPay.ts +0 -16
  52. package/src/Invoice/InvoiceController/fns/setPay.ts +0 -11
  53. package/src/Invoice/ui/digtal/PayList/hook/useColumns/dist/index.js +0 -616
  54. package/src/Invoice/ui/digtal/PayList/hook/useColumns/index.tsx +0 -168
  55. package/src/Invoice/ui/digtal/PayList/hook/useColumns/ui/TitleText/index.tsx +0 -20
  56. package/src/Invoice/ui/digtal/PayList/hook/useOnRow/index.tsx +0 -37
  57. package/src/Invoice/ui/digtal/PayList/hook/useRowSelection/index.tsx +0 -120
  58. package/src/Invoice/ui/digtal/PayList/hook/useWindowClick/index.tsx +0 -19
  59. package/src/Invoice/ui/digtal/PayList/index.less +0 -73
  60. package/src/Invoice/ui/digtal/PayList/index.tsx +0 -132
  61. package/src/Invoice/ui/digtal/PayList/ui/AddRowButton/index.tsx +0 -75
  62. package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +0 -50
  63. package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +0 -37
  64. package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.less +0 -29
  65. package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.tsx +0 -21
  66. package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.less +0 -39
  67. package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.tsx +0 -109
@@ -56,5 +56,4 @@ export default interface IGood {
56
56
  productName?: string;
57
57
  /** 孩子 */
58
58
  children?: IGood[];
59
- cd?: number;
60
59
  }
@@ -1,6 +1,5 @@
1
1
  import GoodsListState from './GoodsListState';
2
2
  import FreightListState from './FreightListState';
3
- import PayListState from './PayListState';
4
3
  import BuyerState from './BuyerState';
5
4
  import Stakeholder from './Stakeholder';
6
5
  import { IInvoiceTypeModalProps } from '../../../InvoiceTypeModal';
@@ -55,6 +54,5 @@ export default class InvoiceControllerState {
55
54
  * 货物运输列表
56
55
  */
57
56
  freightListState: FreightListState;
58
- payListState: PayListState;
59
57
  addGoodsCheck?: any;
60
58
  }
@@ -7,7 +7,6 @@ export { default as InvoiceControllerState } from './InvoiceControllerState';
7
7
  export { default as IGood } from './InvoiceControllerState/GoodsListState/IGood';
8
8
  export { default as LineAttributeType } from './InvoiceControllerState/GoodsListState/LineAttributeType';
9
9
  export { default as IGood2 } from './InvoiceControllerState/FreightListState/IGood';
10
- export { default as IGood3 } from './InvoiceControllerState/PayListState/IGood';
11
10
  export default class InvoiceController extends InvoiceControllerForm {
12
11
  constructor(state?: InvoiceControllerState);
13
12
  /** 更新发票单据编号 */
@@ -18,26 +17,21 @@ export default class InvoiceController extends InvoiceControllerForm {
18
17
  setGoods: (option?: import("./InvoiceControllerState/GoodsListState/IGood").default | undefined) => Promise<any>;
19
18
  /** 设置货物运输属性 */
20
19
  setFreight: (option?: import("./InvoiceControllerState/GoodsListState/IGood").default | undefined) => Promise<any>;
21
- setPay: (option?: import("./InvoiceControllerState/GoodsListState/IGood").default | undefined) => Promise<any>;
22
20
  setEditFreight: (option?: any) => Promise<any>;
23
- setEditPay: (option?: any) => Promise<any>;
24
21
  /** 设置当前的编辑货物 */
25
22
  setEditGood: (option?: any) => Promise<any>;
26
23
  /** 保存正在编辑的货物 */
27
24
  saveEditGood: (option?: any) => Promise<any>;
28
25
  /** 保存正在编辑的货物运输 */
29
26
  saveEditFreight: (option?: any) => Promise<any>;
30
- saveEditPay: (option?: any) => Promise<any>;
31
27
  /** 删除一个货物 */
32
28
  delGood: (option?: string | undefined) => Promise<any>;
33
29
  /** 删除一个货物运输 */
34
30
  delFreight: (option?: string | undefined) => Promise<any>;
35
- delPay: (option?: string | undefined) => Promise<any>;
36
31
  /** 添加一个货物 */
37
32
  addGood: (option?: any) => Promise<any>;
38
33
  /** 添加一个货物运输 */
39
34
  addFreight: (option?: any) => Promise<any>;
40
- addPay: (option?: any) => Promise<any>;
41
35
  /** 全单合并明细 */
42
36
  mergeDetails: (option?: string[] | undefined) => Promise<any>;
43
37
  /** 全单合并折扣 */
@@ -8,7 +8,6 @@ import Seller from './ui/default/Seller';
8
8
  import Buyer from './ui/default/Buyer';
9
9
  import GoodsListDigtal from './ui/digtal/GoodsList';
10
10
  import FreightList from './ui/digtal/FreightList';
11
- import PayList from './ui/digtal/PayList';
12
11
  /** 发票组件的上下文 */
13
12
  export declare const InvoiceContext: React.Context<InvoiceController>;
14
13
  export interface IInvoiceProps {
@@ -59,7 +58,6 @@ export default class Invoice extends React.PureComponent<IInvoiceProps> {
59
58
  /** 特殊信息-建筑服务(数电) */
60
59
  static readonly Architecture: React.FunctionComponent<import("./ui/digtal/Architecture").RealEstateInfoProps>;
61
60
  static readonly FreightList: typeof FreightList;
62
- static readonly PayList: typeof PayList;
63
61
  /** 货物列表(数电) */
64
62
  static readonly GoodsListDigtal: typeof GoodsListDigtal;
65
63
  /** 货物索引生成器 */