kts-component-invoice-operate 3.2.244 → 3.2.246
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/.dumi/theme/builtins/API.tsx +66 -66
- package/.editorconfig +16 -16
- package/.fatherrc.ts +4 -4
- package/.prettierignore +7 -7
- package/.prettierrc +11 -11
- package/.umirc.ts +8 -8
- package/BRANCH.md +5 -0
- package/README.md +12 -12
- package/branch/3.2.x +1 -0
- package/dist/Invoice/ui/default/GoodsList/hook/useColumns/autoFillFn/index.d.ts +2 -0
- package/dist/Invoice/ui/digtal/StakeFarmerholder/index.d.ts +2 -0
- package/dist/index.esm.js +126 -7
- package/dist/index.js +126 -7
- package/docs/index.md +5 -5
- package/docs-dist/404.html +33 -33
- package/docs-dist/index.html +33 -33
- package/docs-dist/static/arrowDown.a1cbf0d8.svg +2 -2
- package/docs-dist/static/arrowUp.4c482054.svg +2 -2
- package/docs-dist/static/fork.5431267d.svg +11 -11
- package/docs-dist/static/plus.44013ce3.svg +11 -11
- package/docs-dist/static/plus.4fd1af30.svg +11 -11
- package/docs-dist/umi.css +18 -18
- package/index.html +12 -12
- package/package.json +62 -62
- package/src/Invoice/Invoice-digtal/_test/architecture/index.tsx +21 -21
- package/src/Invoice/Invoice-digtal/_test/disabled/index.tsx +40 -40
- package/src/Invoice/Invoice-digtal/_test/easiest/index.tsx +214 -214
- package/src/Invoice/Invoice-digtal/_test/freight/index.tsx +14580 -14580
- package/src/Invoice/Invoice-digtal/_test/header/index.tsx +84 -84
- package/src/Invoice/Invoice-digtal/_test/importGoods/index.tsx +868 -868
- package/src/Invoice/Invoice-digtal/_test/importStakeholder/index.tsx +18 -18
- package/src/Invoice/Invoice-digtal/_test/lineCredit/index.tsx +19 -19
- package/src/Invoice/Invoice-digtal/_test/pay/index.tsx +14636 -14636
- package/src/Invoice/Invoice-digtal/_test/prefab/index.tsx +150 -150
- package/src/Invoice/Invoice-digtal/_test/readOnly/index.tsx +55 -55
- package/src/Invoice/Invoice-digtal/_test/realEstateInfo/index.tsx +83 -83
- package/src/Invoice/Invoice-digtal/_test/stakeholder/index.tsx +12 -12
- package/src/Invoice/Invoice-digtal/_test/typeSelection/index.tsx +29 -29
- package/src/Invoice/Invoice-digtal/index.md +44 -44
- package/src/Invoice/InvoiceController/InvoiceControllerForm/index.ts +116 -116
- package/src/Invoice/InvoiceController/InvoiceControllerState/AutoComplete/index.ts +26 -26
- package/src/Invoice/InvoiceController/InvoiceControllerState/BuyerState/index.tsx +88 -88
- package/src/Invoice/InvoiceController/InvoiceControllerState/FreightListState/IColumnsReplenish/index.ts +10 -10
- package/src/Invoice/InvoiceController/InvoiceControllerState/FreightListState/IGood/index.ts +33 -33
- package/src/Invoice/InvoiceController/InvoiceControllerState/FreightListState/ImportGoods/index.ts +81 -81
- package/src/Invoice/InvoiceController/InvoiceControllerState/FreightListState/index.ts +39 -39
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/Drag/index.ts +15 -15
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/EndowCode/index.tsx +104 -104
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IColumnsReplenish/index.ts +10 -10
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/IGood/index.ts +91 -90
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/ImportGoods/index.ts +84 -84
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/LineAttributeType/index.ts +7 -7
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/ProductComparison/index.ts +9 -9
- package/src/Invoice/InvoiceController/InvoiceControllerState/GoodsListState/index.ts +134 -134
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IColumnsReplenish/index.ts +10 -10
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/IGood/index.ts +35 -35
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/ImportGoods/index.ts +81 -81
- package/src/Invoice/InvoiceController/InvoiceControllerState/PayListState/index.ts +39 -39
- package/src/Invoice/InvoiceController/InvoiceControllerState/Stakeholder/index.ts +13 -13
- package/src/Invoice/InvoiceController/InvoiceControllerState/index.ts +76 -76
- package/src/Invoice/InvoiceController/fns/addFreight.ts +11 -11
- package/src/Invoice/InvoiceController/fns/addGood.ts +11 -11
- package/src/Invoice/InvoiceController/fns/addGoodDiscount.ts +126 -126
- package/src/Invoice/InvoiceController/fns/addGoodDiscountV2.ts +86 -86
- package/src/Invoice/InvoiceController/fns/addPay.ts +11 -11
- package/src/Invoice/InvoiceController/fns/delFreight.ts +38 -38
- package/src/Invoice/InvoiceController/fns/delGood.ts +41 -41
- package/src/Invoice/InvoiceController/fns/delPay.ts +38 -38
- package/src/Invoice/InvoiceController/fns/getGoodsSearch.ts +26 -26
- package/src/Invoice/InvoiceController/fns/importGoodsDrawer.ts +79 -79
- package/src/Invoice/InvoiceController/fns/itemBlur.ts +40 -40
- package/src/Invoice/InvoiceController/fns/mergeDetails.ts +201 -201
- package/src/Invoice/InvoiceController/fns/mergeDiscount.ts +35 -35
- package/src/Invoice/InvoiceController/fns/saveEditFreight.ts +24 -24
- package/src/Invoice/InvoiceController/fns/saveEditGood.ts +24 -24
- package/src/Invoice/InvoiceController/fns/saveEditPay.ts +23 -23
- package/src/Invoice/InvoiceController/fns/setEditFreight.ts +16 -16
- package/src/Invoice/InvoiceController/fns/setEditGood.ts +16 -16
- package/src/Invoice/InvoiceController/fns/setEditPay.ts +16 -16
- package/src/Invoice/InvoiceController/fns/setFreight.ts +10 -10
- package/src/Invoice/InvoiceController/fns/setGoods.ts +10 -10
- package/src/Invoice/InvoiceController/fns/setPay.ts +10 -10
- package/src/Invoice/InvoiceController/fns/updateInvoiceNo.ts +8 -8
- package/src/Invoice/InvoiceController/index.ts +127 -127
- package/src/Invoice/_test/buyerNameSearch/index.tsx +42 -42
- package/src/Invoice/_test/children/index.tsx +214 -214
- package/src/Invoice/_test/deduction/index.tsx +956 -957
- package/src/Invoice/_test/draft/index.tsx +40 -40
- package/src/Invoice/_test/easiest/index.tsx +5 -5
- package/src/Invoice/_test/endowCode/index.tsx +1158 -1158
- package/src/Invoice/_test/goodsMenuExpand/index.tsx +32 -32
- package/src/Invoice/_test/importBuyer/index.tsx +74 -74
- package/src/Invoice/_test/importGoods/index.tsx +1197 -1197
- package/src/Invoice/_test/invoiceType/index.tsx +59 -59
- package/src/Invoice/_test/isInvoiceNo/index.tsx +12 -12
- package/src/Invoice/_test/replaceHead/index.tsx +22 -22
- package/src/Invoice/_test/retrieveData/index.tsx +22 -22
- package/src/Invoice/_test/seller/index.tsx +28 -28
- package/src/Invoice/_test/setDataSource/index.tsx +73 -73
- package/src/Invoice/_test/unit/index.tsx +19 -19
- package/src/Invoice/index.less +31 -31
- package/src/Invoice/index.md +56 -56
- package/src/Invoice/index.tsx +200 -200
- package/src/Invoice/tools/calculate/index.ts +144 -144
- package/src/Invoice/tools/coolingFn/index.ts +17 -17
- package/src/Invoice/tools/evaluate/index.ts +7 -7
- package/src/Invoice/tools/idGenerator/index.ts +2 -2
- package/src/Invoice/tools/itemName/index.ts +55 -55
- package/src/Invoice/tools/lazyFn/index.ts +19 -19
- package/src/Invoice/tools/mounting/index.ts +13 -13
- package/src/Invoice/tools/strringFn/index.ts +40 -40
- package/src/Invoice/tools/useToGenerateId/index.ts +12 -12
- package/src/Invoice/tools/utils/index.ts +1 -1
- package/src/Invoice/tools/utils/money/index.ts +20 -20
- package/src/Invoice/ui/default/AddComparisonDrawer/index.tsx +149 -149
- package/src/Invoice/ui/default/Buyer/index.less +219 -219
- package/src/Invoice/ui/default/Buyer/index.tsx +114 -114
- package/src/Invoice/ui/default/Buyer/ui/BuyerNameInput/index.tsx +166 -166
- package/src/Invoice/ui/default/Buyer/ui/ImportBuyerButton/index.tsx +21 -21
- package/src/Invoice/ui/default/EndowCodeDrawer/index.less +8 -8
- package/src/Invoice/ui/default/EndowCodeDrawer/index.tsx +612 -612
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/autoFillFn/index.ts +681 -647
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/index.tsx +769 -719
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/Drag/index.less +20 -20
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/Drag/index.tsx +205 -205
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/Expand/index.tsx +57 -57
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/ItemCodeInput/index.less +18 -18
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/ItemCodeInput/index.tsx +49 -49
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/ItemNameInput/index.less +17 -17
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/ItemNameInput/index.tsx +91 -91
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowEditButton/index.tsx +30 -30
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/_useAddComparison/index.tsx +43 -43
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useAddDiscount/index.tsx +118 -118
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useDelItem/dist/index.js +32 -32
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useDelItem/index.tsx +41 -41
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/hook/useEndowCode/index.tsx +25 -25
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/index.less +13 -13
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowMenu/index.tsx +99 -99
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/RowSaveButton/index.tsx +14 -14
- package/src/Invoice/ui/default/GoodsList/hook/useColumns/ui/TitleText/index.tsx +20 -20
- package/src/Invoice/ui/default/GoodsList/hook/useDeduction/index.tsx +24 -24
- package/src/Invoice/ui/default/GoodsList/hook/useOnRow/index.tsx +52 -52
- package/src/Invoice/ui/default/GoodsList/hook/useRowSelection/index.tsx +120 -120
- package/src/Invoice/ui/default/GoodsList/hook/useWindowClick/index.tsx +23 -23
- package/src/Invoice/ui/default/GoodsList/index.less +185 -185
- package/src/Invoice/ui/default/GoodsList/index.tsx +207 -207
- package/src/Invoice/ui/default/GoodsList/ui/AddRowButton/index.tsx +72 -72
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/index.less +21 -21
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/index.tsx +244 -244
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useCommodityComparisonButton/index.tsx +75 -75
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +69 -69
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useEndowCodeButton/index.tsx +65 -65
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useMergeDetails/index.tsx +91 -91
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useMergeDiscount/index.tsx +36 -36
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useSalesDiscount/index.tsx +109 -109
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/hooks/useSalesGifts/index.tsx +94 -94
- package/src/Invoice/ui/default/GoodsList/ui/BulkMenu/index.tsx +37 -37
- package/src/Invoice/ui/default/GoodsList/ui/DescribeSwitch/index.tsx +36 -36
- package/src/Invoice/ui/default/GoodsList/ui/Search/index.less +10 -10
- package/src/Invoice/ui/default/GoodsList/ui/Search/index.tsx +52 -52
- package/src/Invoice/ui/default/GoodsList/ui/Statistics/index.less +18 -18
- package/src/Invoice/ui/default/GoodsList/ui/Statistics/index.tsx +114 -114
- package/src/Invoice/ui/default/GoodsList/ui/TableRow/index.less +40 -40
- package/src/Invoice/ui/default/GoodsList/ui/TableRow/index.tsx +71 -71
- package/src/Invoice/ui/default/GoodsList/ui/TableVirtual/index.less +38 -38
- package/src/Invoice/ui/default/GoodsList/ui/TableVirtual/index.tsx +130 -130
- package/src/Invoice/ui/default/GoodsList/ui/TableVirtual.o/index.less +44 -44
- package/src/Invoice/ui/default/GoodsList/ui/TableVirtual.o/index.tsx +96 -96
- package/src/Invoice/ui/default/GoodsList/ui/TaxIncludedSwitch/index.tsx +31 -31
- package/src/Invoice/ui/default/ImportBuyerDrawer/index.tsx +75 -75
- package/src/Invoice/ui/default/ImportGoodsDrawer/index.tsx +201 -201
- package/src/Invoice/ui/default/InvoiceHeader/index.less +68 -68
- package/src/Invoice/ui/default/InvoiceHeader/index.tsx +246 -246
- package/src/Invoice/ui/default/Seller/index.less +113 -113
- package/src/Invoice/ui/default/Seller/index.tsx +98 -98
- package/src/Invoice/ui/default/Sign/index.less +14 -14
- package/src/Invoice/ui/default/Sign/index.tsx +71 -71
- package/src/Invoice/ui/digtal/Architecture/index.less +18 -18
- package/src/Invoice/ui/digtal/Architecture/index.tsx +177 -177
- package/src/Invoice/ui/digtal/FreightList/hook/useColumns/dist/index.js +616 -616
- package/src/Invoice/ui/digtal/FreightList/hook/useColumns/index.tsx +246 -246
- package/src/Invoice/ui/digtal/FreightList/hook/useColumns/ui/TitleText/index.tsx +20 -20
- package/src/Invoice/ui/digtal/FreightList/hook/useOnRow/index.tsx +37 -37
- package/src/Invoice/ui/digtal/FreightList/hook/useRowSelection/index.tsx +119 -119
- package/src/Invoice/ui/digtal/FreightList/hook/useWindowClick/index.tsx +23 -23
- package/src/Invoice/ui/digtal/FreightList/index.less +72 -72
- package/src/Invoice/ui/digtal/FreightList/index.tsx +129 -129
- package/src/Invoice/ui/digtal/FreightList/ui/AddRowButton/index.tsx +74 -74
- package/src/Invoice/ui/digtal/FreightList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +50 -50
- package/src/Invoice/ui/digtal/FreightList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +36 -36
- package/src/Invoice/ui/digtal/FreightList/ui/TableRow/index.less +28 -28
- package/src/Invoice/ui/digtal/FreightList/ui/TableRow/index.tsx +20 -20
- package/src/Invoice/ui/digtal/FreightList/ui/TableVirtual/index.less +38 -38
- package/src/Invoice/ui/digtal/FreightList/ui/TableVirtual/index.tsx +108 -108
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/autoFillFn/index.ts +683 -683
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/dist/index.js +616 -616
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/index.tsx +723 -724
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/svg/plus.svg +11 -11
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/Drag/index.less +20 -20
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/Drag/index.tsx +205 -205
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/ItemNameInput/index.less +9 -9
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/ItemNameInput/index.tsx +87 -87
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowEditButton/index.tsx +30 -30
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/hook/_useAddComparison/index.tsx +43 -43
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/hook/useAddDiscount/index.tsx +76 -76
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/hook/useDelItem/index.tsx +41 -41
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/hook/useEndowCode/index.tsx +34 -34
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/index.less +13 -13
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowMenu/index.tsx +98 -98
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/RowSaveButton/index.tsx +14 -14
- package/src/Invoice/ui/digtal/GoodsList/hook/useColumns/ui/TitleText/index.tsx +20 -20
- package/src/Invoice/ui/digtal/GoodsList/hook/useOnRow/index.tsx +51 -51
- package/src/Invoice/ui/digtal/GoodsList/hook/useRowSelection/index.tsx +121 -121
- package/src/Invoice/ui/digtal/GoodsList/hook/useWindowClick/index.tsx +23 -23
- package/src/Invoice/ui/digtal/GoodsList/index.less +56 -56
- package/src/Invoice/ui/digtal/GoodsList/index.tsx +181 -181
- package/src/Invoice/ui/digtal/GoodsList/ui/AddRowButton/index.tsx +87 -87
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/index.tsx +340 -340
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useAddDiscountRowButton/svg/add.svg +11 -11
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useCommodityComparisonButton/index.tsx +75 -75
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +50 -50
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +37 -37
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useEndowCodeButton/index.tsx +82 -82
- package/src/Invoice/ui/digtal/GoodsList/ui/BulkMenu/hooks/useReselectInvoiceType/index.tsx +57 -57
- package/src/Invoice/ui/digtal/GoodsList/ui/DescribeSwitch/index.tsx +36 -36
- package/src/Invoice/ui/digtal/GoodsList/ui/Search/index.less +11 -11
- package/src/Invoice/ui/digtal/GoodsList/ui/Search/index.tsx +60 -60
- package/src/Invoice/ui/digtal/GoodsList/ui/Statistics/index.less +53 -53
- package/src/Invoice/ui/digtal/GoodsList/ui/Statistics/index.tsx +98 -98
- package/src/Invoice/ui/digtal/GoodsList/ui/Statistics/svg/fork.svg +11 -11
- package/src/Invoice/ui/digtal/GoodsList/ui/TableRow/index.less +28 -28
- package/src/Invoice/ui/digtal/GoodsList/ui/TableRow/index.tsx +52 -52
- package/src/Invoice/ui/digtal/GoodsList/ui/TableVirtual/index.less +38 -38
- package/src/Invoice/ui/digtal/GoodsList/ui/TableVirtual/index.tsx +113 -113
- package/src/Invoice/ui/digtal/GoodsList/ui/TaxIncludedSwitch/index.tsx +34 -34
- package/src/Invoice/ui/digtal/InvoiceHeader/index.less +57 -57
- package/src/Invoice/ui/digtal/InvoiceHeader/index.tsx +77 -77
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/dist/index.js +616 -616
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/index.tsx +168 -168
- package/src/Invoice/ui/digtal/PayList/hook/useColumns/ui/TitleText/index.tsx +20 -20
- package/src/Invoice/ui/digtal/PayList/hook/useOnRow/index.tsx +37 -37
- package/src/Invoice/ui/digtal/PayList/hook/useRowSelection/index.tsx +119 -119
- package/src/Invoice/ui/digtal/PayList/hook/useWindowClick/index.tsx +19 -19
- package/src/Invoice/ui/digtal/PayList/index.less +72 -72
- package/src/Invoice/ui/digtal/PayList/index.tsx +132 -132
- package/src/Invoice/ui/digtal/PayList/ui/AddRowButton/index.tsx +74 -74
- package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useDelRowButton/index.tsx +50 -50
- package/src/Invoice/ui/digtal/PayList/ui/BulkMenu/hooks/useEmptyRefill/index.tsx +36 -36
- package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.less +28 -28
- package/src/Invoice/ui/digtal/PayList/ui/TableRow/index.tsx +20 -20
- package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.less +38 -38
- package/src/Invoice/ui/digtal/PayList/ui/TableVirtual/index.tsx +108 -108
- package/src/Invoice/ui/digtal/RealEstateInfo/index.less +21 -21
- package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +451 -451
- package/src/Invoice/ui/digtal/Sign/index.less +48 -48
- package/src/Invoice/ui/digtal/Sign/index.tsx +99 -99
- package/src/Invoice/ui/digtal/StakeFarmerholder/index.less +99 -99
- package/src/Invoice/ui/digtal/StakeFarmerholder/index.tsx +1102 -1096
- package/src/Invoice/ui/digtal/StakeFarmerholder/svg/arrowDown.svg +2 -2
- package/src/Invoice/ui/digtal/StakeFarmerholder/svg/arrowUp.svg +2 -2
- package/src/Invoice/ui/digtal/StakeFarmerholder/svg/plus.svg +11 -11
- package/src/Invoice/ui/digtal/Stakeholder/index.less +99 -99
- package/src/Invoice/ui/digtal/Stakeholder/index.tsx +453 -453
- package/src/Invoice/ui/digtal/Stakeholder/svg/arrowDown.svg +2 -2
- package/src/Invoice/ui/digtal/Stakeholder/svg/arrowUp.svg +2 -2
- package/src/Invoice/ui/digtal/Stakeholder/svg/plus.svg +11 -11
- package/src/InvoiceTypeModal/_test/easiest/index.tsx +31 -31
- package/src/InvoiceTypeModal/dist/index.js +92 -92
- package/src/InvoiceTypeModal/index.less +7 -7
- package/src/InvoiceTypeModal/index.md +5 -5
- package/src/InvoiceTypeModal/index.tsx +161 -161
- package/src/TaxClassificationCodeModal/_test/easiest/index.tsx +184 -184
- package/src/TaxClassificationCodeModal/index.less +17 -17
- package/src/TaxClassificationCodeModal/index.md +6 -6
- package/src/TaxClassificationCodeModal/index.tsx +152 -152
- package/src/index.ts +13 -13
- package/tsconfig.json +31 -31
- package/typings.d.ts +3 -3
|
@@ -1,1197 +1,1197 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Button } from 'kts-components-antd-x3/lib/radio';
|
|
4
|
-
import { Invoice, IGood } from '../../../../src';
|
|
5
|
-
import { IGetBuyerListOption } from '../../../Invoice/InvoiceController/InvoiceControllerState/BuyerState';
|
|
6
|
-
|
|
7
|
-
const InvoiceController = Invoice.InvoiceController
|
|
8
|
-
|
|
9
|
-
export default () => {
|
|
10
|
-
|
|
11
|
-
// 初始化控制器
|
|
12
|
-
const controller = React.useMemo(() => new MyInvoiceController(), []);
|
|
13
|
-
|
|
14
|
-
return (
|
|
15
|
-
<>
|
|
16
|
-
<Button style={{ marginBottom: 10 }} onClick={async () => { console.log('===> 当前组件状态', await controller.validateFields()); }} >获取数据</Button>
|
|
17
|
-
<Invoice controller={controller} />
|
|
18
|
-
</>
|
|
19
|
-
);
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
// 重写 购买方 的数据源,实现 ‘获取 购买方 列表’ 方法
|
|
23
|
-
class MyInvoiceController extends InvoiceController {
|
|
24
|
-
constructor() {
|
|
25
|
-
super();
|
|
26
|
-
this.state.goodsListState.columnshide = [];
|
|
27
|
-
|
|
28
|
-
this.state.autoComplete.onItemNameBlur = async (value: any) => {
|
|
29
|
-
console.log(value, 'onBuyerNameBlur - Blur');
|
|
30
|
-
|
|
31
|
-
return new Promise((resolve, reject)=> {
|
|
32
|
-
resolve([
|
|
33
|
-
{
|
|
34
|
-
"taxCategoryCode": "1030206030000000000",
|
|
35
|
-
"productName": "醋及醋代用品",
|
|
36
|
-
"shorthand": "调味品",
|
|
37
|
-
"id": null,
|
|
38
|
-
"specification": null,
|
|
39
|
-
"createTime": null,
|
|
40
|
-
"status": 1,
|
|
41
|
-
"versionCode": "48.0",
|
|
42
|
-
"version": "32.0",
|
|
43
|
-
"startTime": "20190401",
|
|
44
|
-
"endTime": null,
|
|
45
|
-
"cargo": null,
|
|
46
|
-
"desc": null,
|
|
47
|
-
"taxRate": "13%",
|
|
48
|
-
"keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
49
|
-
"summarizedItem": "N",
|
|
50
|
-
"countCode": null,
|
|
51
|
-
"customsItem": null,
|
|
52
|
-
"updateTime": null,
|
|
53
|
-
"hzx": null,
|
|
54
|
-
"children": null,
|
|
55
|
-
"vatspecialManagement": "",
|
|
56
|
-
"pid": "1030206000000000000",
|
|
57
|
-
"vatpolicyBasis": null,
|
|
58
|
-
"vatspecialManagementCode": "",
|
|
59
|
-
"gstpolicyBasisCode": null,
|
|
60
|
-
"gstspecialManagement": null,
|
|
61
|
-
"gstpolicyBasis": null
|
|
62
|
-
}
|
|
63
|
-
]);
|
|
64
|
-
|
|
65
|
-
});
|
|
66
|
-
//
|
|
67
|
-
// return [
|
|
68
|
-
// {
|
|
69
|
-
// "taxCategoryCode": "1030206030000000000",
|
|
70
|
-
// "productName": "醋及醋代用品",
|
|
71
|
-
// "shorthand": "调味品",
|
|
72
|
-
// "id": null,
|
|
73
|
-
// "specification": null,
|
|
74
|
-
// "createTime": null,
|
|
75
|
-
// "status": 1,
|
|
76
|
-
// "versionCode": "48.0",
|
|
77
|
-
// "version": "32.0",
|
|
78
|
-
// "startTime": "20190401",
|
|
79
|
-
// "endTime": null,
|
|
80
|
-
// "cargo": null,
|
|
81
|
-
// "desc": null,
|
|
82
|
-
// "taxRate": "13%",
|
|
83
|
-
// "keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
84
|
-
// "summarizedItem": "N",
|
|
85
|
-
// "countCode": null,
|
|
86
|
-
// "customsItem": null,
|
|
87
|
-
// "updateTime": null,
|
|
88
|
-
// "hzx": null,
|
|
89
|
-
// "children": null,
|
|
90
|
-
// "vatspecialManagement": "",
|
|
91
|
-
// "pid": "1030206000000000000",
|
|
92
|
-
// "vatpolicyBasis": null,
|
|
93
|
-
// "vatspecialManagementCode": "",
|
|
94
|
-
// "gstpolicyBasisCode": null,
|
|
95
|
-
// "gstspecialManagement": null,
|
|
96
|
-
// "gstpolicyBasis": null
|
|
97
|
-
// }
|
|
98
|
-
// ]
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
this.state.autoComplete.onItemNameSearch = async (value: any) => {
|
|
102
|
-
console.log(value, 'onItemNameSearch - Search');
|
|
103
|
-
|
|
104
|
-
const data = [
|
|
105
|
-
{
|
|
106
|
-
"taxCategoryCode": "1090111090000000000",
|
|
107
|
-
"productName": "苹果",
|
|
108
|
-
"name": null,
|
|
109
|
-
"productCode": "0003",
|
|
110
|
-
"shorthand": "小型起重设备",
|
|
111
|
-
"id": "10881474649024102400167947617243",
|
|
112
|
-
"specification": null,
|
|
113
|
-
"categoryId": "10688389540499947520167487266471",
|
|
114
|
-
"categoryName": "水果",
|
|
115
|
-
"internalNumber": null,
|
|
116
|
-
"taxCategoryName": "轻小型起重设备配套件",
|
|
117
|
-
"referenceAmount": null,
|
|
118
|
-
"priceAmount": 200.00000000000000000000,
|
|
119
|
-
"taxId": null,
|
|
120
|
-
"taxRate": null,
|
|
121
|
-
"unitId": null,
|
|
122
|
-
"unitName": null,
|
|
123
|
-
"taxExemptionType": null,
|
|
124
|
-
"enjoyPreferentialPolicies": 0,
|
|
125
|
-
"preferentialPoliciesType": null,
|
|
126
|
-
"productStatus": 1,
|
|
127
|
-
"specialGoodsMark": "",
|
|
128
|
-
"createTime": "2023-03-22 17:09:32",
|
|
129
|
-
"updateTime": "2023-03-22 17:09:32"
|
|
130
|
-
}
|
|
131
|
-
];
|
|
132
|
-
|
|
133
|
-
return data.map((item: any) =>{
|
|
134
|
-
return {
|
|
135
|
-
...data,
|
|
136
|
-
itemName:item.productName,
|
|
137
|
-
taxClassificationCode:item.taxCategoryCode,
|
|
138
|
-
itemModelName:item.specification,
|
|
139
|
-
shorthand:item.shorthand,
|
|
140
|
-
priceIncludeTax:item.priceAmount,
|
|
141
|
-
unit:item.unitName,
|
|
142
|
-
taxRate:item.taxRate,
|
|
143
|
-
}
|
|
144
|
-
})
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
this.state.goodsListState.endowCode.onSearchTaxClassificationCode = async (value: any) => {
|
|
148
|
-
console.log(value, 'value-onSearchTaxClassificationCode');
|
|
149
|
-
|
|
150
|
-
return [
|
|
151
|
-
{
|
|
152
|
-
"taxCategoryCode": "1030206030000000000",
|
|
153
|
-
"productName": "醋及醋代用品",
|
|
154
|
-
"shorthand": "调味品",
|
|
155
|
-
"id": null,
|
|
156
|
-
"specification": null,
|
|
157
|
-
"createTime": null,
|
|
158
|
-
"status": 1,
|
|
159
|
-
"versionCode": "48.0",
|
|
160
|
-
"version": "32.0",
|
|
161
|
-
"startTime": "20190401",
|
|
162
|
-
"endTime": null,
|
|
163
|
-
"cargo": null,
|
|
164
|
-
"desc": null,
|
|
165
|
-
"taxRate": "13%",
|
|
166
|
-
"keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
167
|
-
"summarizedItem": "N",
|
|
168
|
-
"countCode": null,
|
|
169
|
-
"customsItem": null,
|
|
170
|
-
"updateTime": null,
|
|
171
|
-
"hzx": null,
|
|
172
|
-
"children": null,
|
|
173
|
-
"vatspecialManagement": "",
|
|
174
|
-
"pid": "1030206000000000000",
|
|
175
|
-
"vatpolicyBasis": null,
|
|
176
|
-
"vatspecialManagementCode": "",
|
|
177
|
-
"gstpolicyBasisCode": null,
|
|
178
|
-
"gstspecialManagement": null,
|
|
179
|
-
"gstpolicyBasis": null
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
};
|
|
183
|
-
|
|
184
|
-
this.state.goodsListState.endowCode.onLoadTaxClassificationCode = async (value: any) => {
|
|
185
|
-
console.log(value, 'value-onSearchTaxClassificationCode');
|
|
186
|
-
if(value === '3000000000000000000') {
|
|
187
|
-
return [
|
|
188
|
-
{
|
|
189
|
-
"taxCategoryCode": "3060000000000000000",
|
|
190
|
-
"productName": "金融服务",
|
|
191
|
-
"shorthand": "金融服务",
|
|
192
|
-
"id": null,
|
|
193
|
-
"specification": null,
|
|
194
|
-
"createTime": "Tue Jun 20 14:55:37 CST 2023",
|
|
195
|
-
"status": 1,
|
|
196
|
-
"versionCode": "48.0",
|
|
197
|
-
"version": "32.0",
|
|
198
|
-
"startTime": "20190401",
|
|
199
|
-
"endTime": null,
|
|
200
|
-
"cargo": null,
|
|
201
|
-
"desc": null,
|
|
202
|
-
"taxRate": "",
|
|
203
|
-
"keyword": "金融服务",
|
|
204
|
-
"summarizedItem": "Y",
|
|
205
|
-
"countCode": null,
|
|
206
|
-
"customsItem": null,
|
|
207
|
-
"updateTime": "Tue Jun 20 14:55:37 CST 2023",
|
|
208
|
-
"hzx": "Y",
|
|
209
|
-
"children": null,
|
|
210
|
-
"vatspecialManagement": "",
|
|
211
|
-
"pid": "3000000000000000000",
|
|
212
|
-
"vatpolicyBasis": null,
|
|
213
|
-
"vatspecialManagementCode": "",
|
|
214
|
-
"gstpolicyBasisCode": null,
|
|
215
|
-
"gstspecialManagement": null,
|
|
216
|
-
"gstpolicyBasis": null
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"taxCategoryCode": "3070000000000000000",
|
|
220
|
-
"productName": "生活服务",
|
|
221
|
-
"shorthand": "生活服务",
|
|
222
|
-
"id": null,
|
|
223
|
-
"specification": null,
|
|
224
|
-
"createTime": "Tue Jun 20 14:57:32 CST 2023",
|
|
225
|
-
"status": 1,
|
|
226
|
-
"versionCode": "48.0",
|
|
227
|
-
"version": "32.0",
|
|
228
|
-
"startTime": "20190401",
|
|
229
|
-
"endTime": null,
|
|
230
|
-
"cargo": null,
|
|
231
|
-
"desc": null,
|
|
232
|
-
"taxRate": "",
|
|
233
|
-
"keyword": "",
|
|
234
|
-
"summarizedItem": "Y",
|
|
235
|
-
"countCode": null,
|
|
236
|
-
"customsItem": null,
|
|
237
|
-
"updateTime": "Tue Jun 20 14:57:32 CST 2023",
|
|
238
|
-
"hzx": "Y",
|
|
239
|
-
"children": null,
|
|
240
|
-
"vatspecialManagement": "",
|
|
241
|
-
"pid": "3000000000000000000",
|
|
242
|
-
"vatpolicyBasis": null,
|
|
243
|
-
"vatspecialManagementCode": "",
|
|
244
|
-
"gstpolicyBasisCode": null,
|
|
245
|
-
"gstspecialManagement": null,
|
|
246
|
-
"gstpolicyBasis": null
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"taxCategoryCode": "3030000000000000000",
|
|
250
|
-
"productName": "电信服务",
|
|
251
|
-
"shorthand": "电信服务",
|
|
252
|
-
"id": null,
|
|
253
|
-
"specification": null,
|
|
254
|
-
"createTime": "Tue Jun 20 14:56:43 CST 2023",
|
|
255
|
-
"status": 1,
|
|
256
|
-
"versionCode": "48.0",
|
|
257
|
-
"version": "32.0",
|
|
258
|
-
"startTime": "20190401",
|
|
259
|
-
"endTime": null,
|
|
260
|
-
"cargo": null,
|
|
261
|
-
"desc": null,
|
|
262
|
-
"taxRate": "",
|
|
263
|
-
"keyword": "电信服务",
|
|
264
|
-
"summarizedItem": "Y",
|
|
265
|
-
"countCode": null,
|
|
266
|
-
"customsItem": null,
|
|
267
|
-
"updateTime": "Tue Jun 20 14:56:43 CST 2023",
|
|
268
|
-
"hzx": "Y",
|
|
269
|
-
"children": null,
|
|
270
|
-
"vatspecialManagement": "",
|
|
271
|
-
"pid": "3000000000000000000",
|
|
272
|
-
"vatpolicyBasis": null,
|
|
273
|
-
"vatspecialManagementCode": "",
|
|
274
|
-
"gstpolicyBasisCode": null,
|
|
275
|
-
"gstspecialManagement": null,
|
|
276
|
-
"gstpolicyBasis": null
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"taxCategoryCode": "3020000000000000000",
|
|
280
|
-
"productName": "邮政服务",
|
|
281
|
-
"shorthand": "邮政服务",
|
|
282
|
-
"id": null,
|
|
283
|
-
"specification": null,
|
|
284
|
-
"createTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
285
|
-
"status": 1,
|
|
286
|
-
"versionCode": "48.0",
|
|
287
|
-
"version": "32.0",
|
|
288
|
-
"startTime": "20190401",
|
|
289
|
-
"endTime": null,
|
|
290
|
-
"cargo": null,
|
|
291
|
-
"desc": null,
|
|
292
|
-
"taxRate": "",
|
|
293
|
-
"keyword": "",
|
|
294
|
-
"summarizedItem": "Y",
|
|
295
|
-
"countCode": null,
|
|
296
|
-
"customsItem": null,
|
|
297
|
-
"updateTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
298
|
-
"hzx": "Y",
|
|
299
|
-
"children": null,
|
|
300
|
-
"vatspecialManagement": "",
|
|
301
|
-
"pid": "3000000000000000000",
|
|
302
|
-
"vatpolicyBasis": null,
|
|
303
|
-
"vatspecialManagementCode": "",
|
|
304
|
-
"gstpolicyBasisCode": null,
|
|
305
|
-
"gstspecialManagement": null,
|
|
306
|
-
"gstpolicyBasis": null
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"taxCategoryCode": "3010000000000000000",
|
|
310
|
-
"productName": "交通运输服务",
|
|
311
|
-
"shorthand": "运输服务",
|
|
312
|
-
"id": null,
|
|
313
|
-
"specification": null,
|
|
314
|
-
"createTime": "Tue Jun 20 14:56:17 CST 2023",
|
|
315
|
-
"status": 1,
|
|
316
|
-
"versionCode": "48.0",
|
|
317
|
-
"version": "32.0",
|
|
318
|
-
"startTime": "20190401",
|
|
319
|
-
"endTime": null,
|
|
320
|
-
"cargo": null,
|
|
321
|
-
"desc": null,
|
|
322
|
-
"taxRate": "",
|
|
323
|
-
"keyword": "交通运输",
|
|
324
|
-
"summarizedItem": "Y",
|
|
325
|
-
"countCode": null,
|
|
326
|
-
"customsItem": null,
|
|
327
|
-
"updateTime": "Tue Jun 20 14:56:17 CST 2023",
|
|
328
|
-
"hzx": "Y",
|
|
329
|
-
"children": null,
|
|
330
|
-
"vatspecialManagement": "",
|
|
331
|
-
"pid": "3000000000000000000",
|
|
332
|
-
"vatpolicyBasis": null,
|
|
333
|
-
"vatspecialManagementCode": "",
|
|
334
|
-
"gstpolicyBasisCode": null,
|
|
335
|
-
"gstspecialManagement": null,
|
|
336
|
-
"gstpolicyBasis": null
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"taxCategoryCode": "3050000000000000000",
|
|
340
|
-
"productName": "建筑服务",
|
|
341
|
-
"shorthand": "建筑服务",
|
|
342
|
-
"id": null,
|
|
343
|
-
"specification": null,
|
|
344
|
-
"createTime": "Tue Jun 20 14:55:29 CST 2023",
|
|
345
|
-
"status": 1,
|
|
346
|
-
"versionCode": "48.0",
|
|
347
|
-
"version": "32.0",
|
|
348
|
-
"startTime": "20190401",
|
|
349
|
-
"endTime": null,
|
|
350
|
-
"cargo": null,
|
|
351
|
-
"desc": null,
|
|
352
|
-
"taxRate": "",
|
|
353
|
-
"keyword": "",
|
|
354
|
-
"summarizedItem": "Y",
|
|
355
|
-
"countCode": null,
|
|
356
|
-
"customsItem": null,
|
|
357
|
-
"updateTime": "Tue Jun 20 14:55:29 CST 2023",
|
|
358
|
-
"hzx": "Y",
|
|
359
|
-
"children": null,
|
|
360
|
-
"vatspecialManagement": "",
|
|
361
|
-
"pid": "3000000000000000000",
|
|
362
|
-
"vatpolicyBasis": null,
|
|
363
|
-
"vatspecialManagementCode": "",
|
|
364
|
-
"gstpolicyBasisCode": null,
|
|
365
|
-
"gstspecialManagement": null,
|
|
366
|
-
"gstpolicyBasis": null
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"taxCategoryCode": "3040000000000000000",
|
|
370
|
-
"productName": "现代服务",
|
|
371
|
-
"shorthand": "现代服务",
|
|
372
|
-
"id": null,
|
|
373
|
-
"specification": null,
|
|
374
|
-
"createTime": "Tue Jun 20 14:54:17 CST 2023",
|
|
375
|
-
"status": 1,
|
|
376
|
-
"versionCode": "48.0",
|
|
377
|
-
"version": "32.0",
|
|
378
|
-
"startTime": "20190401",
|
|
379
|
-
"endTime": null,
|
|
380
|
-
"cargo": null,
|
|
381
|
-
"desc": null,
|
|
382
|
-
"taxRate": "",
|
|
383
|
-
"keyword": "",
|
|
384
|
-
"summarizedItem": "Y",
|
|
385
|
-
"countCode": null,
|
|
386
|
-
"customsItem": null,
|
|
387
|
-
"updateTime": "Tue Jun 20 14:54:17 CST 2023",
|
|
388
|
-
"hzx": "Y",
|
|
389
|
-
"children": null,
|
|
390
|
-
"vatspecialManagement": "",
|
|
391
|
-
"pid": "3000000000000000000",
|
|
392
|
-
"vatpolicyBasis": null,
|
|
393
|
-
"vatspecialManagementCode": "",
|
|
394
|
-
"gstpolicyBasisCode": null,
|
|
395
|
-
"gstspecialManagement": null,
|
|
396
|
-
"gstpolicyBasis": null
|
|
397
|
-
}
|
|
398
|
-
]
|
|
399
|
-
} else if(value === '3060000000000000000') {
|
|
400
|
-
return [
|
|
401
|
-
{
|
|
402
|
-
"taxCategoryCode": "3060100000000000000",
|
|
403
|
-
"productName": "贷款服务",
|
|
404
|
-
"shorthand": "金融服务",
|
|
405
|
-
"id": null,
|
|
406
|
-
"specification": null,
|
|
407
|
-
"createTime": "Tue Jun 20 14:56:02 CST 2023",
|
|
408
|
-
"status": 1,
|
|
409
|
-
"versionCode": "48.0",
|
|
410
|
-
"version": "32.0",
|
|
411
|
-
"startTime": "20190401",
|
|
412
|
-
"endTime": null,
|
|
413
|
-
"cargo": null,
|
|
414
|
-
"desc": null,
|
|
415
|
-
"taxRate": "",
|
|
416
|
-
"keyword": "贷款",
|
|
417
|
-
"summarizedItem": "Y",
|
|
418
|
-
"countCode": null,
|
|
419
|
-
"customsItem": null,
|
|
420
|
-
"updateTime": "Tue Jun 20 14:56:02 CST 2023",
|
|
421
|
-
"hzx": "Y",
|
|
422
|
-
"children": null,
|
|
423
|
-
"vatspecialManagement": "",
|
|
424
|
-
"pid": "3060000000000000000",
|
|
425
|
-
"vatpolicyBasis": null,
|
|
426
|
-
"vatspecialManagementCode": "",
|
|
427
|
-
"gstpolicyBasisCode": null,
|
|
428
|
-
"gstspecialManagement": null,
|
|
429
|
-
"gstpolicyBasis": null
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"taxCategoryCode": "3060200000000000000",
|
|
433
|
-
"productName": "直接收费金融服务",
|
|
434
|
-
"shorthand": "金融服务",
|
|
435
|
-
"id": null,
|
|
436
|
-
"specification": null,
|
|
437
|
-
"createTime": "Tue Jun 20 14:56:13 CST 2023",
|
|
438
|
-
"status": 1,
|
|
439
|
-
"versionCode": "48.0",
|
|
440
|
-
"version": "32.0",
|
|
441
|
-
"startTime": "20190401",
|
|
442
|
-
"endTime": null,
|
|
443
|
-
"cargo": null,
|
|
444
|
-
"desc": null,
|
|
445
|
-
"taxRate": "6%",
|
|
446
|
-
"keyword": "货币兑换、账户管理、电子银行、信用卡、信用证、财务担保、资产管理、信托管理、基金管理、金融商品交易、资金结算、资金清算、金融支付",
|
|
447
|
-
"summarizedItem": "N",
|
|
448
|
-
"countCode": null,
|
|
449
|
-
"customsItem": null,
|
|
450
|
-
"updateTime": "Tue Jun 20 14:56:13 CST 2023",
|
|
451
|
-
"hzx": "N",
|
|
452
|
-
"children": null,
|
|
453
|
-
"vatspecialManagement": "",
|
|
454
|
-
"pid": "3060000000000000000",
|
|
455
|
-
"vatpolicyBasis": null,
|
|
456
|
-
"vatspecialManagementCode": "",
|
|
457
|
-
"gstpolicyBasisCode": null,
|
|
458
|
-
"gstspecialManagement": null,
|
|
459
|
-
"gstpolicyBasis": null
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"taxCategoryCode": "3060300000000000000",
|
|
463
|
-
"productName": "保险服务",
|
|
464
|
-
"shorthand": "金融服务",
|
|
465
|
-
"id": null,
|
|
466
|
-
"specification": null,
|
|
467
|
-
"createTime": "Tue Jun 20 14:55:47 CST 2023",
|
|
468
|
-
"status": 1,
|
|
469
|
-
"versionCode": "48.0",
|
|
470
|
-
"version": "32.0",
|
|
471
|
-
"startTime": "20190401",
|
|
472
|
-
"endTime": null,
|
|
473
|
-
"cargo": null,
|
|
474
|
-
"desc": null,
|
|
475
|
-
"taxRate": "",
|
|
476
|
-
"keyword": "",
|
|
477
|
-
"summarizedItem": "Y",
|
|
478
|
-
"countCode": null,
|
|
479
|
-
"customsItem": null,
|
|
480
|
-
"updateTime": "Tue Jun 20 14:55:47 CST 2023",
|
|
481
|
-
"hzx": "Y",
|
|
482
|
-
"children": null,
|
|
483
|
-
"vatspecialManagement": "",
|
|
484
|
-
"pid": "3060000000000000000",
|
|
485
|
-
"vatpolicyBasis": null,
|
|
486
|
-
"vatspecialManagementCode": "",
|
|
487
|
-
"gstpolicyBasisCode": null,
|
|
488
|
-
"gstspecialManagement": null,
|
|
489
|
-
"gstpolicyBasis": null
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"taxCategoryCode": "3060400000000000000",
|
|
493
|
-
"productName": "金融商品转让",
|
|
494
|
-
"shorthand": "金融服务",
|
|
495
|
-
"id": null,
|
|
496
|
-
"specification": null,
|
|
497
|
-
"createTime": "Tue Jun 20 14:54:38 CST 2023",
|
|
498
|
-
"status": 1,
|
|
499
|
-
"versionCode": "48.0",
|
|
500
|
-
"version": "32.0",
|
|
501
|
-
"startTime": "20190401",
|
|
502
|
-
"endTime": null,
|
|
503
|
-
"cargo": null,
|
|
504
|
-
"desc": null,
|
|
505
|
-
"taxRate": "",
|
|
506
|
-
"keyword": "金融商品转让",
|
|
507
|
-
"summarizedItem": "Y",
|
|
508
|
-
"countCode": null,
|
|
509
|
-
"customsItem": null,
|
|
510
|
-
"updateTime": "Tue Jun 20 14:54:38 CST 2023",
|
|
511
|
-
"hzx": "Y",
|
|
512
|
-
"children": null,
|
|
513
|
-
"vatspecialManagement": "",
|
|
514
|
-
"pid": "3060000000000000000",
|
|
515
|
-
"vatpolicyBasis": null,
|
|
516
|
-
"vatspecialManagementCode": "",
|
|
517
|
-
"gstpolicyBasisCode": null,
|
|
518
|
-
"gstspecialManagement": null,
|
|
519
|
-
"gstpolicyBasis": null
|
|
520
|
-
}
|
|
521
|
-
]
|
|
522
|
-
}else {
|
|
523
|
-
return [
|
|
524
|
-
{
|
|
525
|
-
"taxCategoryCode": "3000000000000000000",
|
|
526
|
-
"productName": "销售服务",
|
|
527
|
-
"shorthand": "销售服务",
|
|
528
|
-
"id": null,
|
|
529
|
-
"specification": null,
|
|
530
|
-
"createTime": "Tue Jun 20 14:56:46 CST 2023",
|
|
531
|
-
"status": 1,
|
|
532
|
-
"versionCode": "48.0",
|
|
533
|
-
"version": "32.0",
|
|
534
|
-
"startTime": "20190401",
|
|
535
|
-
"endTime": null,
|
|
536
|
-
"cargo": null,
|
|
537
|
-
"desc": null,
|
|
538
|
-
"taxRate": "",
|
|
539
|
-
"keyword": "",
|
|
540
|
-
"summarizedItem": "Y",
|
|
541
|
-
"countCode": null,
|
|
542
|
-
"customsItem": null,
|
|
543
|
-
"updateTime": "Tue Jun 20 14:56:46 CST 2023",
|
|
544
|
-
"hzx": "Y",
|
|
545
|
-
"children": null,
|
|
546
|
-
"vatspecialManagement": "",
|
|
547
|
-
"pid": "0",
|
|
548
|
-
"vatpolicyBasis": null,
|
|
549
|
-
"vatspecialManagementCode": "",
|
|
550
|
-
"gstpolicyBasisCode": null,
|
|
551
|
-
"gstspecialManagement": null,
|
|
552
|
-
"gstpolicyBasis": null
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"taxCategoryCode": "5000000000000000000",
|
|
556
|
-
"productName": "不动产",
|
|
557
|
-
"shorthand": "不动产",
|
|
558
|
-
"id": null,
|
|
559
|
-
"specification": null,
|
|
560
|
-
"createTime": "Tue Jun 20 14:56:59 CST 2023",
|
|
561
|
-
"status": 1,
|
|
562
|
-
"versionCode": "48.0",
|
|
563
|
-
"version": "32.0",
|
|
564
|
-
"startTime": "20190401",
|
|
565
|
-
"endTime": null,
|
|
566
|
-
"cargo": null,
|
|
567
|
-
"desc": null,
|
|
568
|
-
"taxRate": "",
|
|
569
|
-
"keyword": "",
|
|
570
|
-
"summarizedItem": "Y",
|
|
571
|
-
"countCode": null,
|
|
572
|
-
"customsItem": null,
|
|
573
|
-
"updateTime": "Tue Jun 20 14:56:59 CST 2023",
|
|
574
|
-
"hzx": "Y",
|
|
575
|
-
"children": null,
|
|
576
|
-
"vatspecialManagement": "",
|
|
577
|
-
"pid": "0",
|
|
578
|
-
"vatpolicyBasis": null,
|
|
579
|
-
"vatspecialManagementCode": "",
|
|
580
|
-
"gstpolicyBasisCode": null,
|
|
581
|
-
"gstspecialManagement": null,
|
|
582
|
-
"gstpolicyBasis": null
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"taxCategoryCode": "4000000000000000000",
|
|
586
|
-
"productName": "无形资产",
|
|
587
|
-
"shorthand": "无形资产",
|
|
588
|
-
"id": null,
|
|
589
|
-
"specification": null,
|
|
590
|
-
"createTime": "Tue Jun 20 14:53:36 CST 2023",
|
|
591
|
-
"status": 1,
|
|
592
|
-
"versionCode": "48.0",
|
|
593
|
-
"version": "32.0",
|
|
594
|
-
"startTime": "20190401",
|
|
595
|
-
"endTime": null,
|
|
596
|
-
"cargo": null,
|
|
597
|
-
"desc": null,
|
|
598
|
-
"taxRate": "",
|
|
599
|
-
"keyword": "",
|
|
600
|
-
"summarizedItem": "Y",
|
|
601
|
-
"countCode": null,
|
|
602
|
-
"customsItem": null,
|
|
603
|
-
"updateTime": "Tue Jun 20 14:53:36 CST 2023",
|
|
604
|
-
"hzx": "Y",
|
|
605
|
-
"children": null,
|
|
606
|
-
"vatspecialManagement": "",
|
|
607
|
-
"pid": "0",
|
|
608
|
-
"vatpolicyBasis": null,
|
|
609
|
-
"vatspecialManagementCode": "",
|
|
610
|
-
"gstpolicyBasisCode": null,
|
|
611
|
-
"gstspecialManagement": null,
|
|
612
|
-
"gstpolicyBasis": null
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"taxCategoryCode": "1000000000000000000",
|
|
616
|
-
"productName": "货物",
|
|
617
|
-
"shorthand": "货物",
|
|
618
|
-
"id": null,
|
|
619
|
-
"specification": null,
|
|
620
|
-
"createTime": "Tue Jun 20 14:56:26 CST 2023",
|
|
621
|
-
"status": 1,
|
|
622
|
-
"versionCode": "48.0",
|
|
623
|
-
"version": "32.0",
|
|
624
|
-
"startTime": "20190401",
|
|
625
|
-
"endTime": null,
|
|
626
|
-
"cargo": null,
|
|
627
|
-
"desc": null,
|
|
628
|
-
"taxRate": "",
|
|
629
|
-
"keyword": "",
|
|
630
|
-
"summarizedItem": "Y",
|
|
631
|
-
"countCode": null,
|
|
632
|
-
"customsItem": null,
|
|
633
|
-
"updateTime": "Tue Jun 20 14:56:26 CST 2023",
|
|
634
|
-
"hzx": "Y",
|
|
635
|
-
"children": null,
|
|
636
|
-
"vatspecialManagement": "",
|
|
637
|
-
"pid": "0",
|
|
638
|
-
"vatpolicyBasis": null,
|
|
639
|
-
"vatspecialManagementCode": "",
|
|
640
|
-
"gstpolicyBasisCode": null,
|
|
641
|
-
"gstspecialManagement": null,
|
|
642
|
-
"gstpolicyBasis": null
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"taxCategoryCode": "2000000000000000000",
|
|
646
|
-
"productName": "劳务",
|
|
647
|
-
"shorthand": "劳务",
|
|
648
|
-
"id": null,
|
|
649
|
-
"specification": null,
|
|
650
|
-
"createTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
651
|
-
"status": 1,
|
|
652
|
-
"versionCode": "48.0",
|
|
653
|
-
"version": "32.0",
|
|
654
|
-
"startTime": "20190401",
|
|
655
|
-
"endTime": null,
|
|
656
|
-
"cargo": null,
|
|
657
|
-
"desc": null,
|
|
658
|
-
"taxRate": "",
|
|
659
|
-
"keyword": "",
|
|
660
|
-
"summarizedItem": "Y",
|
|
661
|
-
"countCode": null,
|
|
662
|
-
"customsItem": null,
|
|
663
|
-
"updateTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
664
|
-
"hzx": "Y",
|
|
665
|
-
"children": null,
|
|
666
|
-
"vatspecialManagement": "",
|
|
667
|
-
"pid": "0",
|
|
668
|
-
"vatpolicyBasis": null,
|
|
669
|
-
"vatspecialManagementCode": "",
|
|
670
|
-
"gstpolicyBasisCode": null,
|
|
671
|
-
"gstspecialManagement": null,
|
|
672
|
-
"gstpolicyBasis": null
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"taxCategoryCode": "6000000000000000000",
|
|
676
|
-
"productName": "未发生销售行为的不征税项目",
|
|
677
|
-
"shorthand": "不征税项目",
|
|
678
|
-
"id": null,
|
|
679
|
-
"specification": null,
|
|
680
|
-
"createTime": "Tue Jun 20 14:55:06 CST 2023",
|
|
681
|
-
"status": 1,
|
|
682
|
-
"versionCode": "48.0",
|
|
683
|
-
"version": "32.0",
|
|
684
|
-
"startTime": "20190401",
|
|
685
|
-
"endTime": null,
|
|
686
|
-
"cargo": null,
|
|
687
|
-
"desc": null,
|
|
688
|
-
"taxRate": "",
|
|
689
|
-
"keyword": "",
|
|
690
|
-
"summarizedItem": "Y",
|
|
691
|
-
"countCode": null,
|
|
692
|
-
"customsItem": null,
|
|
693
|
-
"updateTime": "Tue Jun 20 14:55:06 CST 2023",
|
|
694
|
-
"hzx": "Y",
|
|
695
|
-
"children": null,
|
|
696
|
-
"vatspecialManagement": "",
|
|
697
|
-
"pid": "0",
|
|
698
|
-
"vatpolicyBasis": null,
|
|
699
|
-
"vatspecialManagementCode": "",
|
|
700
|
-
"gstpolicyBasisCode": null,
|
|
701
|
-
"gstspecialManagement": null,
|
|
702
|
-
"gstpolicyBasis": null
|
|
703
|
-
}
|
|
704
|
-
]
|
|
705
|
-
}
|
|
706
|
-
};
|
|
707
|
-
// 添加附加信息
|
|
708
|
-
this.state.goodsListState.importGoods.columns = [
|
|
709
|
-
...this.state.goodsListState.importGoods.columns,
|
|
710
|
-
{
|
|
711
|
-
title: '附加信息',
|
|
712
|
-
dataIndex: 'affix',
|
|
713
|
-
key: 'affix',
|
|
714
|
-
},
|
|
715
|
-
];
|
|
716
|
-
|
|
717
|
-
// 设置比对方法
|
|
718
|
-
this.state.goodsListState.productComparison = {
|
|
719
|
-
onComply: async (e: IGood[]) => {
|
|
720
|
-
// return e.map(e => {
|
|
721
|
-
// return {
|
|
722
|
-
// ...e,
|
|
723
|
-
// itemName: e.itemNameSelf + '(他方)',
|
|
724
|
-
// itemModelName: e.itemModelNameSelf + '(他方)',
|
|
725
|
-
// itemCode: e.itemCodeSelf + '(他方)',
|
|
726
|
-
// }
|
|
727
|
-
// })
|
|
728
|
-
return [
|
|
729
|
-
{
|
|
730
|
-
"itemCodeSelf": null,
|
|
731
|
-
"itemNameSelf": "china",
|
|
732
|
-
"itemModelNameSelf": "xx",
|
|
733
|
-
"itemCode": null,
|
|
734
|
-
"itemName": "中国",
|
|
735
|
-
"itemModelName": "北京房山 "
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"itemCodeSelf": null,
|
|
739
|
-
"itemNameSelf": "china",
|
|
740
|
-
"itemModelNameSelf": "xx",
|
|
741
|
-
"itemCode": null,
|
|
742
|
-
"itemName": "中国",
|
|
743
|
-
"itemModelName": "北京房山 "
|
|
744
|
-
}
|
|
745
|
-
] as any
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
this.state.en = '08'
|
|
750
|
-
this.state.invoiceType = '10'
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
// 重写 的 获取商品列表
|
|
754
|
-
getGoodsList = this.pipeline<IGetBuyerListOption>(async (state, option) => {
|
|
755
|
-
if (!option) return;
|
|
756
|
-
|
|
757
|
-
// 初始化测试数据
|
|
758
|
-
const dataSource = await getMok(option.pagination.current)
|
|
759
|
-
|
|
760
|
-
// 设置分页数据
|
|
761
|
-
state.goodsListState.importGoods.pagination = {
|
|
762
|
-
...option.pagination,
|
|
763
|
-
pageSize: 20,
|
|
764
|
-
total: 80,
|
|
765
|
-
};
|
|
766
|
-
|
|
767
|
-
// 设置列表数据
|
|
768
|
-
state.goodsListState.importGoods.dataSource = dataSource;
|
|
769
|
-
});
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
// const getMok = async (current: number = 1) => {
|
|
773
|
-
// const dataSource: any[] = [];
|
|
774
|
-
// for (let i = 0; i < 20; i++) {
|
|
775
|
-
// const p = i + 20 * (current - 1);
|
|
776
|
-
// dataSource.push({
|
|
777
|
-
// itemType: `商品分类${p}`,
|
|
778
|
-
// itemNo: `商品编码${p}`,
|
|
779
|
-
// itemName: `商品名称${p}`,
|
|
780
|
-
// shorthand: `前缀${p}`,
|
|
781
|
-
// itemModelName: `规格型号${p}`,
|
|
782
|
-
// unit: `计量单位${p}`,
|
|
783
|
-
// priceIncludeTax: p,
|
|
784
|
-
// priceExcludeTax: p,
|
|
785
|
-
// taxClassificationCode: `税收分类编码${p}`,
|
|
786
|
-
// affix: `附加信息${p}`,
|
|
787
|
-
// });
|
|
788
|
-
// }
|
|
789
|
-
// return dataSource;
|
|
790
|
-
// }
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
const getMok = async (current: number = 1) => {
|
|
794
|
-
return [
|
|
795
|
-
{
|
|
796
|
-
"attributeVOList": null,
|
|
797
|
-
"brandName": null,
|
|
798
|
-
"buyGroupCode": null,
|
|
799
|
-
"buyGroupId": null,
|
|
800
|
-
"buyGroupName": null,
|
|
801
|
-
"categoryId": 2073,
|
|
802
|
-
"categoryName": "通用",
|
|
803
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
804
|
-
"createTime": "2021-09-10 15:45:43.0",
|
|
805
|
-
"enjoyPreferentialPolicies": 0,
|
|
806
|
-
"factoryCode": null,
|
|
807
|
-
"factoryId": null,
|
|
808
|
-
"factoryName": null,
|
|
809
|
-
"id": 146200,
|
|
810
|
-
"internalNumber": "发动机盖",
|
|
811
|
-
"isUalityInspection": null,
|
|
812
|
-
"name": "发动机ABC",
|
|
813
|
-
"preferentialPoliciesType": null,
|
|
814
|
-
"priceAmount": 50,
|
|
815
|
-
"procurementCycle": 0,
|
|
816
|
-
"shorthand": "发动机",
|
|
817
|
-
"specification": "abc",
|
|
818
|
-
"spuCode": "6000001738252675",
|
|
819
|
-
"status": 1,
|
|
820
|
-
"taxCategoryCode": "1090102040000000000",
|
|
821
|
-
"taxExemptionType": "",
|
|
822
|
-
"taxId": 11,
|
|
823
|
-
"taxRate": null,
|
|
824
|
-
"unitId": 30,
|
|
825
|
-
"unitName": "件",
|
|
826
|
-
"itemType": "通用",
|
|
827
|
-
"itemNo": "6000001738252675",
|
|
828
|
-
"itemName": "发动机ABC---",
|
|
829
|
-
"itemCode": "123123",
|
|
830
|
-
"itemModelName": "abc",
|
|
831
|
-
"unit": "件",
|
|
832
|
-
"priceIncludeTax": 50,
|
|
833
|
-
"priceExcludeTax": 50,
|
|
834
|
-
"taxClassificationCode": "1090102040000000000"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"attributeVOList": null,
|
|
838
|
-
"brandName": "丹东一号",
|
|
839
|
-
"buyGroupCode": null,
|
|
840
|
-
"buyGroupId": null,
|
|
841
|
-
"buyGroupName": null,
|
|
842
|
-
"categoryId": 2073,
|
|
843
|
-
"categoryName": "通用",
|
|
844
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
845
|
-
"createTime": "2021-09-02 14:59:52.0",
|
|
846
|
-
"enjoyPreferentialPolicies": 0,
|
|
847
|
-
"factoryCode": null,
|
|
848
|
-
"factoryId": null,
|
|
849
|
-
"factoryName": null,
|
|
850
|
-
"id": 146199,
|
|
851
|
-
"internalNumber": null,
|
|
852
|
-
"isUalityInspection": null,
|
|
853
|
-
"name": "aaaa",
|
|
854
|
-
"preferentialPoliciesType": null,
|
|
855
|
-
"priceAmount": 0,
|
|
856
|
-
"procurementCycle": 0,
|
|
857
|
-
"shorthand": "活牲畜",
|
|
858
|
-
"specification": null,
|
|
859
|
-
"spuCode": "6000001311479375",
|
|
860
|
-
"status": 1,
|
|
861
|
-
"taxCategoryCode": "1010301010000000000",
|
|
862
|
-
"taxExemptionType": "1",
|
|
863
|
-
"taxId": 1,
|
|
864
|
-
"taxRate":null,
|
|
865
|
-
"unitId": null,
|
|
866
|
-
"unitName": null,
|
|
867
|
-
"itemType": "通用",
|
|
868
|
-
"itemNo": "6000001311479375",
|
|
869
|
-
"itemName": "aaaa",
|
|
870
|
-
"itemModelName": null,
|
|
871
|
-
"unit": null,
|
|
872
|
-
"priceIncludeTax": 0,
|
|
873
|
-
"priceExcludeTax": 0,
|
|
874
|
-
"taxClassificationCode": "1010301010000000000"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"attributeVOList": null,
|
|
878
|
-
"brandName": "丹东一号",
|
|
879
|
-
"buyGroupCode": null,
|
|
880
|
-
"buyGroupId": null,
|
|
881
|
-
"buyGroupName": null,
|
|
882
|
-
"categoryId": 246,
|
|
883
|
-
"categoryName": "分类cc>1",
|
|
884
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
885
|
-
"createTime": "2020-12-28 18:23:55.0",
|
|
886
|
-
"enjoyPreferentialPolicies": 0,
|
|
887
|
-
"factoryCode": null,
|
|
888
|
-
"factoryId": null,
|
|
889
|
-
"factoryName": null,
|
|
890
|
-
"id": 146131,
|
|
891
|
-
"internalNumber": null,
|
|
892
|
-
"isUalityInspection": null,
|
|
893
|
-
"name": "AAAA",
|
|
894
|
-
"preferentialPoliciesType": null,
|
|
895
|
-
"priceAmount": null,
|
|
896
|
-
"procurementCycle": 0,
|
|
897
|
-
"shorthand": null,
|
|
898
|
-
"specification": "1234EFF",
|
|
899
|
-
"spuCode": "6000002120658581",
|
|
900
|
-
"status": 1,
|
|
901
|
-
"taxCategoryCode": null,
|
|
902
|
-
"taxExemptionType": null,
|
|
903
|
-
"taxId": null,
|
|
904
|
-
"taxRate":null,
|
|
905
|
-
"unitId": 362,
|
|
906
|
-
"unitName": "年",
|
|
907
|
-
"itemType": "分类cc>1",
|
|
908
|
-
"itemNo": "6000002120658581",
|
|
909
|
-
"itemName": "AAAA",
|
|
910
|
-
"itemModelName": "1234EFF",
|
|
911
|
-
"unit": "年",
|
|
912
|
-
"priceIncludeTax": 0,
|
|
913
|
-
"priceExcludeTax": 0,
|
|
914
|
-
"taxClassificationCode": null
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"attributeVOList": null,
|
|
918
|
-
"brandName": null,
|
|
919
|
-
"buyGroupCode": null,
|
|
920
|
-
"buyGroupId": null,
|
|
921
|
-
"buyGroupName": null,
|
|
922
|
-
"categoryId": 2073,
|
|
923
|
-
"categoryName": "通用",
|
|
924
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
925
|
-
"createTime": "2020-12-15 10:14:14.0",
|
|
926
|
-
"enjoyPreferentialPolicies": 0,
|
|
927
|
-
"factoryCode": null,
|
|
928
|
-
"factoryId": null,
|
|
929
|
-
"factoryName": null,
|
|
930
|
-
"id": 146129,
|
|
931
|
-
"internalNumber": null,
|
|
932
|
-
"isUalityInspection": null,
|
|
933
|
-
"name": "服务费",
|
|
934
|
-
"preferentialPoliciesType": null,
|
|
935
|
-
"priceAmount": null,
|
|
936
|
-
"procurementCycle": 0,
|
|
937
|
-
"shorthand": "软件",
|
|
938
|
-
"specification": null,
|
|
939
|
-
"spuCode": "6000001474077629",
|
|
940
|
-
"status": 1,
|
|
941
|
-
"taxCategoryCode": "1060301020100000000",
|
|
942
|
-
"taxExemptionType": null,
|
|
943
|
-
"taxId": null,
|
|
944
|
-
"taxRate":null,
|
|
945
|
-
"unitId": null,
|
|
946
|
-
"unitName": null,
|
|
947
|
-
"itemType": "通用",
|
|
948
|
-
"itemNo": "6000001474077629",
|
|
949
|
-
"itemName": "服务费",
|
|
950
|
-
"itemModelName": null,
|
|
951
|
-
"unit": null,
|
|
952
|
-
"priceIncludeTax": 0,
|
|
953
|
-
"priceExcludeTax": 0,
|
|
954
|
-
"taxClassificationCode": "1060301020100000000"
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"attributeVOList": null,
|
|
958
|
-
"brandName": "丹东一号",
|
|
959
|
-
"buyGroupCode": null,
|
|
960
|
-
"buyGroupId": null,
|
|
961
|
-
"buyGroupName": null,
|
|
962
|
-
"categoryId": 2073,
|
|
963
|
-
"categoryName": "通用",
|
|
964
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
965
|
-
"createTime": "2020-10-30 15:07:05.0",
|
|
966
|
-
"enjoyPreferentialPolicies": 0,
|
|
967
|
-
"factoryCode": null,
|
|
968
|
-
"factoryId": null,
|
|
969
|
-
"factoryName": null,
|
|
970
|
-
"id": 145809,
|
|
971
|
-
"internalNumber": "0987",
|
|
972
|
-
"isUalityInspection": null,
|
|
973
|
-
"name": "中科",
|
|
974
|
-
"preferentialPoliciesType": null,
|
|
975
|
-
"priceAmount": 1000,
|
|
976
|
-
"procurementCycle": 0,
|
|
977
|
-
"shorthand": "糖料",
|
|
978
|
-
"specification": "12",
|
|
979
|
-
"spuCode": "6000001168374126",
|
|
980
|
-
"status": 1,
|
|
981
|
-
"taxCategoryCode": "1010107010000000000",
|
|
982
|
-
"taxExemptionType": "3",
|
|
983
|
-
"taxId": 1,
|
|
984
|
-
"taxRate":null,
|
|
985
|
-
"unitId": 32,
|
|
986
|
-
"unitName": "把",
|
|
987
|
-
"itemType": "通用",
|
|
988
|
-
"itemNo": "6000001168374126",
|
|
989
|
-
"itemName": "中科",
|
|
990
|
-
"itemModelName": "12",
|
|
991
|
-
"unit": "把",
|
|
992
|
-
"priceIncludeTax": 1000,
|
|
993
|
-
"priceExcludeTax": 1000,
|
|
994
|
-
"taxClassificationCode": "1010107010000000000"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"attributeVOList": null,
|
|
998
|
-
"brandName": null,
|
|
999
|
-
"buyGroupCode": null,
|
|
1000
|
-
"buyGroupId": null,
|
|
1001
|
-
"buyGroupName": null,
|
|
1002
|
-
"categoryId": 1862,
|
|
1003
|
-
"categoryName": "通用",
|
|
1004
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1005
|
-
"createTime": "2019-03-22 11:06:53.0",
|
|
1006
|
-
"enjoyPreferentialPolicies": 0,
|
|
1007
|
-
"factoryCode": null,
|
|
1008
|
-
"factoryId": null,
|
|
1009
|
-
"factoryName": null,
|
|
1010
|
-
"id": 144321,
|
|
1011
|
-
"internalNumber": "4302111",
|
|
1012
|
-
"isUalityInspection": 0,
|
|
1013
|
-
"name": "农用化肥2",
|
|
1014
|
-
"preferentialPoliciesType": "",
|
|
1015
|
-
"priceAmount": 90,
|
|
1016
|
-
"procurementCycle": 0,
|
|
1017
|
-
"shorthand": "肥料",
|
|
1018
|
-
"specification": "HLHF-211",
|
|
1019
|
-
"spuCode": "1000019000000056",
|
|
1020
|
-
"status": 1,
|
|
1021
|
-
"taxCategoryCode": "1000000000000000000",
|
|
1022
|
-
"taxExemptionType": null,
|
|
1023
|
-
"taxId": null,
|
|
1024
|
-
"taxRate":null,
|
|
1025
|
-
"unitId": 11,
|
|
1026
|
-
"unitName": "包",
|
|
1027
|
-
"itemType": "通用",
|
|
1028
|
-
"itemNo": "1000019000000056",
|
|
1029
|
-
"itemName": "农用化肥2",
|
|
1030
|
-
"itemModelName": "HLHF-211",
|
|
1031
|
-
"unit": "包",
|
|
1032
|
-
"priceIncludeTax": 90,
|
|
1033
|
-
"priceExcludeTax": 90,
|
|
1034
|
-
"taxClassificationCode": "1000000000000000000"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"attributeVOList": null,
|
|
1038
|
-
"brandName": null,
|
|
1039
|
-
"buyGroupCode": null,
|
|
1040
|
-
"buyGroupId": null,
|
|
1041
|
-
"buyGroupName": null,
|
|
1042
|
-
"categoryId": 1862,
|
|
1043
|
-
"categoryName": "通用",
|
|
1044
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1045
|
-
"createTime": "2019-03-22 11:06:52.0",
|
|
1046
|
-
"enjoyPreferentialPolicies": 0,
|
|
1047
|
-
"factoryCode": null,
|
|
1048
|
-
"factoryId": null,
|
|
1049
|
-
"factoryName": null,
|
|
1050
|
-
"id": 144320,
|
|
1051
|
-
"internalNumber": "4302111",
|
|
1052
|
-
"isUalityInspection": 0,
|
|
1053
|
-
"name": "园林轻化肥",
|
|
1054
|
-
"preferentialPoliciesType": "",
|
|
1055
|
-
"priceAmount": null,
|
|
1056
|
-
"procurementCycle": null,
|
|
1057
|
-
"shorthand": "肥料",
|
|
1058
|
-
"specification": "HLHF-211",
|
|
1059
|
-
"spuCode": "1000019000000055",
|
|
1060
|
-
"status": 1,
|
|
1061
|
-
"taxCategoryCode": "233WD5FG00911",
|
|
1062
|
-
"taxExemptionType": null,
|
|
1063
|
-
"taxId": null,
|
|
1064
|
-
"taxRate":null,
|
|
1065
|
-
"unitId": 11,
|
|
1066
|
-
"unitName": "包",
|
|
1067
|
-
"itemType": "通用",
|
|
1068
|
-
"itemNo": "1000019000000055",
|
|
1069
|
-
"itemName": "园林轻化肥",
|
|
1070
|
-
"itemModelName": "HLHF-211",
|
|
1071
|
-
"unit": "包",
|
|
1072
|
-
"priceIncludeTax": 0,
|
|
1073
|
-
"priceExcludeTax": 0,
|
|
1074
|
-
"taxClassificationCode": "233WD5FG00911"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"attributeVOList": null,
|
|
1078
|
-
"brandName": null,
|
|
1079
|
-
"buyGroupCode": null,
|
|
1080
|
-
"buyGroupId": null,
|
|
1081
|
-
"buyGroupName": null,
|
|
1082
|
-
"categoryId": 1862,
|
|
1083
|
-
"categoryName": "通用",
|
|
1084
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1085
|
-
"createTime": "2019-03-06 16:06:16.0",
|
|
1086
|
-
"enjoyPreferentialPolicies": 0,
|
|
1087
|
-
"factoryCode": null,
|
|
1088
|
-
"factoryId": null,
|
|
1089
|
-
"factoryName": null,
|
|
1090
|
-
"id": 101211,
|
|
1091
|
-
"internalNumber": "4302111",
|
|
1092
|
-
"isUalityInspection": 0,
|
|
1093
|
-
"name": "营养土壤",
|
|
1094
|
-
"preferentialPoliciesType": "",
|
|
1095
|
-
"priceAmount": null,
|
|
1096
|
-
"procurementCycle": null,
|
|
1097
|
-
"shorthand": "肥料",
|
|
1098
|
-
"specification": "HLHF-211",
|
|
1099
|
-
"spuCode": "1000019000000053",
|
|
1100
|
-
"status": 1,
|
|
1101
|
-
"taxCategoryCode": "233WD5FG00911",
|
|
1102
|
-
"taxExemptionType": null,
|
|
1103
|
-
"taxId": null,
|
|
1104
|
-
"taxRate":null,
|
|
1105
|
-
"unitId": 11,
|
|
1106
|
-
"unitName": "包",
|
|
1107
|
-
"itemType": "通用",
|
|
1108
|
-
"itemNo": "1000019000000053",
|
|
1109
|
-
"itemName": "营养土壤",
|
|
1110
|
-
"itemModelName": "HLHF-211",
|
|
1111
|
-
"unit": "包",
|
|
1112
|
-
"priceIncludeTax": 0,
|
|
1113
|
-
"priceExcludeTax": 0,
|
|
1114
|
-
"taxClassificationCode": "233WD5FG00911"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"attributeVOList": null,
|
|
1118
|
-
"brandName": null,
|
|
1119
|
-
"buyGroupCode": null,
|
|
1120
|
-
"buyGroupId": null,
|
|
1121
|
-
"buyGroupName": null,
|
|
1122
|
-
"categoryId": 1862,
|
|
1123
|
-
"categoryName": "通用",
|
|
1124
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1125
|
-
"createTime": "2019-03-06 16:06:16.0",
|
|
1126
|
-
"enjoyPreferentialPolicies": 0,
|
|
1127
|
-
"factoryCode": null,
|
|
1128
|
-
"factoryId": null,
|
|
1129
|
-
"factoryName": null,
|
|
1130
|
-
"id": 101212,
|
|
1131
|
-
"internalNumber": "4302111",
|
|
1132
|
-
"isUalityInspection": 0,
|
|
1133
|
-
"name": "植物营养液",
|
|
1134
|
-
"preferentialPoliciesType": "",
|
|
1135
|
-
"priceAmount": null,
|
|
1136
|
-
"procurementCycle": null,
|
|
1137
|
-
"shorthand": "肥料",
|
|
1138
|
-
"specification": "HLHF-211",
|
|
1139
|
-
"spuCode": "1000019000000054",
|
|
1140
|
-
"status": 1,
|
|
1141
|
-
"taxCategoryCode": "233WD5FG00911",
|
|
1142
|
-
"taxExemptionType": null,
|
|
1143
|
-
"taxId": null,
|
|
1144
|
-
"taxRate":null,
|
|
1145
|
-
"unitId": 11,
|
|
1146
|
-
"unitName": "包",
|
|
1147
|
-
"itemType": "通用",
|
|
1148
|
-
"itemNo": "1000019000000054",
|
|
1149
|
-
"itemName": "植物营养液",
|
|
1150
|
-
"itemModelName": "HLHF-211",
|
|
1151
|
-
"unit": "包",
|
|
1152
|
-
"priceIncludeTax": 0,
|
|
1153
|
-
"priceExcludeTax": 0,
|
|
1154
|
-
"taxClassificationCode": "233WD5FG00911"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"attributeVOList": null,
|
|
1158
|
-
"brandName": null,
|
|
1159
|
-
"buyGroupCode": null,
|
|
1160
|
-
"buyGroupId": null,
|
|
1161
|
-
"buyGroupName": null,
|
|
1162
|
-
"categoryId": 1862,
|
|
1163
|
-
"categoryName": "通用",
|
|
1164
|
-
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1165
|
-
"createTime": "2019-03-05 18:15:59.0",
|
|
1166
|
-
"enjoyPreferentialPolicies": 0,
|
|
1167
|
-
"factoryCode": null,
|
|
1168
|
-
"factoryId": null,
|
|
1169
|
-
"factoryName": null,
|
|
1170
|
-
"id": 101203,
|
|
1171
|
-
"internalNumber": "4353245243",
|
|
1172
|
-
"isUalityInspection": 0,
|
|
1173
|
-
"name": "医用棉布纱布条",
|
|
1174
|
-
"preferentialPoliciesType": "",
|
|
1175
|
-
"priceAmount": null,
|
|
1176
|
-
"procurementCycle": null,
|
|
1177
|
-
"shorthand": "布料",
|
|
1178
|
-
"specification": "ZC11D-006",
|
|
1179
|
-
"spuCode": "6000000804084562",
|
|
1180
|
-
"status": 1,
|
|
1181
|
-
"taxCategoryCode": "1234567890123456789",
|
|
1182
|
-
"taxExemptionType": null,
|
|
1183
|
-
"taxId": 5,
|
|
1184
|
-
"taxRate": 3,
|
|
1185
|
-
"unitId": 3,
|
|
1186
|
-
"unitName": "米",
|
|
1187
|
-
"itemType": "通用",
|
|
1188
|
-
"itemNo": "6000000804084562",
|
|
1189
|
-
"itemName": "医用棉布纱布条",
|
|
1190
|
-
"itemModelName": "ZC11D-006",
|
|
1191
|
-
"unit": "米",
|
|
1192
|
-
"priceIncludeTax": 0,
|
|
1193
|
-
"priceExcludeTax": 0,
|
|
1194
|
-
"taxClassificationCode": "1234567890123456789"
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
}
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Button } from 'kts-components-antd-x3/lib/radio';
|
|
4
|
+
import { Invoice, IGood } from '../../../../src';
|
|
5
|
+
import { IGetBuyerListOption } from '../../../Invoice/InvoiceController/InvoiceControllerState/BuyerState';
|
|
6
|
+
|
|
7
|
+
const InvoiceController = Invoice.InvoiceController
|
|
8
|
+
|
|
9
|
+
export default () => {
|
|
10
|
+
|
|
11
|
+
// 初始化控制器
|
|
12
|
+
const controller = React.useMemo(() => new MyInvoiceController(), []);
|
|
13
|
+
|
|
14
|
+
return (
|
|
15
|
+
<>
|
|
16
|
+
<Button style={{ marginBottom: 10 }} onClick={async () => { console.log('===> 当前组件状态', await controller.validateFields()); }} >获取数据</Button>
|
|
17
|
+
<Invoice controller={controller} />
|
|
18
|
+
</>
|
|
19
|
+
);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
// 重写 购买方 的数据源,实现 ‘获取 购买方 列表’ 方法
|
|
23
|
+
class MyInvoiceController extends InvoiceController {
|
|
24
|
+
constructor() {
|
|
25
|
+
super();
|
|
26
|
+
this.state.goodsListState.columnshide = [];
|
|
27
|
+
|
|
28
|
+
this.state.autoComplete.onItemNameBlur = async (value: any) => {
|
|
29
|
+
console.log(value, 'onBuyerNameBlur - Blur');
|
|
30
|
+
|
|
31
|
+
return new Promise((resolve, reject)=> {
|
|
32
|
+
resolve([
|
|
33
|
+
{
|
|
34
|
+
"taxCategoryCode": "1030206030000000000",
|
|
35
|
+
"productName": "醋及醋代用品",
|
|
36
|
+
"shorthand": "调味品",
|
|
37
|
+
"id": null,
|
|
38
|
+
"specification": null,
|
|
39
|
+
"createTime": null,
|
|
40
|
+
"status": 1,
|
|
41
|
+
"versionCode": "48.0",
|
|
42
|
+
"version": "32.0",
|
|
43
|
+
"startTime": "20190401",
|
|
44
|
+
"endTime": null,
|
|
45
|
+
"cargo": null,
|
|
46
|
+
"desc": null,
|
|
47
|
+
"taxRate": "13%",
|
|
48
|
+
"keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
49
|
+
"summarizedItem": "N",
|
|
50
|
+
"countCode": null,
|
|
51
|
+
"customsItem": null,
|
|
52
|
+
"updateTime": null,
|
|
53
|
+
"hzx": null,
|
|
54
|
+
"children": null,
|
|
55
|
+
"vatspecialManagement": "",
|
|
56
|
+
"pid": "1030206000000000000",
|
|
57
|
+
"vatpolicyBasis": null,
|
|
58
|
+
"vatspecialManagementCode": "",
|
|
59
|
+
"gstpolicyBasisCode": null,
|
|
60
|
+
"gstspecialManagement": null,
|
|
61
|
+
"gstpolicyBasis": null
|
|
62
|
+
}
|
|
63
|
+
]);
|
|
64
|
+
|
|
65
|
+
});
|
|
66
|
+
//
|
|
67
|
+
// return [
|
|
68
|
+
// {
|
|
69
|
+
// "taxCategoryCode": "1030206030000000000",
|
|
70
|
+
// "productName": "醋及醋代用品",
|
|
71
|
+
// "shorthand": "调味品",
|
|
72
|
+
// "id": null,
|
|
73
|
+
// "specification": null,
|
|
74
|
+
// "createTime": null,
|
|
75
|
+
// "status": 1,
|
|
76
|
+
// "versionCode": "48.0",
|
|
77
|
+
// "version": "32.0",
|
|
78
|
+
// "startTime": "20190401",
|
|
79
|
+
// "endTime": null,
|
|
80
|
+
// "cargo": null,
|
|
81
|
+
// "desc": null,
|
|
82
|
+
// "taxRate": "13%",
|
|
83
|
+
// "keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
84
|
+
// "summarizedItem": "N",
|
|
85
|
+
// "countCode": null,
|
|
86
|
+
// "customsItem": null,
|
|
87
|
+
// "updateTime": null,
|
|
88
|
+
// "hzx": null,
|
|
89
|
+
// "children": null,
|
|
90
|
+
// "vatspecialManagement": "",
|
|
91
|
+
// "pid": "1030206000000000000",
|
|
92
|
+
// "vatpolicyBasis": null,
|
|
93
|
+
// "vatspecialManagementCode": "",
|
|
94
|
+
// "gstpolicyBasisCode": null,
|
|
95
|
+
// "gstspecialManagement": null,
|
|
96
|
+
// "gstpolicyBasis": null
|
|
97
|
+
// }
|
|
98
|
+
// ]
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
this.state.autoComplete.onItemNameSearch = async (value: any) => {
|
|
102
|
+
console.log(value, 'onItemNameSearch - Search');
|
|
103
|
+
|
|
104
|
+
const data = [
|
|
105
|
+
{
|
|
106
|
+
"taxCategoryCode": "1090111090000000000",
|
|
107
|
+
"productName": "苹果",
|
|
108
|
+
"name": null,
|
|
109
|
+
"productCode": "0003",
|
|
110
|
+
"shorthand": "小型起重设备",
|
|
111
|
+
"id": "10881474649024102400167947617243",
|
|
112
|
+
"specification": null,
|
|
113
|
+
"categoryId": "10688389540499947520167487266471",
|
|
114
|
+
"categoryName": "水果",
|
|
115
|
+
"internalNumber": null,
|
|
116
|
+
"taxCategoryName": "轻小型起重设备配套件",
|
|
117
|
+
"referenceAmount": null,
|
|
118
|
+
"priceAmount": 200.00000000000000000000,
|
|
119
|
+
"taxId": null,
|
|
120
|
+
"taxRate": null,
|
|
121
|
+
"unitId": null,
|
|
122
|
+
"unitName": null,
|
|
123
|
+
"taxExemptionType": null,
|
|
124
|
+
"enjoyPreferentialPolicies": 0,
|
|
125
|
+
"preferentialPoliciesType": null,
|
|
126
|
+
"productStatus": 1,
|
|
127
|
+
"specialGoodsMark": "",
|
|
128
|
+
"createTime": "2023-03-22 17:09:32",
|
|
129
|
+
"updateTime": "2023-03-22 17:09:32"
|
|
130
|
+
}
|
|
131
|
+
];
|
|
132
|
+
|
|
133
|
+
return data.map((item: any) =>{
|
|
134
|
+
return {
|
|
135
|
+
...data,
|
|
136
|
+
itemName:item.productName,
|
|
137
|
+
taxClassificationCode:item.taxCategoryCode,
|
|
138
|
+
itemModelName:item.specification,
|
|
139
|
+
shorthand:item.shorthand,
|
|
140
|
+
priceIncludeTax:item.priceAmount,
|
|
141
|
+
unit:item.unitName,
|
|
142
|
+
taxRate:item.taxRate,
|
|
143
|
+
}
|
|
144
|
+
})
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
this.state.goodsListState.endowCode.onSearchTaxClassificationCode = async (value: any) => {
|
|
148
|
+
console.log(value, 'value-onSearchTaxClassificationCode');
|
|
149
|
+
|
|
150
|
+
return [
|
|
151
|
+
{
|
|
152
|
+
"taxCategoryCode": "1030206030000000000",
|
|
153
|
+
"productName": "醋及醋代用品",
|
|
154
|
+
"shorthand": "调味品",
|
|
155
|
+
"id": null,
|
|
156
|
+
"specification": null,
|
|
157
|
+
"createTime": null,
|
|
158
|
+
"status": 1,
|
|
159
|
+
"versionCode": "48.0",
|
|
160
|
+
"version": "32.0",
|
|
161
|
+
"startTime": "20190401",
|
|
162
|
+
"endTime": null,
|
|
163
|
+
"cargo": null,
|
|
164
|
+
"desc": null,
|
|
165
|
+
"taxRate": "13%",
|
|
166
|
+
"keyword": "食醋、米醋、酒醋、啤酒醋、麦芽醋、酒精醋、水果醋、醋精",
|
|
167
|
+
"summarizedItem": "N",
|
|
168
|
+
"countCode": null,
|
|
169
|
+
"customsItem": null,
|
|
170
|
+
"updateTime": null,
|
|
171
|
+
"hzx": null,
|
|
172
|
+
"children": null,
|
|
173
|
+
"vatspecialManagement": "",
|
|
174
|
+
"pid": "1030206000000000000",
|
|
175
|
+
"vatpolicyBasis": null,
|
|
176
|
+
"vatspecialManagementCode": "",
|
|
177
|
+
"gstpolicyBasisCode": null,
|
|
178
|
+
"gstspecialManagement": null,
|
|
179
|
+
"gstpolicyBasis": null
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
this.state.goodsListState.endowCode.onLoadTaxClassificationCode = async (value: any) => {
|
|
185
|
+
console.log(value, 'value-onSearchTaxClassificationCode');
|
|
186
|
+
if(value === '3000000000000000000') {
|
|
187
|
+
return [
|
|
188
|
+
{
|
|
189
|
+
"taxCategoryCode": "3060000000000000000",
|
|
190
|
+
"productName": "金融服务",
|
|
191
|
+
"shorthand": "金融服务",
|
|
192
|
+
"id": null,
|
|
193
|
+
"specification": null,
|
|
194
|
+
"createTime": "Tue Jun 20 14:55:37 CST 2023",
|
|
195
|
+
"status": 1,
|
|
196
|
+
"versionCode": "48.0",
|
|
197
|
+
"version": "32.0",
|
|
198
|
+
"startTime": "20190401",
|
|
199
|
+
"endTime": null,
|
|
200
|
+
"cargo": null,
|
|
201
|
+
"desc": null,
|
|
202
|
+
"taxRate": "",
|
|
203
|
+
"keyword": "金融服务",
|
|
204
|
+
"summarizedItem": "Y",
|
|
205
|
+
"countCode": null,
|
|
206
|
+
"customsItem": null,
|
|
207
|
+
"updateTime": "Tue Jun 20 14:55:37 CST 2023",
|
|
208
|
+
"hzx": "Y",
|
|
209
|
+
"children": null,
|
|
210
|
+
"vatspecialManagement": "",
|
|
211
|
+
"pid": "3000000000000000000",
|
|
212
|
+
"vatpolicyBasis": null,
|
|
213
|
+
"vatspecialManagementCode": "",
|
|
214
|
+
"gstpolicyBasisCode": null,
|
|
215
|
+
"gstspecialManagement": null,
|
|
216
|
+
"gstpolicyBasis": null
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"taxCategoryCode": "3070000000000000000",
|
|
220
|
+
"productName": "生活服务",
|
|
221
|
+
"shorthand": "生活服务",
|
|
222
|
+
"id": null,
|
|
223
|
+
"specification": null,
|
|
224
|
+
"createTime": "Tue Jun 20 14:57:32 CST 2023",
|
|
225
|
+
"status": 1,
|
|
226
|
+
"versionCode": "48.0",
|
|
227
|
+
"version": "32.0",
|
|
228
|
+
"startTime": "20190401",
|
|
229
|
+
"endTime": null,
|
|
230
|
+
"cargo": null,
|
|
231
|
+
"desc": null,
|
|
232
|
+
"taxRate": "",
|
|
233
|
+
"keyword": "",
|
|
234
|
+
"summarizedItem": "Y",
|
|
235
|
+
"countCode": null,
|
|
236
|
+
"customsItem": null,
|
|
237
|
+
"updateTime": "Tue Jun 20 14:57:32 CST 2023",
|
|
238
|
+
"hzx": "Y",
|
|
239
|
+
"children": null,
|
|
240
|
+
"vatspecialManagement": "",
|
|
241
|
+
"pid": "3000000000000000000",
|
|
242
|
+
"vatpolicyBasis": null,
|
|
243
|
+
"vatspecialManagementCode": "",
|
|
244
|
+
"gstpolicyBasisCode": null,
|
|
245
|
+
"gstspecialManagement": null,
|
|
246
|
+
"gstpolicyBasis": null
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"taxCategoryCode": "3030000000000000000",
|
|
250
|
+
"productName": "电信服务",
|
|
251
|
+
"shorthand": "电信服务",
|
|
252
|
+
"id": null,
|
|
253
|
+
"specification": null,
|
|
254
|
+
"createTime": "Tue Jun 20 14:56:43 CST 2023",
|
|
255
|
+
"status": 1,
|
|
256
|
+
"versionCode": "48.0",
|
|
257
|
+
"version": "32.0",
|
|
258
|
+
"startTime": "20190401",
|
|
259
|
+
"endTime": null,
|
|
260
|
+
"cargo": null,
|
|
261
|
+
"desc": null,
|
|
262
|
+
"taxRate": "",
|
|
263
|
+
"keyword": "电信服务",
|
|
264
|
+
"summarizedItem": "Y",
|
|
265
|
+
"countCode": null,
|
|
266
|
+
"customsItem": null,
|
|
267
|
+
"updateTime": "Tue Jun 20 14:56:43 CST 2023",
|
|
268
|
+
"hzx": "Y",
|
|
269
|
+
"children": null,
|
|
270
|
+
"vatspecialManagement": "",
|
|
271
|
+
"pid": "3000000000000000000",
|
|
272
|
+
"vatpolicyBasis": null,
|
|
273
|
+
"vatspecialManagementCode": "",
|
|
274
|
+
"gstpolicyBasisCode": null,
|
|
275
|
+
"gstspecialManagement": null,
|
|
276
|
+
"gstpolicyBasis": null
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"taxCategoryCode": "3020000000000000000",
|
|
280
|
+
"productName": "邮政服务",
|
|
281
|
+
"shorthand": "邮政服务",
|
|
282
|
+
"id": null,
|
|
283
|
+
"specification": null,
|
|
284
|
+
"createTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
285
|
+
"status": 1,
|
|
286
|
+
"versionCode": "48.0",
|
|
287
|
+
"version": "32.0",
|
|
288
|
+
"startTime": "20190401",
|
|
289
|
+
"endTime": null,
|
|
290
|
+
"cargo": null,
|
|
291
|
+
"desc": null,
|
|
292
|
+
"taxRate": "",
|
|
293
|
+
"keyword": "",
|
|
294
|
+
"summarizedItem": "Y",
|
|
295
|
+
"countCode": null,
|
|
296
|
+
"customsItem": null,
|
|
297
|
+
"updateTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
298
|
+
"hzx": "Y",
|
|
299
|
+
"children": null,
|
|
300
|
+
"vatspecialManagement": "",
|
|
301
|
+
"pid": "3000000000000000000",
|
|
302
|
+
"vatpolicyBasis": null,
|
|
303
|
+
"vatspecialManagementCode": "",
|
|
304
|
+
"gstpolicyBasisCode": null,
|
|
305
|
+
"gstspecialManagement": null,
|
|
306
|
+
"gstpolicyBasis": null
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"taxCategoryCode": "3010000000000000000",
|
|
310
|
+
"productName": "交通运输服务",
|
|
311
|
+
"shorthand": "运输服务",
|
|
312
|
+
"id": null,
|
|
313
|
+
"specification": null,
|
|
314
|
+
"createTime": "Tue Jun 20 14:56:17 CST 2023",
|
|
315
|
+
"status": 1,
|
|
316
|
+
"versionCode": "48.0",
|
|
317
|
+
"version": "32.0",
|
|
318
|
+
"startTime": "20190401",
|
|
319
|
+
"endTime": null,
|
|
320
|
+
"cargo": null,
|
|
321
|
+
"desc": null,
|
|
322
|
+
"taxRate": "",
|
|
323
|
+
"keyword": "交通运输",
|
|
324
|
+
"summarizedItem": "Y",
|
|
325
|
+
"countCode": null,
|
|
326
|
+
"customsItem": null,
|
|
327
|
+
"updateTime": "Tue Jun 20 14:56:17 CST 2023",
|
|
328
|
+
"hzx": "Y",
|
|
329
|
+
"children": null,
|
|
330
|
+
"vatspecialManagement": "",
|
|
331
|
+
"pid": "3000000000000000000",
|
|
332
|
+
"vatpolicyBasis": null,
|
|
333
|
+
"vatspecialManagementCode": "",
|
|
334
|
+
"gstpolicyBasisCode": null,
|
|
335
|
+
"gstspecialManagement": null,
|
|
336
|
+
"gstpolicyBasis": null
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"taxCategoryCode": "3050000000000000000",
|
|
340
|
+
"productName": "建筑服务",
|
|
341
|
+
"shorthand": "建筑服务",
|
|
342
|
+
"id": null,
|
|
343
|
+
"specification": null,
|
|
344
|
+
"createTime": "Tue Jun 20 14:55:29 CST 2023",
|
|
345
|
+
"status": 1,
|
|
346
|
+
"versionCode": "48.0",
|
|
347
|
+
"version": "32.0",
|
|
348
|
+
"startTime": "20190401",
|
|
349
|
+
"endTime": null,
|
|
350
|
+
"cargo": null,
|
|
351
|
+
"desc": null,
|
|
352
|
+
"taxRate": "",
|
|
353
|
+
"keyword": "",
|
|
354
|
+
"summarizedItem": "Y",
|
|
355
|
+
"countCode": null,
|
|
356
|
+
"customsItem": null,
|
|
357
|
+
"updateTime": "Tue Jun 20 14:55:29 CST 2023",
|
|
358
|
+
"hzx": "Y",
|
|
359
|
+
"children": null,
|
|
360
|
+
"vatspecialManagement": "",
|
|
361
|
+
"pid": "3000000000000000000",
|
|
362
|
+
"vatpolicyBasis": null,
|
|
363
|
+
"vatspecialManagementCode": "",
|
|
364
|
+
"gstpolicyBasisCode": null,
|
|
365
|
+
"gstspecialManagement": null,
|
|
366
|
+
"gstpolicyBasis": null
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"taxCategoryCode": "3040000000000000000",
|
|
370
|
+
"productName": "现代服务",
|
|
371
|
+
"shorthand": "现代服务",
|
|
372
|
+
"id": null,
|
|
373
|
+
"specification": null,
|
|
374
|
+
"createTime": "Tue Jun 20 14:54:17 CST 2023",
|
|
375
|
+
"status": 1,
|
|
376
|
+
"versionCode": "48.0",
|
|
377
|
+
"version": "32.0",
|
|
378
|
+
"startTime": "20190401",
|
|
379
|
+
"endTime": null,
|
|
380
|
+
"cargo": null,
|
|
381
|
+
"desc": null,
|
|
382
|
+
"taxRate": "",
|
|
383
|
+
"keyword": "",
|
|
384
|
+
"summarizedItem": "Y",
|
|
385
|
+
"countCode": null,
|
|
386
|
+
"customsItem": null,
|
|
387
|
+
"updateTime": "Tue Jun 20 14:54:17 CST 2023",
|
|
388
|
+
"hzx": "Y",
|
|
389
|
+
"children": null,
|
|
390
|
+
"vatspecialManagement": "",
|
|
391
|
+
"pid": "3000000000000000000",
|
|
392
|
+
"vatpolicyBasis": null,
|
|
393
|
+
"vatspecialManagementCode": "",
|
|
394
|
+
"gstpolicyBasisCode": null,
|
|
395
|
+
"gstspecialManagement": null,
|
|
396
|
+
"gstpolicyBasis": null
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
} else if(value === '3060000000000000000') {
|
|
400
|
+
return [
|
|
401
|
+
{
|
|
402
|
+
"taxCategoryCode": "3060100000000000000",
|
|
403
|
+
"productName": "贷款服务",
|
|
404
|
+
"shorthand": "金融服务",
|
|
405
|
+
"id": null,
|
|
406
|
+
"specification": null,
|
|
407
|
+
"createTime": "Tue Jun 20 14:56:02 CST 2023",
|
|
408
|
+
"status": 1,
|
|
409
|
+
"versionCode": "48.0",
|
|
410
|
+
"version": "32.0",
|
|
411
|
+
"startTime": "20190401",
|
|
412
|
+
"endTime": null,
|
|
413
|
+
"cargo": null,
|
|
414
|
+
"desc": null,
|
|
415
|
+
"taxRate": "",
|
|
416
|
+
"keyword": "贷款",
|
|
417
|
+
"summarizedItem": "Y",
|
|
418
|
+
"countCode": null,
|
|
419
|
+
"customsItem": null,
|
|
420
|
+
"updateTime": "Tue Jun 20 14:56:02 CST 2023",
|
|
421
|
+
"hzx": "Y",
|
|
422
|
+
"children": null,
|
|
423
|
+
"vatspecialManagement": "",
|
|
424
|
+
"pid": "3060000000000000000",
|
|
425
|
+
"vatpolicyBasis": null,
|
|
426
|
+
"vatspecialManagementCode": "",
|
|
427
|
+
"gstpolicyBasisCode": null,
|
|
428
|
+
"gstspecialManagement": null,
|
|
429
|
+
"gstpolicyBasis": null
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"taxCategoryCode": "3060200000000000000",
|
|
433
|
+
"productName": "直接收费金融服务",
|
|
434
|
+
"shorthand": "金融服务",
|
|
435
|
+
"id": null,
|
|
436
|
+
"specification": null,
|
|
437
|
+
"createTime": "Tue Jun 20 14:56:13 CST 2023",
|
|
438
|
+
"status": 1,
|
|
439
|
+
"versionCode": "48.0",
|
|
440
|
+
"version": "32.0",
|
|
441
|
+
"startTime": "20190401",
|
|
442
|
+
"endTime": null,
|
|
443
|
+
"cargo": null,
|
|
444
|
+
"desc": null,
|
|
445
|
+
"taxRate": "6%",
|
|
446
|
+
"keyword": "货币兑换、账户管理、电子银行、信用卡、信用证、财务担保、资产管理、信托管理、基金管理、金融商品交易、资金结算、资金清算、金融支付",
|
|
447
|
+
"summarizedItem": "N",
|
|
448
|
+
"countCode": null,
|
|
449
|
+
"customsItem": null,
|
|
450
|
+
"updateTime": "Tue Jun 20 14:56:13 CST 2023",
|
|
451
|
+
"hzx": "N",
|
|
452
|
+
"children": null,
|
|
453
|
+
"vatspecialManagement": "",
|
|
454
|
+
"pid": "3060000000000000000",
|
|
455
|
+
"vatpolicyBasis": null,
|
|
456
|
+
"vatspecialManagementCode": "",
|
|
457
|
+
"gstpolicyBasisCode": null,
|
|
458
|
+
"gstspecialManagement": null,
|
|
459
|
+
"gstpolicyBasis": null
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"taxCategoryCode": "3060300000000000000",
|
|
463
|
+
"productName": "保险服务",
|
|
464
|
+
"shorthand": "金融服务",
|
|
465
|
+
"id": null,
|
|
466
|
+
"specification": null,
|
|
467
|
+
"createTime": "Tue Jun 20 14:55:47 CST 2023",
|
|
468
|
+
"status": 1,
|
|
469
|
+
"versionCode": "48.0",
|
|
470
|
+
"version": "32.0",
|
|
471
|
+
"startTime": "20190401",
|
|
472
|
+
"endTime": null,
|
|
473
|
+
"cargo": null,
|
|
474
|
+
"desc": null,
|
|
475
|
+
"taxRate": "",
|
|
476
|
+
"keyword": "",
|
|
477
|
+
"summarizedItem": "Y",
|
|
478
|
+
"countCode": null,
|
|
479
|
+
"customsItem": null,
|
|
480
|
+
"updateTime": "Tue Jun 20 14:55:47 CST 2023",
|
|
481
|
+
"hzx": "Y",
|
|
482
|
+
"children": null,
|
|
483
|
+
"vatspecialManagement": "",
|
|
484
|
+
"pid": "3060000000000000000",
|
|
485
|
+
"vatpolicyBasis": null,
|
|
486
|
+
"vatspecialManagementCode": "",
|
|
487
|
+
"gstpolicyBasisCode": null,
|
|
488
|
+
"gstspecialManagement": null,
|
|
489
|
+
"gstpolicyBasis": null
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"taxCategoryCode": "3060400000000000000",
|
|
493
|
+
"productName": "金融商品转让",
|
|
494
|
+
"shorthand": "金融服务",
|
|
495
|
+
"id": null,
|
|
496
|
+
"specification": null,
|
|
497
|
+
"createTime": "Tue Jun 20 14:54:38 CST 2023",
|
|
498
|
+
"status": 1,
|
|
499
|
+
"versionCode": "48.0",
|
|
500
|
+
"version": "32.0",
|
|
501
|
+
"startTime": "20190401",
|
|
502
|
+
"endTime": null,
|
|
503
|
+
"cargo": null,
|
|
504
|
+
"desc": null,
|
|
505
|
+
"taxRate": "",
|
|
506
|
+
"keyword": "金融商品转让",
|
|
507
|
+
"summarizedItem": "Y",
|
|
508
|
+
"countCode": null,
|
|
509
|
+
"customsItem": null,
|
|
510
|
+
"updateTime": "Tue Jun 20 14:54:38 CST 2023",
|
|
511
|
+
"hzx": "Y",
|
|
512
|
+
"children": null,
|
|
513
|
+
"vatspecialManagement": "",
|
|
514
|
+
"pid": "3060000000000000000",
|
|
515
|
+
"vatpolicyBasis": null,
|
|
516
|
+
"vatspecialManagementCode": "",
|
|
517
|
+
"gstpolicyBasisCode": null,
|
|
518
|
+
"gstspecialManagement": null,
|
|
519
|
+
"gstpolicyBasis": null
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
}else {
|
|
523
|
+
return [
|
|
524
|
+
{
|
|
525
|
+
"taxCategoryCode": "3000000000000000000",
|
|
526
|
+
"productName": "销售服务",
|
|
527
|
+
"shorthand": "销售服务",
|
|
528
|
+
"id": null,
|
|
529
|
+
"specification": null,
|
|
530
|
+
"createTime": "Tue Jun 20 14:56:46 CST 2023",
|
|
531
|
+
"status": 1,
|
|
532
|
+
"versionCode": "48.0",
|
|
533
|
+
"version": "32.0",
|
|
534
|
+
"startTime": "20190401",
|
|
535
|
+
"endTime": null,
|
|
536
|
+
"cargo": null,
|
|
537
|
+
"desc": null,
|
|
538
|
+
"taxRate": "",
|
|
539
|
+
"keyword": "",
|
|
540
|
+
"summarizedItem": "Y",
|
|
541
|
+
"countCode": null,
|
|
542
|
+
"customsItem": null,
|
|
543
|
+
"updateTime": "Tue Jun 20 14:56:46 CST 2023",
|
|
544
|
+
"hzx": "Y",
|
|
545
|
+
"children": null,
|
|
546
|
+
"vatspecialManagement": "",
|
|
547
|
+
"pid": "0",
|
|
548
|
+
"vatpolicyBasis": null,
|
|
549
|
+
"vatspecialManagementCode": "",
|
|
550
|
+
"gstpolicyBasisCode": null,
|
|
551
|
+
"gstspecialManagement": null,
|
|
552
|
+
"gstpolicyBasis": null
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"taxCategoryCode": "5000000000000000000",
|
|
556
|
+
"productName": "不动产",
|
|
557
|
+
"shorthand": "不动产",
|
|
558
|
+
"id": null,
|
|
559
|
+
"specification": null,
|
|
560
|
+
"createTime": "Tue Jun 20 14:56:59 CST 2023",
|
|
561
|
+
"status": 1,
|
|
562
|
+
"versionCode": "48.0",
|
|
563
|
+
"version": "32.0",
|
|
564
|
+
"startTime": "20190401",
|
|
565
|
+
"endTime": null,
|
|
566
|
+
"cargo": null,
|
|
567
|
+
"desc": null,
|
|
568
|
+
"taxRate": "",
|
|
569
|
+
"keyword": "",
|
|
570
|
+
"summarizedItem": "Y",
|
|
571
|
+
"countCode": null,
|
|
572
|
+
"customsItem": null,
|
|
573
|
+
"updateTime": "Tue Jun 20 14:56:59 CST 2023",
|
|
574
|
+
"hzx": "Y",
|
|
575
|
+
"children": null,
|
|
576
|
+
"vatspecialManagement": "",
|
|
577
|
+
"pid": "0",
|
|
578
|
+
"vatpolicyBasis": null,
|
|
579
|
+
"vatspecialManagementCode": "",
|
|
580
|
+
"gstpolicyBasisCode": null,
|
|
581
|
+
"gstspecialManagement": null,
|
|
582
|
+
"gstpolicyBasis": null
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"taxCategoryCode": "4000000000000000000",
|
|
586
|
+
"productName": "无形资产",
|
|
587
|
+
"shorthand": "无形资产",
|
|
588
|
+
"id": null,
|
|
589
|
+
"specification": null,
|
|
590
|
+
"createTime": "Tue Jun 20 14:53:36 CST 2023",
|
|
591
|
+
"status": 1,
|
|
592
|
+
"versionCode": "48.0",
|
|
593
|
+
"version": "32.0",
|
|
594
|
+
"startTime": "20190401",
|
|
595
|
+
"endTime": null,
|
|
596
|
+
"cargo": null,
|
|
597
|
+
"desc": null,
|
|
598
|
+
"taxRate": "",
|
|
599
|
+
"keyword": "",
|
|
600
|
+
"summarizedItem": "Y",
|
|
601
|
+
"countCode": null,
|
|
602
|
+
"customsItem": null,
|
|
603
|
+
"updateTime": "Tue Jun 20 14:53:36 CST 2023",
|
|
604
|
+
"hzx": "Y",
|
|
605
|
+
"children": null,
|
|
606
|
+
"vatspecialManagement": "",
|
|
607
|
+
"pid": "0",
|
|
608
|
+
"vatpolicyBasis": null,
|
|
609
|
+
"vatspecialManagementCode": "",
|
|
610
|
+
"gstpolicyBasisCode": null,
|
|
611
|
+
"gstspecialManagement": null,
|
|
612
|
+
"gstpolicyBasis": null
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"taxCategoryCode": "1000000000000000000",
|
|
616
|
+
"productName": "货物",
|
|
617
|
+
"shorthand": "货物",
|
|
618
|
+
"id": null,
|
|
619
|
+
"specification": null,
|
|
620
|
+
"createTime": "Tue Jun 20 14:56:26 CST 2023",
|
|
621
|
+
"status": 1,
|
|
622
|
+
"versionCode": "48.0",
|
|
623
|
+
"version": "32.0",
|
|
624
|
+
"startTime": "20190401",
|
|
625
|
+
"endTime": null,
|
|
626
|
+
"cargo": null,
|
|
627
|
+
"desc": null,
|
|
628
|
+
"taxRate": "",
|
|
629
|
+
"keyword": "",
|
|
630
|
+
"summarizedItem": "Y",
|
|
631
|
+
"countCode": null,
|
|
632
|
+
"customsItem": null,
|
|
633
|
+
"updateTime": "Tue Jun 20 14:56:26 CST 2023",
|
|
634
|
+
"hzx": "Y",
|
|
635
|
+
"children": null,
|
|
636
|
+
"vatspecialManagement": "",
|
|
637
|
+
"pid": "0",
|
|
638
|
+
"vatpolicyBasis": null,
|
|
639
|
+
"vatspecialManagementCode": "",
|
|
640
|
+
"gstpolicyBasisCode": null,
|
|
641
|
+
"gstspecialManagement": null,
|
|
642
|
+
"gstpolicyBasis": null
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"taxCategoryCode": "2000000000000000000",
|
|
646
|
+
"productName": "劳务",
|
|
647
|
+
"shorthand": "劳务",
|
|
648
|
+
"id": null,
|
|
649
|
+
"specification": null,
|
|
650
|
+
"createTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
651
|
+
"status": 1,
|
|
652
|
+
"versionCode": "48.0",
|
|
653
|
+
"version": "32.0",
|
|
654
|
+
"startTime": "20190401",
|
|
655
|
+
"endTime": null,
|
|
656
|
+
"cargo": null,
|
|
657
|
+
"desc": null,
|
|
658
|
+
"taxRate": "",
|
|
659
|
+
"keyword": "",
|
|
660
|
+
"summarizedItem": "Y",
|
|
661
|
+
"countCode": null,
|
|
662
|
+
"customsItem": null,
|
|
663
|
+
"updateTime": "Tue Jun 20 14:56:38 CST 2023",
|
|
664
|
+
"hzx": "Y",
|
|
665
|
+
"children": null,
|
|
666
|
+
"vatspecialManagement": "",
|
|
667
|
+
"pid": "0",
|
|
668
|
+
"vatpolicyBasis": null,
|
|
669
|
+
"vatspecialManagementCode": "",
|
|
670
|
+
"gstpolicyBasisCode": null,
|
|
671
|
+
"gstspecialManagement": null,
|
|
672
|
+
"gstpolicyBasis": null
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"taxCategoryCode": "6000000000000000000",
|
|
676
|
+
"productName": "未发生销售行为的不征税项目",
|
|
677
|
+
"shorthand": "不征税项目",
|
|
678
|
+
"id": null,
|
|
679
|
+
"specification": null,
|
|
680
|
+
"createTime": "Tue Jun 20 14:55:06 CST 2023",
|
|
681
|
+
"status": 1,
|
|
682
|
+
"versionCode": "48.0",
|
|
683
|
+
"version": "32.0",
|
|
684
|
+
"startTime": "20190401",
|
|
685
|
+
"endTime": null,
|
|
686
|
+
"cargo": null,
|
|
687
|
+
"desc": null,
|
|
688
|
+
"taxRate": "",
|
|
689
|
+
"keyword": "",
|
|
690
|
+
"summarizedItem": "Y",
|
|
691
|
+
"countCode": null,
|
|
692
|
+
"customsItem": null,
|
|
693
|
+
"updateTime": "Tue Jun 20 14:55:06 CST 2023",
|
|
694
|
+
"hzx": "Y",
|
|
695
|
+
"children": null,
|
|
696
|
+
"vatspecialManagement": "",
|
|
697
|
+
"pid": "0",
|
|
698
|
+
"vatpolicyBasis": null,
|
|
699
|
+
"vatspecialManagementCode": "",
|
|
700
|
+
"gstpolicyBasisCode": null,
|
|
701
|
+
"gstspecialManagement": null,
|
|
702
|
+
"gstpolicyBasis": null
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
}
|
|
706
|
+
};
|
|
707
|
+
// 添加附加信息
|
|
708
|
+
this.state.goodsListState.importGoods.columns = [
|
|
709
|
+
...this.state.goodsListState.importGoods.columns,
|
|
710
|
+
{
|
|
711
|
+
title: '附加信息',
|
|
712
|
+
dataIndex: 'affix',
|
|
713
|
+
key: 'affix',
|
|
714
|
+
},
|
|
715
|
+
];
|
|
716
|
+
|
|
717
|
+
// 设置比对方法
|
|
718
|
+
this.state.goodsListState.productComparison = {
|
|
719
|
+
onComply: async (e: IGood[]) => {
|
|
720
|
+
// return e.map(e => {
|
|
721
|
+
// return {
|
|
722
|
+
// ...e,
|
|
723
|
+
// itemName: e.itemNameSelf + '(他方)',
|
|
724
|
+
// itemModelName: e.itemModelNameSelf + '(他方)',
|
|
725
|
+
// itemCode: e.itemCodeSelf + '(他方)',
|
|
726
|
+
// }
|
|
727
|
+
// })
|
|
728
|
+
return [
|
|
729
|
+
{
|
|
730
|
+
"itemCodeSelf": null,
|
|
731
|
+
"itemNameSelf": "china",
|
|
732
|
+
"itemModelNameSelf": "xx",
|
|
733
|
+
"itemCode": null,
|
|
734
|
+
"itemName": "中国",
|
|
735
|
+
"itemModelName": "北京房山 "
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"itemCodeSelf": null,
|
|
739
|
+
"itemNameSelf": "china",
|
|
740
|
+
"itemModelNameSelf": "xx",
|
|
741
|
+
"itemCode": null,
|
|
742
|
+
"itemName": "中国",
|
|
743
|
+
"itemModelName": "北京房山 "
|
|
744
|
+
}
|
|
745
|
+
] as any
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
this.state.en = '08'
|
|
750
|
+
this.state.invoiceType = '10'
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
// 重写 的 获取商品列表
|
|
754
|
+
getGoodsList = this.pipeline<IGetBuyerListOption>(async (state, option) => {
|
|
755
|
+
if (!option) return;
|
|
756
|
+
|
|
757
|
+
// 初始化测试数据
|
|
758
|
+
const dataSource = await getMok(option.pagination.current)
|
|
759
|
+
|
|
760
|
+
// 设置分页数据
|
|
761
|
+
state.goodsListState.importGoods.pagination = {
|
|
762
|
+
...option.pagination,
|
|
763
|
+
pageSize: 20,
|
|
764
|
+
total: 80,
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
// 设置列表数据
|
|
768
|
+
state.goodsListState.importGoods.dataSource = dataSource;
|
|
769
|
+
});
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
// const getMok = async (current: number = 1) => {
|
|
773
|
+
// const dataSource: any[] = [];
|
|
774
|
+
// for (let i = 0; i < 20; i++) {
|
|
775
|
+
// const p = i + 20 * (current - 1);
|
|
776
|
+
// dataSource.push({
|
|
777
|
+
// itemType: `商品分类${p}`,
|
|
778
|
+
// itemNo: `商品编码${p}`,
|
|
779
|
+
// itemName: `商品名称${p}`,
|
|
780
|
+
// shorthand: `前缀${p}`,
|
|
781
|
+
// itemModelName: `规格型号${p}`,
|
|
782
|
+
// unit: `计量单位${p}`,
|
|
783
|
+
// priceIncludeTax: p,
|
|
784
|
+
// priceExcludeTax: p,
|
|
785
|
+
// taxClassificationCode: `税收分类编码${p}`,
|
|
786
|
+
// affix: `附加信息${p}`,
|
|
787
|
+
// });
|
|
788
|
+
// }
|
|
789
|
+
// return dataSource;
|
|
790
|
+
// }
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
const getMok = async (current: number = 1) => {
|
|
794
|
+
return [
|
|
795
|
+
{
|
|
796
|
+
"attributeVOList": null,
|
|
797
|
+
"brandName": null,
|
|
798
|
+
"buyGroupCode": null,
|
|
799
|
+
"buyGroupId": null,
|
|
800
|
+
"buyGroupName": null,
|
|
801
|
+
"categoryId": 2073,
|
|
802
|
+
"categoryName": "通用",
|
|
803
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
804
|
+
"createTime": "2021-09-10 15:45:43.0",
|
|
805
|
+
"enjoyPreferentialPolicies": 0,
|
|
806
|
+
"factoryCode": null,
|
|
807
|
+
"factoryId": null,
|
|
808
|
+
"factoryName": null,
|
|
809
|
+
"id": 146200,
|
|
810
|
+
"internalNumber": "发动机盖",
|
|
811
|
+
"isUalityInspection": null,
|
|
812
|
+
"name": "发动机ABC",
|
|
813
|
+
"preferentialPoliciesType": null,
|
|
814
|
+
"priceAmount": 50,
|
|
815
|
+
"procurementCycle": 0,
|
|
816
|
+
"shorthand": "发动机",
|
|
817
|
+
"specification": "abc",
|
|
818
|
+
"spuCode": "6000001738252675",
|
|
819
|
+
"status": 1,
|
|
820
|
+
"taxCategoryCode": "1090102040000000000",
|
|
821
|
+
"taxExemptionType": "",
|
|
822
|
+
"taxId": 11,
|
|
823
|
+
"taxRate": null,
|
|
824
|
+
"unitId": 30,
|
|
825
|
+
"unitName": "件",
|
|
826
|
+
"itemType": "通用",
|
|
827
|
+
"itemNo": "6000001738252675",
|
|
828
|
+
"itemName": "发动机ABC---",
|
|
829
|
+
"itemCode": "123123",
|
|
830
|
+
"itemModelName": "abc",
|
|
831
|
+
"unit": "件",
|
|
832
|
+
"priceIncludeTax": 50,
|
|
833
|
+
"priceExcludeTax": 50,
|
|
834
|
+
"taxClassificationCode": "1090102040000000000"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"attributeVOList": null,
|
|
838
|
+
"brandName": "丹东一号",
|
|
839
|
+
"buyGroupCode": null,
|
|
840
|
+
"buyGroupId": null,
|
|
841
|
+
"buyGroupName": null,
|
|
842
|
+
"categoryId": 2073,
|
|
843
|
+
"categoryName": "通用",
|
|
844
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
845
|
+
"createTime": "2021-09-02 14:59:52.0",
|
|
846
|
+
"enjoyPreferentialPolicies": 0,
|
|
847
|
+
"factoryCode": null,
|
|
848
|
+
"factoryId": null,
|
|
849
|
+
"factoryName": null,
|
|
850
|
+
"id": 146199,
|
|
851
|
+
"internalNumber": null,
|
|
852
|
+
"isUalityInspection": null,
|
|
853
|
+
"name": "aaaa",
|
|
854
|
+
"preferentialPoliciesType": null,
|
|
855
|
+
"priceAmount": 0,
|
|
856
|
+
"procurementCycle": 0,
|
|
857
|
+
"shorthand": "活牲畜",
|
|
858
|
+
"specification": null,
|
|
859
|
+
"spuCode": "6000001311479375",
|
|
860
|
+
"status": 1,
|
|
861
|
+
"taxCategoryCode": "1010301010000000000",
|
|
862
|
+
"taxExemptionType": "1",
|
|
863
|
+
"taxId": 1,
|
|
864
|
+
"taxRate":null,
|
|
865
|
+
"unitId": null,
|
|
866
|
+
"unitName": null,
|
|
867
|
+
"itemType": "通用",
|
|
868
|
+
"itemNo": "6000001311479375",
|
|
869
|
+
"itemName": "aaaa",
|
|
870
|
+
"itemModelName": null,
|
|
871
|
+
"unit": null,
|
|
872
|
+
"priceIncludeTax": 0,
|
|
873
|
+
"priceExcludeTax": 0,
|
|
874
|
+
"taxClassificationCode": "1010301010000000000"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"attributeVOList": null,
|
|
878
|
+
"brandName": "丹东一号",
|
|
879
|
+
"buyGroupCode": null,
|
|
880
|
+
"buyGroupId": null,
|
|
881
|
+
"buyGroupName": null,
|
|
882
|
+
"categoryId": 246,
|
|
883
|
+
"categoryName": "分类cc>1",
|
|
884
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
885
|
+
"createTime": "2020-12-28 18:23:55.0",
|
|
886
|
+
"enjoyPreferentialPolicies": 0,
|
|
887
|
+
"factoryCode": null,
|
|
888
|
+
"factoryId": null,
|
|
889
|
+
"factoryName": null,
|
|
890
|
+
"id": 146131,
|
|
891
|
+
"internalNumber": null,
|
|
892
|
+
"isUalityInspection": null,
|
|
893
|
+
"name": "AAAA",
|
|
894
|
+
"preferentialPoliciesType": null,
|
|
895
|
+
"priceAmount": null,
|
|
896
|
+
"procurementCycle": 0,
|
|
897
|
+
"shorthand": null,
|
|
898
|
+
"specification": "1234EFF",
|
|
899
|
+
"spuCode": "6000002120658581",
|
|
900
|
+
"status": 1,
|
|
901
|
+
"taxCategoryCode": null,
|
|
902
|
+
"taxExemptionType": null,
|
|
903
|
+
"taxId": null,
|
|
904
|
+
"taxRate":null,
|
|
905
|
+
"unitId": 362,
|
|
906
|
+
"unitName": "年",
|
|
907
|
+
"itemType": "分类cc>1",
|
|
908
|
+
"itemNo": "6000002120658581",
|
|
909
|
+
"itemName": "AAAA",
|
|
910
|
+
"itemModelName": "1234EFF",
|
|
911
|
+
"unit": "年",
|
|
912
|
+
"priceIncludeTax": 0,
|
|
913
|
+
"priceExcludeTax": 0,
|
|
914
|
+
"taxClassificationCode": null
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"attributeVOList": null,
|
|
918
|
+
"brandName": null,
|
|
919
|
+
"buyGroupCode": null,
|
|
920
|
+
"buyGroupId": null,
|
|
921
|
+
"buyGroupName": null,
|
|
922
|
+
"categoryId": 2073,
|
|
923
|
+
"categoryName": "通用",
|
|
924
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
925
|
+
"createTime": "2020-12-15 10:14:14.0",
|
|
926
|
+
"enjoyPreferentialPolicies": 0,
|
|
927
|
+
"factoryCode": null,
|
|
928
|
+
"factoryId": null,
|
|
929
|
+
"factoryName": null,
|
|
930
|
+
"id": 146129,
|
|
931
|
+
"internalNumber": null,
|
|
932
|
+
"isUalityInspection": null,
|
|
933
|
+
"name": "服务费",
|
|
934
|
+
"preferentialPoliciesType": null,
|
|
935
|
+
"priceAmount": null,
|
|
936
|
+
"procurementCycle": 0,
|
|
937
|
+
"shorthand": "软件",
|
|
938
|
+
"specification": null,
|
|
939
|
+
"spuCode": "6000001474077629",
|
|
940
|
+
"status": 1,
|
|
941
|
+
"taxCategoryCode": "1060301020100000000",
|
|
942
|
+
"taxExemptionType": null,
|
|
943
|
+
"taxId": null,
|
|
944
|
+
"taxRate":null,
|
|
945
|
+
"unitId": null,
|
|
946
|
+
"unitName": null,
|
|
947
|
+
"itemType": "通用",
|
|
948
|
+
"itemNo": "6000001474077629",
|
|
949
|
+
"itemName": "服务费",
|
|
950
|
+
"itemModelName": null,
|
|
951
|
+
"unit": null,
|
|
952
|
+
"priceIncludeTax": 0,
|
|
953
|
+
"priceExcludeTax": 0,
|
|
954
|
+
"taxClassificationCode": "1060301020100000000"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"attributeVOList": null,
|
|
958
|
+
"brandName": "丹东一号",
|
|
959
|
+
"buyGroupCode": null,
|
|
960
|
+
"buyGroupId": null,
|
|
961
|
+
"buyGroupName": null,
|
|
962
|
+
"categoryId": 2073,
|
|
963
|
+
"categoryName": "通用",
|
|
964
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
965
|
+
"createTime": "2020-10-30 15:07:05.0",
|
|
966
|
+
"enjoyPreferentialPolicies": 0,
|
|
967
|
+
"factoryCode": null,
|
|
968
|
+
"factoryId": null,
|
|
969
|
+
"factoryName": null,
|
|
970
|
+
"id": 145809,
|
|
971
|
+
"internalNumber": "0987",
|
|
972
|
+
"isUalityInspection": null,
|
|
973
|
+
"name": "中科",
|
|
974
|
+
"preferentialPoliciesType": null,
|
|
975
|
+
"priceAmount": 1000,
|
|
976
|
+
"procurementCycle": 0,
|
|
977
|
+
"shorthand": "糖料",
|
|
978
|
+
"specification": "12",
|
|
979
|
+
"spuCode": "6000001168374126",
|
|
980
|
+
"status": 1,
|
|
981
|
+
"taxCategoryCode": "1010107010000000000",
|
|
982
|
+
"taxExemptionType": "3",
|
|
983
|
+
"taxId": 1,
|
|
984
|
+
"taxRate":null,
|
|
985
|
+
"unitId": 32,
|
|
986
|
+
"unitName": "把",
|
|
987
|
+
"itemType": "通用",
|
|
988
|
+
"itemNo": "6000001168374126",
|
|
989
|
+
"itemName": "中科",
|
|
990
|
+
"itemModelName": "12",
|
|
991
|
+
"unit": "把",
|
|
992
|
+
"priceIncludeTax": 1000,
|
|
993
|
+
"priceExcludeTax": 1000,
|
|
994
|
+
"taxClassificationCode": "1010107010000000000"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"attributeVOList": null,
|
|
998
|
+
"brandName": null,
|
|
999
|
+
"buyGroupCode": null,
|
|
1000
|
+
"buyGroupId": null,
|
|
1001
|
+
"buyGroupName": null,
|
|
1002
|
+
"categoryId": 1862,
|
|
1003
|
+
"categoryName": "通用",
|
|
1004
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1005
|
+
"createTime": "2019-03-22 11:06:53.0",
|
|
1006
|
+
"enjoyPreferentialPolicies": 0,
|
|
1007
|
+
"factoryCode": null,
|
|
1008
|
+
"factoryId": null,
|
|
1009
|
+
"factoryName": null,
|
|
1010
|
+
"id": 144321,
|
|
1011
|
+
"internalNumber": "4302111",
|
|
1012
|
+
"isUalityInspection": 0,
|
|
1013
|
+
"name": "农用化肥2",
|
|
1014
|
+
"preferentialPoliciesType": "",
|
|
1015
|
+
"priceAmount": 90,
|
|
1016
|
+
"procurementCycle": 0,
|
|
1017
|
+
"shorthand": "肥料",
|
|
1018
|
+
"specification": "HLHF-211",
|
|
1019
|
+
"spuCode": "1000019000000056",
|
|
1020
|
+
"status": 1,
|
|
1021
|
+
"taxCategoryCode": "1000000000000000000",
|
|
1022
|
+
"taxExemptionType": null,
|
|
1023
|
+
"taxId": null,
|
|
1024
|
+
"taxRate":null,
|
|
1025
|
+
"unitId": 11,
|
|
1026
|
+
"unitName": "包",
|
|
1027
|
+
"itemType": "通用",
|
|
1028
|
+
"itemNo": "1000019000000056",
|
|
1029
|
+
"itemName": "农用化肥2",
|
|
1030
|
+
"itemModelName": "HLHF-211",
|
|
1031
|
+
"unit": "包",
|
|
1032
|
+
"priceIncludeTax": 90,
|
|
1033
|
+
"priceExcludeTax": 90,
|
|
1034
|
+
"taxClassificationCode": "1000000000000000000"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"attributeVOList": null,
|
|
1038
|
+
"brandName": null,
|
|
1039
|
+
"buyGroupCode": null,
|
|
1040
|
+
"buyGroupId": null,
|
|
1041
|
+
"buyGroupName": null,
|
|
1042
|
+
"categoryId": 1862,
|
|
1043
|
+
"categoryName": "通用",
|
|
1044
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1045
|
+
"createTime": "2019-03-22 11:06:52.0",
|
|
1046
|
+
"enjoyPreferentialPolicies": 0,
|
|
1047
|
+
"factoryCode": null,
|
|
1048
|
+
"factoryId": null,
|
|
1049
|
+
"factoryName": null,
|
|
1050
|
+
"id": 144320,
|
|
1051
|
+
"internalNumber": "4302111",
|
|
1052
|
+
"isUalityInspection": 0,
|
|
1053
|
+
"name": "园林轻化肥",
|
|
1054
|
+
"preferentialPoliciesType": "",
|
|
1055
|
+
"priceAmount": null,
|
|
1056
|
+
"procurementCycle": null,
|
|
1057
|
+
"shorthand": "肥料",
|
|
1058
|
+
"specification": "HLHF-211",
|
|
1059
|
+
"spuCode": "1000019000000055",
|
|
1060
|
+
"status": 1,
|
|
1061
|
+
"taxCategoryCode": "233WD5FG00911",
|
|
1062
|
+
"taxExemptionType": null,
|
|
1063
|
+
"taxId": null,
|
|
1064
|
+
"taxRate":null,
|
|
1065
|
+
"unitId": 11,
|
|
1066
|
+
"unitName": "包",
|
|
1067
|
+
"itemType": "通用",
|
|
1068
|
+
"itemNo": "1000019000000055",
|
|
1069
|
+
"itemName": "园林轻化肥",
|
|
1070
|
+
"itemModelName": "HLHF-211",
|
|
1071
|
+
"unit": "包",
|
|
1072
|
+
"priceIncludeTax": 0,
|
|
1073
|
+
"priceExcludeTax": 0,
|
|
1074
|
+
"taxClassificationCode": "233WD5FG00911"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"attributeVOList": null,
|
|
1078
|
+
"brandName": null,
|
|
1079
|
+
"buyGroupCode": null,
|
|
1080
|
+
"buyGroupId": null,
|
|
1081
|
+
"buyGroupName": null,
|
|
1082
|
+
"categoryId": 1862,
|
|
1083
|
+
"categoryName": "通用",
|
|
1084
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1085
|
+
"createTime": "2019-03-06 16:06:16.0",
|
|
1086
|
+
"enjoyPreferentialPolicies": 0,
|
|
1087
|
+
"factoryCode": null,
|
|
1088
|
+
"factoryId": null,
|
|
1089
|
+
"factoryName": null,
|
|
1090
|
+
"id": 101211,
|
|
1091
|
+
"internalNumber": "4302111",
|
|
1092
|
+
"isUalityInspection": 0,
|
|
1093
|
+
"name": "营养土壤",
|
|
1094
|
+
"preferentialPoliciesType": "",
|
|
1095
|
+
"priceAmount": null,
|
|
1096
|
+
"procurementCycle": null,
|
|
1097
|
+
"shorthand": "肥料",
|
|
1098
|
+
"specification": "HLHF-211",
|
|
1099
|
+
"spuCode": "1000019000000053",
|
|
1100
|
+
"status": 1,
|
|
1101
|
+
"taxCategoryCode": "233WD5FG00911",
|
|
1102
|
+
"taxExemptionType": null,
|
|
1103
|
+
"taxId": null,
|
|
1104
|
+
"taxRate":null,
|
|
1105
|
+
"unitId": 11,
|
|
1106
|
+
"unitName": "包",
|
|
1107
|
+
"itemType": "通用",
|
|
1108
|
+
"itemNo": "1000019000000053",
|
|
1109
|
+
"itemName": "营养土壤",
|
|
1110
|
+
"itemModelName": "HLHF-211",
|
|
1111
|
+
"unit": "包",
|
|
1112
|
+
"priceIncludeTax": 0,
|
|
1113
|
+
"priceExcludeTax": 0,
|
|
1114
|
+
"taxClassificationCode": "233WD5FG00911"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"attributeVOList": null,
|
|
1118
|
+
"brandName": null,
|
|
1119
|
+
"buyGroupCode": null,
|
|
1120
|
+
"buyGroupId": null,
|
|
1121
|
+
"buyGroupName": null,
|
|
1122
|
+
"categoryId": 1862,
|
|
1123
|
+
"categoryName": "通用",
|
|
1124
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1125
|
+
"createTime": "2019-03-06 16:06:16.0",
|
|
1126
|
+
"enjoyPreferentialPolicies": 0,
|
|
1127
|
+
"factoryCode": null,
|
|
1128
|
+
"factoryId": null,
|
|
1129
|
+
"factoryName": null,
|
|
1130
|
+
"id": 101212,
|
|
1131
|
+
"internalNumber": "4302111",
|
|
1132
|
+
"isUalityInspection": 0,
|
|
1133
|
+
"name": "植物营养液",
|
|
1134
|
+
"preferentialPoliciesType": "",
|
|
1135
|
+
"priceAmount": null,
|
|
1136
|
+
"procurementCycle": null,
|
|
1137
|
+
"shorthand": "肥料",
|
|
1138
|
+
"specification": "HLHF-211",
|
|
1139
|
+
"spuCode": "1000019000000054",
|
|
1140
|
+
"status": 1,
|
|
1141
|
+
"taxCategoryCode": "233WD5FG00911",
|
|
1142
|
+
"taxExemptionType": null,
|
|
1143
|
+
"taxId": null,
|
|
1144
|
+
"taxRate":null,
|
|
1145
|
+
"unitId": 11,
|
|
1146
|
+
"unitName": "包",
|
|
1147
|
+
"itemType": "通用",
|
|
1148
|
+
"itemNo": "1000019000000054",
|
|
1149
|
+
"itemName": "植物营养液",
|
|
1150
|
+
"itemModelName": "HLHF-211",
|
|
1151
|
+
"unit": "包",
|
|
1152
|
+
"priceIncludeTax": 0,
|
|
1153
|
+
"priceExcludeTax": 0,
|
|
1154
|
+
"taxClassificationCode": "233WD5FG00911"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"attributeVOList": null,
|
|
1158
|
+
"brandName": null,
|
|
1159
|
+
"buyGroupCode": null,
|
|
1160
|
+
"buyGroupId": null,
|
|
1161
|
+
"buyGroupName": null,
|
|
1162
|
+
"categoryId": 1862,
|
|
1163
|
+
"categoryName": "通用",
|
|
1164
|
+
"companyId": "41daec4c-baa2-451f-b756-e26067b8657c",
|
|
1165
|
+
"createTime": "2019-03-05 18:15:59.0",
|
|
1166
|
+
"enjoyPreferentialPolicies": 0,
|
|
1167
|
+
"factoryCode": null,
|
|
1168
|
+
"factoryId": null,
|
|
1169
|
+
"factoryName": null,
|
|
1170
|
+
"id": 101203,
|
|
1171
|
+
"internalNumber": "4353245243",
|
|
1172
|
+
"isUalityInspection": 0,
|
|
1173
|
+
"name": "医用棉布纱布条",
|
|
1174
|
+
"preferentialPoliciesType": "",
|
|
1175
|
+
"priceAmount": null,
|
|
1176
|
+
"procurementCycle": null,
|
|
1177
|
+
"shorthand": "布料",
|
|
1178
|
+
"specification": "ZC11D-006",
|
|
1179
|
+
"spuCode": "6000000804084562",
|
|
1180
|
+
"status": 1,
|
|
1181
|
+
"taxCategoryCode": "1234567890123456789",
|
|
1182
|
+
"taxExemptionType": null,
|
|
1183
|
+
"taxId": 5,
|
|
1184
|
+
"taxRate": 3,
|
|
1185
|
+
"unitId": 3,
|
|
1186
|
+
"unitName": "米",
|
|
1187
|
+
"itemType": "通用",
|
|
1188
|
+
"itemNo": "6000000804084562",
|
|
1189
|
+
"itemName": "医用棉布纱布条",
|
|
1190
|
+
"itemModelName": "ZC11D-006",
|
|
1191
|
+
"unit": "米",
|
|
1192
|
+
"priceIncludeTax": 0,
|
|
1193
|
+
"priceExcludeTax": 0,
|
|
1194
|
+
"taxClassificationCode": "1234567890123456789"
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1197
|
+
}
|