Browse Source

更新计划2024-09-06周需求

code4eat 11 months ago
parent
commit
f077181120
27 changed files with 1392 additions and 128 deletions
  1. BIN
      .DS_Store
  2. 259 0
      .VSCodeCounter/2024-08-30_09-54-22/details.md
  3. 15 0
      .VSCodeCounter/2024-08-30_09-54-22/diff-details.md
  4. 2 0
      .VSCodeCounter/2024-08-30_09-54-22/diff.csv
  5. 19 0
      .VSCodeCounter/2024-08-30_09-54-22/diff.md
  6. 22 0
      .VSCodeCounter/2024-08-30_09-54-22/diff.txt
  7. 246 0
      .VSCodeCounter/2024-08-30_09-54-22/results.csv
  8. 0 0
      .VSCodeCounter/2024-08-30_09-54-22/results.json
  9. 126 0
      .VSCodeCounter/2024-08-30_09-54-22/results.md
  10. 373 0
      .VSCodeCounter/2024-08-30_09-54-22/results.txt
  11. 54 33
      src/app.tsx
  12. 2 2
      src/components/KCIMLeftList/index.tsx
  13. 1 4
      src/pages/Home/index.tsx
  14. 3 4
      src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx
  15. 0 1
      src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx
  16. 20 2
      src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx
  17. 45 10
      src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx
  18. 11 1
      src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less
  19. 33 27
      src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx
  20. 38 7
      src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx
  21. 30 20
      src/pages/costAccounting/calcPageTemplate/columns.tsx
  22. 23 3
      src/pages/costAccounting/calcPageTemplate/index.tsx
  23. 3 3
      src/pages/costAccounting/calcPageTemplate/service.ts
  24. 35 5
      src/pages/costAccounting/calcPageTemplate/style.less
  25. 4 1
      src/pages/incomeCollectionAction/index.tsx
  26. 8 1
      src/services/auth.ts
  27. 20 4
      src/utils/format.ts

BIN
.DS_Store


+ 259 - 0
.VSCodeCounter/2024-08-30_09-54-22/details.md

@@ -0,0 +1,259 @@
+# Details
+
+Date : 2024-08-30 09:54:22
+
+Directory /Users/dema/work/CostAccountingSys
+
+Total : 244 files,  42131 codes, 2729 comments, 8303 blanks, all 53163 lines
+
+[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
+
+## Files
+| filename | language | code | comment | blank | total |
+| :--- | :--- | ---: | ---: | ---: | ---: |
+| [.eslintrc.js](/.eslintrc.js) | JavaScript | 3 | 0 | 1 | 4 |
+| [.prettierignore](/.prettierignore) | Ignore | 3 | 0 | 1 | 4 |
+| [.prettierrc](/.prettierrc) | JSON | 8 | 0 | 1 | 9 |
+| [.stylelintrc.js](/.stylelintrc.js) | JavaScript | 3 | 0 | 1 | 4 |
+| [.umirc.ts](/.umirc.ts) | TypeScript | 379 | 14 | 15 | 408 |
+| [README.md](/README.md) | Markdown | 2 | 0 | 2 | 4 |
+| [config/proxy.ts](/config/proxy.ts) | TypeScript | 0 | 8 | 4 | 12 |
+| [mock/home.ts](/mock/home.ts) | TypeScript | 47 | 8 | 5 | 60 |
+| [mock/monthlyData.ts](/mock/monthlyData.ts) | TypeScript | 156 | 8 | 78 | 242 |
+| [mock/monthlyInfo.ts](/mock/monthlyInfo.ts) | TypeScript | 147 | 8 | 50 | 205 |
+| [mock/monthlySet.ts](/mock/monthlySet.ts) | TypeScript | 43 | 8 | 3 | 54 |
+| [mock/userAPI.ts](/mock/userAPI.ts) | TypeScript | 19 | 0 | 2 | 21 |
+| [package.json](/package.json) | JSON | 47 | 0 | 1 | 48 |
+| [src/access.ts](/src/access.ts) | TypeScript | 45 | 12 | 22 | 79 |
+| [src/app.tsx](/src/app.tsx) | TypeScript JSX | 395 | 71 | 117 | 583 |
+| [src/authWrapper.tsx](/src/authWrapper.tsx) | TypeScript JSX | 46 | 12 | 7 | 65 |
+| [src/components/Guide/Guide.less](/src/components/Guide/Guide.less) | Less | 4 | 0 | 1 | 5 |
+| [src/components/Guide/Guide.tsx](/src/components/Guide/Guide.tsx) | TypeScript JSX | 19 | 1 | 4 | 24 |
+| [src/components/Guide/index.ts](/src/components/Guide/index.ts) | TypeScript | 2 | 0 | 1 | 3 |
+| [src/components/KCIMDrawerForm/index.tsx](/src/components/KCIMDrawerForm/index.tsx) | TypeScript JSX | 6 | 9 | 8 | 23 |
+| [src/components/KCIMDrawerForm/style.less](/src/components/KCIMDrawerForm/style.less) | Less | 17 | 0 | 3 | 20 |
+| [src/components/KCIMLeftList/index.tsx](/src/components/KCIMLeftList/index.tsx) | TypeScript JSX | 169 | 61 | 51 | 281 |
+| [src/components/KCIMLeftList/style.less](/src/components/KCIMLeftList/style.less) | Less | 110 | 8 | 20 | 138 |
+| [src/components/KCIMModalForm/index.tsx](/src/components/KCIMModalForm/index.tsx) | TypeScript JSX | 23 | 8 | 11 | 42 |
+| [src/components/KCIMPageContainer/index.tsx](/src/components/KCIMPageContainer/index.tsx) | TypeScript JSX | 75 | 8 | 18 | 101 |
+| [src/components/KCIMPageContainer/style.less](/src/components/KCIMPageContainer/style.less) | Less | 119 | 0 | 19 | 138 |
+| [src/components/KCIMTable/index.tsx](/src/components/KCIMTable/index.tsx) | TypeScript JSX | 40 | 11 | 15 | 66 |
+| [src/components/KCIMTable/style.less](/src/components/KCIMTable/style.less) | Less | 179 | 8 | 50 | 237 |
+| [src/components/KCIMTableSelector/index.tsx](/src/components/KCIMTableSelector/index.tsx) | TypeScript JSX | 144 | 10 | 40 | 194 |
+| [src/components/KCIMTableSelector/style.less](/src/components/KCIMTableSelector/style.less) | Less | 29 | 0 | 4 | 33 |
+| [src/components/KCIMUpload/index.tsx](/src/components/KCIMUpload/index.tsx) | TypeScript JSX | 56 | 9 | 14 | 79 |
+| [src/components/KCIMUpload/style.less](/src/components/KCIMUpload/style.less) | Less | 26 | 0 | 5 | 31 |
+| [src/components/ProgressModal/index.tsx](/src/components/ProgressModal/index.tsx) | TypeScript JSX | 74 | 8 | 11 | 93 |
+| [src/components/ProgressModal/service.ts](/src/components/ProgressModal/service.ts) | TypeScript | 17 | 8 | 9 | 34 |
+| [src/components/ResizableContainer/index.tsx](/src/components/ResizableContainer/index.tsx) | TypeScript JSX | 54 | 8 | 10 | 72 |
+| [src/components/ResizableContainer/style.less](/src/components/ResizableContainer/style.less) | Less | 18 | 0 | 7 | 25 |
+| [src/components/SQLEditor/index.tsx](/src/components/SQLEditor/index.tsx) | TypeScript JSX | 108 | 10 | 15 | 133 |
+| [src/components/SQLEditor/style.less](/src/components/SQLEditor/style.less) | Less | 45 | 8 | 2 | 55 |
+| [src/constant.ts](/src/constant.ts) | TypeScript | 10 | 8 | 2 | 20 |
+| [src/constants/index.ts](/src/constants/index.ts) | TypeScript | 1 | 0 | 1 | 2 |
+| [src/global.less](/src/global.less) | Less | 603 | 51 | 161 | 815 |
+| [src/menuIcons.js](/src/menuIcons.js) | JavaScript | 33 | 24 | 6 | 63 |
+| [src/models/global.ts](/src/models/global.ts) | TypeScript | 10 | 1 | 3 | 14 |
+| [src/pages/404.tsx](/src/pages/404.tsx) | TypeScript JSX | 15 | 8 | 3 | 26 |
+| [src/pages/Home/index.tsx](/src/pages/Home/index.tsx) | TypeScript JSX | 17 | 9 | 7 | 33 |
+| [src/pages/Home/service.ts](/src/pages/Home/service.ts) | TypeScript | 28 | 11 | 22 | 61 |
+| [src/pages/Home/style.less](/src/pages/Home/style.less) | Less | 77 | 8 | 9 | 94 |
+| [src/pages/baseInfoMana/checkGroupMana/index.tsx](/src/pages/baseInfoMana/checkGroupMana/index.tsx) | TypeScript JSX | 207 | 13 | 42 | 262 |
+| [src/pages/baseInfoMana/checkGroupMana/service.ts](/src/pages/baseInfoMana/checkGroupMana/service.ts) | TypeScript | 60 | 13 | 24 | 97 |
+| [src/pages/baseInfoMana/checkGroupMana/style.less](/src/pages/baseInfoMana/checkGroupMana/style.less) | Less | 37 | 0 | 7 | 44 |
+| [src/pages/baseInfoMana/checkGroupMana/tableSelector.tsx](/src/pages/baseInfoMana/checkGroupMana/tableSelector.tsx) | TypeScript JSX | 85 | 6 | 29 | 120 |
+| [src/pages/baseInfoMana/empMana/index.tsx](/src/pages/baseInfoMana/empMana/index.tsx) | TypeScript JSX | 257 | 15 | 48 | 320 |
+| [src/pages/baseInfoMana/empMana/service.ts](/src/pages/baseInfoMana/empMana/service.ts) | TypeScript | 69 | 14 | 24 | 107 |
+| [src/pages/baseInfoMana/empMana/style.less](/src/pages/baseInfoMana/empMana/style.less) | Less | 66 | 0 | 15 | 81 |
+| [src/pages/baseInfoMana/empMana/tableSelector.tsx](/src/pages/baseInfoMana/empMana/tableSelector.tsx) | TypeScript JSX | 203 | 5 | 42 | 250 |
+| [src/pages/baseInfoMana/empMana/transform.tsx](/src/pages/baseInfoMana/empMana/transform.tsx) | TypeScript JSX | 97 | 19 | 19 | 135 |
+| [src/pages/baseInfoMana/unitMana/index.tsx](/src/pages/baseInfoMana/unitMana/index.tsx) | TypeScript JSX | 207 | 13 | 51 | 271 |
+| [src/pages/baseInfoMana/unitMana/service.ts](/src/pages/baseInfoMana/unitMana/service.ts) | TypeScript | 30 | 12 | 21 | 63 |
+| [src/pages/baseInfoMana/unitMana/style.less](/src/pages/baseInfoMana/unitMana/style.less) | Less | 66 | 0 | 13 | 79 |
+| [src/pages/baseInfoMana/unitMana/tableSelector.tsx](/src/pages/baseInfoMana/unitMana/tableSelector.tsx) | TypeScript JSX | 152 | 6 | 40 | 198 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMana/index.tsx](/src/pages/baseSetting/accountingAccountSet/accountingSubMana/index.tsx) | TypeScript JSX | 402 | 9 | 53 | 464 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMana/service.ts](/src/pages/baseSetting/accountingAccountSet/accountingSubMana/service.ts) | TypeScript | 39 | 13 | 31 | 83 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMana/style.less](/src/pages/baseSetting/accountingAccountSet/accountingSubMana/style.less) | Less | 33 | 4 | 6 | 43 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMap/index.tsx](/src/pages/baseSetting/accountingAccountSet/accountingSubMap/index.tsx) | TypeScript JSX | 239 | 14 | 41 | 294 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMap/service.ts](/src/pages/baseSetting/accountingAccountSet/accountingSubMap/service.ts) | TypeScript | 19 | 11 | 25 | 55 |
+| [src/pages/baseSetting/accountingAccountSet/accountingSubMap/style.less](/src/pages/baseSetting/accountingAccountSet/accountingSubMap/style.less) | Less | 37 | 0 | 6 | 43 |
+| [src/pages/baseSetting/accountingAccountSet/chargeItemMap/index.tsx](/src/pages/baseSetting/accountingAccountSet/chargeItemMap/index.tsx) | TypeScript JSX | 359 | 14 | 79 | 452 |
+| [src/pages/baseSetting/accountingAccountSet/chargeItemMap/service.ts](/src/pages/baseSetting/accountingAccountSet/chargeItemMap/service.ts) | TypeScript | 39 | 14 | 24 | 77 |
+| [src/pages/baseSetting/accountingAccountSet/chargeItemMap/style.less](/src/pages/baseSetting/accountingAccountSet/chargeItemMap/style.less) | Less | 224 | 1 | 35 | 260 |
+| [src/pages/baseSetting/accountingAccountSet/chargeItemMap/tableSelector.tsx](/src/pages/baseSetting/accountingAccountSet/chargeItemMap/tableSelector.tsx) | TypeScript JSX | 152 | 6 | 43 | 201 |
+| [src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx](/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx) | TypeScript JSX | 236 | 12 | 45 | 293 |
+| [src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/service.ts](/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/service.ts) | TypeScript | 38 | 13 | 30 | 81 |
+| [src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/style.less](/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/style.less) | Less | 49 | 0 | 8 | 57 |
+| [src/pages/baseSetting/costAllocationSet/allocationLevelSet/index.tsx](/src/pages/baseSetting/costAllocationSet/allocationLevelSet/index.tsx) | TypeScript JSX | 255 | 11 | 45 | 311 |
+| [src/pages/baseSetting/costAllocationSet/allocationLevelSet/service.ts](/src/pages/baseSetting/costAllocationSet/allocationLevelSet/service.ts) | TypeScript | 35 | 12 | 29 | 76 |
+| [src/pages/baseSetting/costAllocationSet/allocationLevelSet/style.less](/src/pages/baseSetting/costAllocationSet/allocationLevelSet/style.less) | Less | 37 | 0 | 6 | 43 |
+| [src/pages/baseSetting/costAllocationSet/allocationParamsMap/editTableModal.tsx](/src/pages/baseSetting/costAllocationSet/allocationParamsMap/editTableModal.tsx) | TypeScript JSX | 161 | 5 | 34 | 200 |
+| [src/pages/baseSetting/costAllocationSet/allocationParamsMap/index.tsx](/src/pages/baseSetting/costAllocationSet/allocationParamsMap/index.tsx) | TypeScript JSX | 359 | 31 | 57 | 447 |
+| [src/pages/baseSetting/costAllocationSet/allocationParamsMap/service.ts](/src/pages/baseSetting/costAllocationSet/allocationParamsMap/service.ts) | TypeScript | 70 | 19 | 47 | 136 |
+| [src/pages/baseSetting/costAllocationSet/allocationParamsMap/style.less](/src/pages/baseSetting/costAllocationSet/allocationParamsMap/style.less) | Less | 78 | 0 | 13 | 91 |
+| [src/pages/baseSetting/costAllocationSet/allocationParamsMap/tableSelector.tsx](/src/pages/baseSetting/costAllocationSet/allocationParamsMap/tableSelector.tsx) | TypeScript JSX | 134 | 7 | 45 | 186 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx](/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx) | TypeScript JSX | 379 | 70 | 52 | 501 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/service.ts](/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/service.ts) | TypeScript | 47 | 14 | 32 | 93 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/style.less](/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/style.less) | Less | 56 | 1 | 8 | 65 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx](/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx) | TypeScript JSX | 258 | 9 | 46 | 313 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/service.ts](/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/service.ts) | TypeScript | 44 | 13 | 31 | 88 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/style.less](/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/style.less) | Less | 37 | 0 | 6 | 43 |
+| [src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/transform.tsx](/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/transform.tsx) | TypeScript JSX | 227 | 9 | 46 | 282 |
+| [src/pages/baseSetting/costAllocationSet/idleCostSetting/index.tsx](/src/pages/baseSetting/costAllocationSet/idleCostSetting/index.tsx) | TypeScript JSX | 297 | 66 | 54 | 417 |
+| [src/pages/baseSetting/costAllocationSet/idleCostSetting/service.ts](/src/pages/baseSetting/costAllocationSet/idleCostSetting/service.ts) | TypeScript | 57 | 15 | 33 | 105 |
+| [src/pages/baseSetting/costAllocationSet/idleCostSetting/style.less](/src/pages/baseSetting/costAllocationSet/idleCostSetting/style.less) | Less | 37 | 0 | 6 | 43 |
+| [src/pages/baseSetting/costAllocationSet/revenueImputationSet/index.tsx](/src/pages/baseSetting/costAllocationSet/revenueImputationSet/index.tsx) | TypeScript JSX | 316 | 9 | 45 | 370 |
+| [src/pages/baseSetting/costAllocationSet/revenueImputationSet/service.ts](/src/pages/baseSetting/costAllocationSet/revenueImputationSet/service.ts) | TypeScript | 47 | 14 | 32 | 93 |
+| [src/pages/baseSetting/costAllocationSet/revenueImputationSet/style.less](/src/pages/baseSetting/costAllocationSet/revenueImputationSet/style.less) | Less | 31 | 0 | 4 | 35 |
+| [src/pages/baseSetting/costAllocationSet/revenueImputationSet/transform.tsx](/src/pages/baseSetting/costAllocationSet/revenueImputationSet/transform.tsx) | TypeScript JSX | 125 | 4 | 27 | 156 |
+| [src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx](/src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx) | TypeScript JSX | 474 | 44 | 120 | 638 |
+| [src/pages/baseSetting/otherItemSet/departmentCostCalc/service.ts](/src/pages/baseSetting/otherItemSet/departmentCostCalc/service.ts) | TypeScript | 74 | 18 | 39 | 131 |
+| [src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less](/src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less) | Less | 121 | 0 | 15 | 136 |
+| [src/pages/baseSetting/otherItemSet/departmentCostCalc/transform.tsx](/src/pages/baseSetting/otherItemSet/departmentCostCalc/transform.tsx) | TypeScript JSX | 235 | 15 | 52 | 302 |
+| [src/pages/baseSetting/otherItemSet/diySqlMana/index.tsx](/src/pages/baseSetting/otherItemSet/diySqlMana/index.tsx) | TypeScript JSX | 317 | 47 | 67 | 431 |
+| [src/pages/baseSetting/otherItemSet/diySqlMana/service.ts](/src/pages/baseSetting/otherItemSet/diySqlMana/service.ts) | TypeScript | 64 | 13 | 33 | 110 |
+| [src/pages/baseSetting/otherItemSet/diySqlMana/style.less](/src/pages/baseSetting/otherItemSet/diySqlMana/style.less) | Less | 81 | 1 | 14 | 96 |
+| [src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx](/src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx) | TypeScript JSX | 531 | 18 | 61 | 610 |
+| [src/pages/baseSetting/otherItemSet/reportItemSet/service.ts](/src/pages/baseSetting/otherItemSet/reportItemSet/service.ts) | TypeScript | 56 | 15 | 33 | 104 |
+| [src/pages/baseSetting/otherItemSet/reportItemSet/style.less](/src/pages/baseSetting/otherItemSet/reportItemSet/style.less) | Less | 44 | 0 | 7 | 51 |
+| [src/pages/baseSetting/otherItemSet/reportItemSet/transform.tsx](/src/pages/baseSetting/otherItemSet/reportItemSet/transform.tsx) | TypeScript JSX | 234 | 17 | 52 | 303 |
+| [src/pages/baseSetting/otherItemSet/reportProjectSetting/index.tsx](/src/pages/baseSetting/otherItemSet/reportProjectSetting/index.tsx) | TypeScript JSX | 277 | 10 | 30 | 317 |
+| [src/pages/baseSetting/otherItemSet/reportProjectSetting/service.js](/src/pages/baseSetting/otherItemSet/reportProjectSetting/service.js) | JavaScript | 30 | 13 | 27 | 70 |
+| [src/pages/baseSetting/otherItemSet/reportProjectSetting/style.less](/src/pages/baseSetting/otherItemSet/reportProjectSetting/style.less) | Less | 77 | 0 | 16 | 93 |
+| [src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/index.tsx](/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/index.tsx) | TypeScript JSX | 244 | 13 | 45 | 302 |
+| [src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/service.ts](/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/service.ts) | TypeScript | 36 | 12 | 29 | 77 |
+| [src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/style.less](/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/style.less) | Less | 37 | 0 | 6 | 43 |
+| [src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index.tsx](/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index.tsx) | TypeScript JSX | 166 | 9 | 34 | 209 |
+| [src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/service.ts](/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/service.ts) | TypeScript | 33 | 12 | 29 | 74 |
+| [src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/style.less](/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/style.less) | Less | 30 | 0 | 4 | 34 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx) | TypeScript JSX | 463 | 12 | 64 | 539 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/service.ts](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/service.ts) | TypeScript | 48 | 15 | 35 | 98 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/style.less](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/style.less) | Less | 49 | 0 | 8 | 57 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index.tsx](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index.tsx) | TypeScript JSX | 187 | 8 | 41 | 236 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/service.ts](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/service.ts) | TypeScript | 19 | 11 | 9 | 39 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/style.less](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/style.less) | Less | 49 | 0 | 8 | 57 |
+| [src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/transform.tsx](/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/transform.tsx) | TypeScript JSX | 121 | 3 | 21 | 145 |
+| [src/pages/costAccounting/calcPageTemplate/columns.tsx](/src/pages/costAccounting/calcPageTemplate/columns.tsx) | TypeScript JSX | 944 | 48 | 38 | 1,030 |
+| [src/pages/costAccounting/calcPageTemplate/config.ts](/src/pages/costAccounting/calcPageTemplate/config.ts) | TypeScript | 375 | 8 | 26 | 409 |
+| [src/pages/costAccounting/calcPageTemplate/index.tsx](/src/pages/costAccounting/calcPageTemplate/index.tsx) | TypeScript JSX | 687 | 16 | 94 | 797 |
+| [src/pages/costAccounting/calcPageTemplate/service.ts](/src/pages/costAccounting/calcPageTemplate/service.ts) | TypeScript | 340 | 22 | 40 | 402 |
+| [src/pages/costAccounting/calcPageTemplate/style.less](/src/pages/costAccounting/calcPageTemplate/style.less) | Less | 39 | 0 | 10 | 49 |
+| [src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/index.tsx](/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/index.tsx) | TypeScript JSX | 303 | 17 | 48 | 368 |
+| [src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/service.ts](/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/service.ts) | TypeScript | 65 | 14 | 32 | 111 |
+| [src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/style.less](/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/style.less) | Less | 49 | 0 | 7 | 56 |
+| [src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/index.tsx](/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/index.tsx) | TypeScript JSX | 299 | 17 | 48 | 364 |
+| [src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/service.ts](/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/service.ts) | TypeScript | 60 | 13 | 30 | 103 |
+| [src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/style.less](/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/style.less) | Less | 49 | 0 | 7 | 56 |
+| [src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/index.tsx](/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/index.tsx) | TypeScript JSX | 331 | 21 | 50 | 402 |
+| [src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/service.ts](/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/service.ts) | TypeScript | 60 | 13 | 30 | 103 |
+| [src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/style.less](/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/style.less) | Less | 49 | 0 | 7 | 56 |
+| [src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/index.tsx](/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/index.tsx) | TypeScript JSX | 481 | 22 | 88 | 591 |
+| [src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/service.ts](/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/service.ts) | TypeScript | 85 | 22 | 42 | 149 |
+| [src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/style.less](/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/style.less) | Less | 223 | 0 | 31 | 254 |
+| [src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/tableSelector.tsx](/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/tableSelector.tsx) | TypeScript JSX | 134 | 6 | 43 | 183 |
+| [src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/index.tsx](/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/index.tsx) | TypeScript JSX | 328 | 17 | 47 | 392 |
+| [src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/service.ts](/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/service.ts) | TypeScript | 54 | 13 | 30 | 97 |
+| [src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/style.less](/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/style.less) | Less | 49 | 0 | 7 | 56 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index.tsx](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index.tsx) | TypeScript JSX | 287 | 9 | 46 | 342 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/service.ts](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/service.ts) | TypeScript | 56 | 14 | 31 | 101 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/style.less](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/style.less) | Less | 49 | 0 | 8 | 57 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/index.tsx](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/index.tsx) | TypeScript JSX | 225 | 16 | 45 | 286 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/service.ts](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/service.ts) | TypeScript | 56 | 13 | 30 | 99 |
+| [src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/style.less](/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/style.less) | Less | 49 | 0 | 8 | 57 |
+| [src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index.tsx](/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index.tsx) | TypeScript JSX | 495 | 11 | 81 | 587 |
+| [src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/service.ts](/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/service.ts) | TypeScript | 83 | 20 | 40 | 143 |
+| [src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/style.less](/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/style.less) | Less | 209 | 0 | 30 | 239 |
+| [src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/tableSelector.tsx](/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/tableSelector.tsx) | TypeScript JSX | 152 | 6 | 43 | 201 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/match.tsx](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/match.tsx) | TypeScript JSX | 455 | 14 | 56 | 525 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/setting.tsx](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/setting.tsx) | TypeScript JSX | 535 | 15 | 56 | 606 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/style.less](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/style.less) | Less | 449 | 7 | 66 | 522 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/tableSelector.tsx](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/tableSelector.tsx) | TypeScript JSX | 145 | 7 | 44 | 196 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/index.tsx](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/index.tsx) | TypeScript JSX | 491 | 28 | 62 | 581 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/service.ts](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/service.ts) | TypeScript | 198 | 41 | 62 | 301 |
+| [src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/style.less](/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/style.less) | Less | 153 | 0 | 25 | 178 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/editTableModal.tsx](/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/editTableModal.tsx) | TypeScript JSX | 139 | 5 | 32 | 176 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/index.tsx](/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/index.tsx) | TypeScript JSX | 367 | 11 | 50 | 428 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/service.ts](/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/service.ts) | TypeScript | 75 | 20 | 51 | 146 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/style.less](/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/style.less) | Less | 78 | 0 | 13 | 91 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/tableSelector.tsx](/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/tableSelector.tsx) | TypeScript JSX | 134 | 7 | 45 | 186 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/index.tsx](/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/index.tsx) | TypeScript JSX | 250 | 11 | 47 | 308 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/service.ts](/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/service.ts) | TypeScript | 51 | 14 | 31 | 96 |
+| [src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/style.less](/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/style.less) | Less | 49 | 0 | 7 | 56 |
+| [src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/drawer.tsx](/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/drawer.tsx) | TypeScript JSX | 388 | 12 | 49 | 449 |
+| [src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/index.tsx](/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/index.tsx) | TypeScript JSX | 364 | 16 | 49 | 429 |
+| [src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/service.ts](/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/service.ts) | TypeScript | 113 | 21 | 49 | 183 |
+| [src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/style.less](/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/style.less) | Less | 212 | 1 | 25 | 238 |
+| [src/pages/costLibraryManagement/reportMana/reportColumnMana/UpDateActBtn.tsx](/src/pages/costLibraryManagement/reportMana/reportColumnMana/UpDateActBtn.tsx) | TypeScript JSX | 329 | 9 | 45 | 383 |
+| [src/pages/costLibraryManagement/reportMana/reportColumnMana/index.tsx](/src/pages/costLibraryManagement/reportMana/reportColumnMana/index.tsx) | TypeScript JSX | 227 | 13 | 49 | 289 |
+| [src/pages/costLibraryManagement/reportMana/reportColumnMana/service.ts](/src/pages/costLibraryManagement/reportMana/reportColumnMana/service.ts) | TypeScript | 100 | 16 | 38 | 154 |
+| [src/pages/costLibraryManagement/reportMana/reportColumnMana/style.less](/src/pages/costLibraryManagement/reportMana/reportColumnMana/style.less) | Less | 64 | 3 | 13 | 80 |
+| [src/pages/costLibraryManagement/reportMana/reportColumnMana/transform.tsx](/src/pages/costLibraryManagement/reportMana/reportColumnMana/transform.tsx) | TypeScript JSX | 110 | 4 | 19 | 133 |
+| [src/pages/costLibraryManagement/reportMana/reportListMana/index.tsx](/src/pages/costLibraryManagement/reportMana/reportListMana/index.tsx) | TypeScript JSX | 460 | 19 | 99 | 578 |
+| [src/pages/costLibraryManagement/reportMana/reportListMana/service.ts](/src/pages/costLibraryManagement/reportMana/reportListMana/service.ts) | TypeScript | 64 | 18 | 36 | 118 |
+| [src/pages/costLibraryManagement/reportMana/reportListMana/style.less](/src/pages/costLibraryManagement/reportMana/reportListMana/style.less) | Less | 223 | 0 | 33 | 256 |
+| [src/pages/costLibraryManagement/reportMana/reportListMana/tableSelector.tsx](/src/pages/costLibraryManagement/reportMana/reportListMana/tableSelector.tsx) | TypeScript JSX | 154 | 6 | 43 | 203 |
+| [src/pages/costLibraryManagement/reportMana/reportNavSet/index.tsx](/src/pages/costLibraryManagement/reportMana/reportNavSet/index.tsx) | TypeScript JSX | 298 | 12 | 50 | 360 |
+| [src/pages/costLibraryManagement/reportMana/reportNavSet/service.ts](/src/pages/costLibraryManagement/reportMana/reportNavSet/service.ts) | TypeScript | 57 | 12 | 31 | 100 |
+| [src/pages/costLibraryManagement/reportMana/reportNavSet/style.less](/src/pages/costLibraryManagement/reportMana/reportNavSet/style.less) | Less | 37 | 0 | 7 | 44 |
+| [src/pages/incomeCollectionAction/index.tsx](/src/pages/incomeCollectionAction/index.tsx) | TypeScript JSX | 305 | 11 | 38 | 354 |
+| [src/pages/incomeCollectionAction/service.ts](/src/pages/incomeCollectionAction/service.ts) | TypeScript | 13 | 2 | 9 | 24 |
+| [src/pages/incomeCollectionAction/style.less](/src/pages/incomeCollectionAction/style.less) | Less | 183 | 0 | 31 | 214 |
+| [src/pages/monthlyInfoCollection/components/leftAndRighrStructure.tsx](/src/pages/monthlyInfoCollection/components/leftAndRighrStructure.tsx) | TypeScript JSX | 346 | 14 | 58 | 418 |
+| [src/pages/monthlyInfoCollection/components/style.less](/src/pages/monthlyInfoCollection/components/style.less) | Less | 153 | 0 | 27 | 180 |
+| [src/pages/monthlyInfoCollection/index.tsx](/src/pages/monthlyInfoCollection/index.tsx) | TypeScript JSX | 176 | 13 | 22 | 211 |
+| [src/pages/monthlyInfoCollection/service.ts](/src/pages/monthlyInfoCollection/service.ts) | TypeScript | 66 | 19 | 33 | 118 |
+| [src/pages/monthlyInfoCollection/style.less](/src/pages/monthlyInfoCollection/style.less) | Less | 49 | 0 | 4 | 53 |
+| [src/pages/monthlyInfoCollection/tableSelector.tsx](/src/pages/monthlyInfoCollection/tableSelector.tsx) | TypeScript JSX | 153 | 2 | 38 | 193 |
+| [src/pages/monthlyInfoSearch/empCostDataImport/index.tsx](/src/pages/monthlyInfoSearch/empCostDataImport/index.tsx) | TypeScript JSX | 200 | 36 | 25 | 261 |
+| [src/pages/monthlyInfoSearch/empCostDataImport/service.js](/src/pages/monthlyInfoSearch/empCostDataImport/service.js) | JavaScript | 39 | 13 | 27 | 79 |
+| [src/pages/monthlyInfoSearch/empCostDataImport/style.less](/src/pages/monthlyInfoSearch/empCostDataImport/style.less) | Less | 84 | 0 | 17 | 101 |
+| [src/pages/monthlyInfoSearch/incomeCostDataImport/index.tsx](/src/pages/monthlyInfoSearch/incomeCostDataImport/index.tsx) | TypeScript JSX | 391 | 56 | 55 | 502 |
+| [src/pages/monthlyInfoSearch/incomeCostDataImport/service.js](/src/pages/monthlyInfoSearch/incomeCostDataImport/service.js) | JavaScript | 62 | 16 | 29 | 107 |
+| [src/pages/monthlyInfoSearch/incomeCostDataImport/style.less](/src/pages/monthlyInfoSearch/incomeCostDataImport/style.less) | Less | 74 | 0 | 16 | 90 |
+| [src/pages/monthlyInfoSearch/incomeCostDataImport/test.html](/src/pages/monthlyInfoSearch/incomeCostDataImport/test.html) | HTML | 20 | 0 | 1 | 21 |
+| [src/pages/monthlyInfoSearch/patientChargeItemsImport/index.tsx](/src/pages/monthlyInfoSearch/patientChargeItemsImport/index.tsx) | TypeScript JSX | 284 | 64 | 32 | 380 |
+| [src/pages/monthlyInfoSearch/patientChargeItemsImport/service.js](/src/pages/monthlyInfoSearch/patientChargeItemsImport/service.js) | JavaScript | 45 | 14 | 28 | 87 |
+| [src/pages/monthlyInfoSearch/patientChargeItemsImport/style.less](/src/pages/monthlyInfoSearch/patientChargeItemsImport/style.less) | Less | 91 | 1 | 17 | 109 |
+| [src/pages/monthlyInfoSearch/patientInfoImport/index.tsx](/src/pages/monthlyInfoSearch/patientInfoImport/index.tsx) | TypeScript JSX | 312 | 54 | 31 | 397 |
+| [src/pages/monthlyInfoSearch/patientInfoImport/service.js](/src/pages/monthlyInfoSearch/patientInfoImport/service.js) | JavaScript | 39 | 13 | 27 | 79 |
+| [src/pages/monthlyInfoSearch/patientInfoImport/style.less](/src/pages/monthlyInfoSearch/patientInfoImport/style.less) | Less | 84 | 1 | 16 | 101 |
+| [src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/index.tsx](/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/index.tsx) | TypeScript JSX | 260 | 29 | 41 | 330 |
+| [src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/service.ts](/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/service.ts) | TypeScript | 43 | 12 | 29 | 84 |
+| [src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/style.less](/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/style.less) | Less | 162 | 0 | 27 | 189 |
+| [src/pages/noAccess/index.tsx](/src/pages/noAccess/index.tsx) | TypeScript JSX | 18 | 9 | 4 | 31 |
+| [src/pages/noAccess/style.less](/src/pages/noAccess/style.less) | Less | 45 | 0 | 4 | 49 |
+| [src/pages/reportExport/report/ExportProgressModal.tsx](/src/pages/reportExport/report/ExportProgressModal.tsx) | TypeScript JSX | 42 | 8 | 11 | 61 |
+| [src/pages/reportExport/report/index.tsx](/src/pages/reportExport/report/index.tsx) | TypeScript JSX | 336 | 52 | 120 | 508 |
+| [src/pages/reportExport/report/service.ts](/src/pages/reportExport/report/service.ts) | TypeScript | 21 | 9 | 19 | 49 |
+| [src/pages/reportExport/report/style.less](/src/pages/reportExport/report/style.less) | Less | 80 | 0 | 9 | 89 |
+| [src/pages/setting/fenyeTemplate/index.tsx](/src/pages/setting/fenyeTemplate/index.tsx) | TypeScript JSX | 304 | 13 | 47 | 364 |
+| [src/pages/setting/fenyeTemplate/service.ts](/src/pages/setting/fenyeTemplate/service.ts) | TypeScript | 47 | 12 | 23 | 82 |
+| [src/pages/setting/fenyeTemplate/style.less](/src/pages/setting/fenyeTemplate/style.less) | Less | 37 | 0 | 7 | 44 |
+| [src/pages/setting/qualitativeOptionsMana/index.tsx](/src/pages/setting/qualitativeOptionsMana/index.tsx) | TypeScript JSX | 286 | 9 | 46 | 341 |
+| [src/pages/setting/qualitativeOptionsMana/service.ts](/src/pages/setting/qualitativeOptionsMana/service.ts) | TypeScript | 62 | 14 | 24 | 100 |
+| [src/pages/setting/qualitativeOptionsMana/style.less](/src/pages/setting/qualitativeOptionsMana/style.less) | Less | 37 | 0 | 7 | 44 |
+| [src/pages/specialDataImport/index.tsx](/src/pages/specialDataImport/index.tsx) | TypeScript JSX | 204 | 9 | 37 | 250 |
+| [src/pages/specialDataImport/service.ts](/src/pages/specialDataImport/service.ts) | TypeScript | 33 | 12 | 26 | 71 |
+| [src/pages/specialDataImport/style.less](/src/pages/specialDataImport/style.less) | Less | 50 | 0 | 7 | 57 |
+| [src/pages/static/index.tsx](/src/pages/static/index.tsx) | TypeScript JSX | 54 | 10 | 21 | 85 |
+| [src/pages/static/service.js](/src/pages/static/service.js) | JavaScript | 45 | 14 | 28 | 87 |
+| [src/pages/static/style.less](/src/pages/static/style.less) | Less | 81 | 0 | 16 | 97 |
+| [src/services/auth.ts](/src/services/auth.ts) | TypeScript | 26 | 12 | 11 | 49 |
+| [src/services/demo/UserController.ts](/src/services/demo/UserController.ts) | TypeScript | 74 | 17 | 6 | 97 |
+| [src/services/demo/index.ts](/src/services/demo/index.ts) | TypeScript | 4 | 2 | 2 | 8 |
+| [src/services/demo/typings.d.ts](/src/services/demo/typings.d.ts) | TypeScript | 48 | 10 | 11 | 69 |
+| [src/services/getDic.ts](/src/services/getDic.ts) | TypeScript | 38 | 12 | 26 | 76 |
+| [src/typings.d.ts](/src/typings.d.ts) | TypeScript | 21 | 10 | 3 | 34 |
+| [src/utils/devicePixelRatio.js](/src/utils/devicePixelRatio.js) | JavaScript | 38 | 27 | 2 | 67 |
+| [src/utils/format.ts](/src/utils/format.ts) | TypeScript | 9 | 10 | 2 | 21 |
+| [src/utils/tableToExcel.ts](/src/utils/tableToExcel.ts) | TypeScript | 42 | 21 | 23 | 86 |
+| [src/utils/tableToMultiHeaderExcel.ts](/src/utils/tableToMultiHeaderExcel.ts) | TypeScript | 221 | 10 | 51 | 282 |
+| [src/utils/tooljs.ts](/src/utils/tooljs.ts) | TypeScript | 220 | 39 | 97 | 356 |
+| [src/utils/zhongtaiA.js](/src/utils/zhongtaiA.js) | JavaScript | 1 | 8 | 0 | 9 |
+| [src/utils/zhongtaiB.js](/src/utils/zhongtaiB.js) | JavaScript | 1 | 8 | 0 | 9 |
+| [src/utils/zhongtaiC.js](/src/utils/zhongtaiC.js) | JavaScript | 1 | 8 | 0 | 9 |
+| [tsconfig.json](/tsconfig.json) | JSON with Comments | 3 | 0 | 1 | 4 |
+| [typings.d.ts](/typings.d.ts) | TypeScript | 8 | 8 | 2 | 18 |
+| [yarn-error.log](/yarn-error.log) | Log | 8,469 | 0 | 1,293 | 9,762 |
+
+[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)

+ 15 - 0
.VSCodeCounter/2024-08-30_09-54-22/diff-details.md

@@ -0,0 +1,15 @@
+# Diff Details
+
+Date : 2024-08-30 09:54:22
+
+Directory /Users/dema/work/CostAccountingSys
+
+Total : 0 files,  0 codes, 0 comments, 0 blanks, all 0 lines
+
+[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
+
+## Files
+| filename | language | code | comment | blank | total |
+| :--- | :--- | ---: | ---: | ---: | ---: |
+
+[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details

+ 2 - 0
.VSCodeCounter/2024-08-30_09-54-22/diff.csv

@@ -0,0 +1,2 @@
+"filename", "language", "", "comment", "blank", "total"
+"Total", "-", , 0, 0, 0

+ 19 - 0
.VSCodeCounter/2024-08-30_09-54-22/diff.md

@@ -0,0 +1,19 @@
+# Diff Summary
+
+Date : 2024-08-30 09:54:22
+
+Directory /Users/dema/work/CostAccountingSys
+
+Total : 0 files,  0 codes, 0 comments, 0 blanks, all 0 lines
+
+[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
+
+## Languages
+| language | files | code | comment | blank | total |
+| :--- | ---: | ---: | ---: | ---: | ---: |
+
+## Directories
+| path | files | code | comment | blank | total |
+| :--- | ---: | ---: | ---: | ---: | ---: |
+
+[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)

+ 22 - 0
.VSCodeCounter/2024-08-30_09-54-22/diff.txt

@@ -0,0 +1,22 @@
+Date : 2024-08-30 09:54:22
+Directory : /Users/dema/work/CostAccountingSys
+Total : 0 files,  0 codes, 0 comments, 0 blanks, all 0 lines
+
+Languages
++----------+------------+------------+------------+------------+------------+
+| language | files      | code       | comment    | blank      | total      |
++----------+------------+------------+------------+------------+------------+
++----------+------------+------------+------------+------------+------------+
+
+Directories
++------+------------+------------+------------+------------+------------+
+| path | files      | code       | comment    | blank      | total      |
++------+------------+------------+------------+------------+------------+
++------+------------+------------+------------+------------+------------+
+
+Files
++----------+----------+------------+------------+------------+------------+
+| filename | language | code       | comment    | blank      | total      |
++----------+----------+------------+------------+------------+------------+
+| Total    |          |          0 |          0 |          0 |          0 |
++----------+----------+------------+------------+------------+------------+

+ 246 - 0
.VSCodeCounter/2024-08-30_09-54-22/results.csv

@@ -0,0 +1,246 @@
+"filename", "language", "TypeScript", "TypeScript JSX", "Less", "JavaScript", "HTML", "JSON with Comments", "JSON", "Markdown", "Ignore", "Log", "comment", "blank", "total"
+"/Users/dema/work/CostAccountingSys/.eslintrc.js", "JavaScript", 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 4
+"/Users/dema/work/CostAccountingSys/.prettierignore", "Ignore", 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 4
+"/Users/dema/work/CostAccountingSys/.prettierrc", "JSON", 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 1, 9
+"/Users/dema/work/CostAccountingSys/.stylelintrc.js", "JavaScript", 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 4
+"/Users/dema/work/CostAccountingSys/.umirc.ts", "TypeScript", 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 15, 408
+"/Users/dema/work/CostAccountingSys/README.md", "Markdown", 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 4
+"/Users/dema/work/CostAccountingSys/config/proxy.ts", "TypeScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 4, 12
+"/Users/dema/work/CostAccountingSys/mock/home.ts", "TypeScript", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 5, 60
+"/Users/dema/work/CostAccountingSys/mock/monthlyData.ts", "TypeScript", 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 78, 242
+"/Users/dema/work/CostAccountingSys/mock/monthlyInfo.ts", "TypeScript", 147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 50, 205
+"/Users/dema/work/CostAccountingSys/mock/monthlySet.ts", "TypeScript", 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 3, 54
+"/Users/dema/work/CostAccountingSys/mock/userAPI.ts", "TypeScript", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21
+"/Users/dema/work/CostAccountingSys/package.json", "JSON", 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 1, 48
+"/Users/dema/work/CostAccountingSys/src/access.ts", "TypeScript", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 22, 79
+"/Users/dema/work/CostAccountingSys/src/app.tsx", "TypeScript JSX", 0, 395, 0, 0, 0, 0, 0, 0, 0, 0, 71, 117, 583
+"/Users/dema/work/CostAccountingSys/src/authWrapper.tsx", "TypeScript JSX", 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 12, 7, 65
+"/Users/dema/work/CostAccountingSys/src/components/Guide/Guide.less", "Less", 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5
+"/Users/dema/work/CostAccountingSys/src/components/Guide/Guide.tsx", "TypeScript JSX", 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 24
+"/Users/dema/work/CostAccountingSys/src/components/Guide/index.ts", "TypeScript", 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3
+"/Users/dema/work/CostAccountingSys/src/components/KCIMDrawerForm/index.tsx", "TypeScript JSX", 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 9, 8, 23
+"/Users/dema/work/CostAccountingSys/src/components/KCIMDrawerForm/style.less", "Less", 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 3, 20
+"/Users/dema/work/CostAccountingSys/src/components/KCIMLeftList/index.tsx", "TypeScript JSX", 0, 169, 0, 0, 0, 0, 0, 0, 0, 0, 61, 51, 281
+"/Users/dema/work/CostAccountingSys/src/components/KCIMLeftList/style.less", "Less", 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 8, 20, 138
+"/Users/dema/work/CostAccountingSys/src/components/KCIMModalForm/index.tsx", "TypeScript JSX", 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 8, 11, 42
+"/Users/dema/work/CostAccountingSys/src/components/KCIMPageContainer/index.tsx", "TypeScript JSX", 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 8, 18, 101
+"/Users/dema/work/CostAccountingSys/src/components/KCIMPageContainer/style.less", "Less", 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 19, 138
+"/Users/dema/work/CostAccountingSys/src/components/KCIMTable/index.tsx", "TypeScript JSX", 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 11, 15, 66
+"/Users/dema/work/CostAccountingSys/src/components/KCIMTable/style.less", "Less", 0, 0, 179, 0, 0, 0, 0, 0, 0, 0, 8, 50, 237
+"/Users/dema/work/CostAccountingSys/src/components/KCIMTableSelector/index.tsx", "TypeScript JSX", 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 10, 40, 194
+"/Users/dema/work/CostAccountingSys/src/components/KCIMTableSelector/style.less", "Less", 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 4, 33
+"/Users/dema/work/CostAccountingSys/src/components/KCIMUpload/index.tsx", "TypeScript JSX", 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 9, 14, 79
+"/Users/dema/work/CostAccountingSys/src/components/KCIMUpload/style.less", "Less", 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 5, 31
+"/Users/dema/work/CostAccountingSys/src/components/ProgressModal/index.tsx", "TypeScript JSX", 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 8, 11, 93
+"/Users/dema/work/CostAccountingSys/src/components/ProgressModal/service.ts", "TypeScript", 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 9, 34
+"/Users/dema/work/CostAccountingSys/src/components/ResizableContainer/index.tsx", "TypeScript JSX", 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 8, 10, 72
+"/Users/dema/work/CostAccountingSys/src/components/ResizableContainer/style.less", "Less", 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 7, 25
+"/Users/dema/work/CostAccountingSys/src/components/SQLEditor/index.tsx", "TypeScript JSX", 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 10, 15, 133
+"/Users/dema/work/CostAccountingSys/src/components/SQLEditor/style.less", "Less", 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 8, 2, 55
+"/Users/dema/work/CostAccountingSys/src/constant.ts", "TypeScript", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 2, 20
+"/Users/dema/work/CostAccountingSys/src/constants/index.ts", "TypeScript", 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2
+"/Users/dema/work/CostAccountingSys/src/global.less", "Less", 0, 0, 603, 0, 0, 0, 0, 0, 0, 0, 51, 161, 815
+"/Users/dema/work/CostAccountingSys/src/menuIcons.js", "JavaScript", 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 24, 6, 63
+"/Users/dema/work/CostAccountingSys/src/models/global.ts", "TypeScript", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 14
+"/Users/dema/work/CostAccountingSys/src/pages/404.tsx", "TypeScript JSX", 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 8, 3, 26
+"/Users/dema/work/CostAccountingSys/src/pages/Home/index.tsx", "TypeScript JSX", 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 33
+"/Users/dema/work/CostAccountingSys/src/pages/Home/service.ts", "TypeScript", 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 22, 61
+"/Users/dema/work/CostAccountingSys/src/pages/Home/style.less", "Less", 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 8, 9, 94
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/index.tsx", "TypeScript JSX", 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 13, 42, 262
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/service.ts", "TypeScript", 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 24, 97
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 7, 44
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/tableSelector.tsx", "TypeScript JSX", 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 6, 29, 120
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/index.tsx", "TypeScript JSX", 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 15, 48, 320
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/service.ts", "TypeScript", 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 24, 107
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/style.less", "Less", 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 15, 81
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/tableSelector.tsx", "TypeScript JSX", 0, 203, 0, 0, 0, 0, 0, 0, 0, 0, 5, 42, 250
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/transform.tsx", "TypeScript JSX", 0, 97, 0, 0, 0, 0, 0, 0, 0, 0, 19, 19, 135
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/index.tsx", "TypeScript JSX", 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 13, 51, 271
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/service.ts", "TypeScript", 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 21, 63
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/style.less", "Less", 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 13, 79
+"/Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/tableSelector.tsx", "TypeScript JSX", 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 6, 40, 198
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/index.tsx", "TypeScript JSX", 0, 402, 0, 0, 0, 0, 0, 0, 0, 0, 9, 53, 464
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/service.ts", "TypeScript", 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 31, 83
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/style.less", "Less", 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 4, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/index.tsx", "TypeScript JSX", 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 14, 41, 294
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/service.ts", "TypeScript", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 25, 55
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/index.tsx", "TypeScript JSX", 0, 359, 0, 0, 0, 0, 0, 0, 0, 0, 14, 79, 452
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/service.ts", "TypeScript", 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 24, 77
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/style.less", "Less", 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 1, 35, 260
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/tableSelector.tsx", "TypeScript JSX", 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43, 201
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx", "TypeScript JSX", 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 12, 45, 293
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/service.ts", "TypeScript", 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 30, 81
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 8, 57
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/index.tsx", "TypeScript JSX", 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 11, 45, 311
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/service.ts", "TypeScript", 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 29, 76
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/editTableModal.tsx", "TypeScript JSX", 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 5, 34, 200
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/index.tsx", "TypeScript JSX", 0, 359, 0, 0, 0, 0, 0, 0, 0, 0, 31, 57, 447
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/service.ts", "TypeScript", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 47, 136
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/style.less", "Less", 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 13, 91
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/tableSelector.tsx", "TypeScript JSX", 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 7, 45, 186
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx", "TypeScript JSX", 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 70, 52, 501
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/service.ts", "TypeScript", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 32, 93
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/style.less", "Less", 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 1, 8, 65
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx", "TypeScript JSX", 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 9, 46, 313
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/service.ts", "TypeScript", 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 31, 88
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/transform.tsx", "TypeScript JSX", 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 9, 46, 282
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/index.tsx", "TypeScript JSX", 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 66, 54, 417
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/service.ts", "TypeScript", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 33, 105
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/index.tsx", "TypeScript JSX", 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 9, 45, 370
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/service.ts", "TypeScript", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 32, 93
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/style.less", "Less", 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 4, 35
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/transform.tsx", "TypeScript JSX", 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 4, 27, 156
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx", "TypeScript JSX", 0, 474, 0, 0, 0, 0, 0, 0, 0, 0, 44, 120, 638
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/service.ts", "TypeScript", 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 39, 131
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less", "Less", 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 15, 136
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/transform.tsx", "TypeScript JSX", 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 15, 52, 302
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/index.tsx", "TypeScript JSX", 0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 47, 67, 431
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/service.ts", "TypeScript", 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 33, 110
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/style.less", "Less", 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 1, 14, 96
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx", "TypeScript JSX", 0, 531, 0, 0, 0, 0, 0, 0, 0, 0, 18, 61, 610
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/service.ts", "TypeScript", 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 33, 104
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/style.less", "Less", 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 7, 51
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/transform.tsx", "TypeScript JSX", 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 17, 52, 303
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/index.tsx", "TypeScript JSX", 0, 277, 0, 0, 0, 0, 0, 0, 0, 0, 10, 30, 317
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/service.js", "JavaScript", 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 13, 27, 70
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/style.less", "Less", 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 16, 93
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/index.tsx", "TypeScript JSX", 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 13, 45, 302
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/service.ts", "TypeScript", 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 29, 77
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index.tsx", "TypeScript JSX", 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 9, 34, 209
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/service.ts", "TypeScript", 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 29, 74
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/style.less", "Less", 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 4, 34
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx", "TypeScript JSX", 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 12, 64, 539
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/service.ts", "TypeScript", 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 35, 98
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 8, 57
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index.tsx", "TypeScript JSX", 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 8, 41, 236
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/service.ts", "TypeScript", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 9, 39
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 8, 57
+"/Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/transform.tsx", "TypeScript JSX", 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 3, 21, 145
+"/Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/columns.tsx", "TypeScript JSX", 0, 944, 0, 0, 0, 0, 0, 0, 0, 0, 48, 38, 1030
+"/Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/config.ts", "TypeScript", 375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 26, 409
+"/Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/index.tsx", "TypeScript JSX", 0, 687, 0, 0, 0, 0, 0, 0, 0, 0, 16, 94, 797
+"/Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/service.ts", "TypeScript", 340, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 40, 402
+"/Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/style.less", "Less", 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 10, 49
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/index.tsx", "TypeScript JSX", 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 17, 48, 368
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/service.ts", "TypeScript", 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 32, 111
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 7, 56
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/index.tsx", "TypeScript JSX", 0, 299, 0, 0, 0, 0, 0, 0, 0, 0, 17, 48, 364
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/service.ts", "TypeScript", 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 30, 103
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 7, 56
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/index.tsx", "TypeScript JSX", 0, 331, 0, 0, 0, 0, 0, 0, 0, 0, 21, 50, 402
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/service.ts", "TypeScript", 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 30, 103
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 7, 56
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/index.tsx", "TypeScript JSX", 0, 481, 0, 0, 0, 0, 0, 0, 0, 0, 22, 88, 591
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/service.ts", "TypeScript", 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 42, 149
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/style.less", "Less", 0, 0, 223, 0, 0, 0, 0, 0, 0, 0, 0, 31, 254
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/tableSelector.tsx", "TypeScript JSX", 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43, 183
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/index.tsx", "TypeScript JSX", 0, 328, 0, 0, 0, 0, 0, 0, 0, 0, 17, 47, 392
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/service.ts", "TypeScript", 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 30, 97
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 7, 56
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index.tsx", "TypeScript JSX", 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 9, 46, 342
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/service.ts", "TypeScript", 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 31, 101
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 8, 57
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/index.tsx", "TypeScript JSX", 0, 225, 0, 0, 0, 0, 0, 0, 0, 0, 16, 45, 286
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/service.ts", "TypeScript", 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 30, 99
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 8, 57
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index.tsx", "TypeScript JSX", 0, 495, 0, 0, 0, 0, 0, 0, 0, 0, 11, 81, 587
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/service.ts", "TypeScript", 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 40, 143
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/style.less", "Less", 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 30, 239
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/tableSelector.tsx", "TypeScript JSX", 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43, 201
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/match.tsx", "TypeScript JSX", 0, 455, 0, 0, 0, 0, 0, 0, 0, 0, 14, 56, 525
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/setting.tsx", "TypeScript JSX", 0, 535, 0, 0, 0, 0, 0, 0, 0, 0, 15, 56, 606
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/style.less", "Less", 0, 0, 449, 0, 0, 0, 0, 0, 0, 0, 7, 66, 522
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/tableSelector.tsx", "TypeScript JSX", 0, 145, 0, 0, 0, 0, 0, 0, 0, 0, 7, 44, 196
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/index.tsx", "TypeScript JSX", 0, 491, 0, 0, 0, 0, 0, 0, 0, 0, 28, 62, 581
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/service.ts", "TypeScript", 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 62, 301
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/style.less", "Less", 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 25, 178
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/editTableModal.tsx", "TypeScript JSX", 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 5, 32, 176
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/index.tsx", "TypeScript JSX", 0, 367, 0, 0, 0, 0, 0, 0, 0, 0, 11, 50, 428
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/service.ts", "TypeScript", 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 51, 146
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/style.less", "Less", 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 13, 91
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/tableSelector.tsx", "TypeScript JSX", 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 7, 45, 186
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/index.tsx", "TypeScript JSX", 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 11, 47, 308
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/service.ts", "TypeScript", 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 31, 96
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 7, 56
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/drawer.tsx", "TypeScript JSX", 0, 388, 0, 0, 0, 0, 0, 0, 0, 0, 12, 49, 449
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/index.tsx", "TypeScript JSX", 0, 364, 0, 0, 0, 0, 0, 0, 0, 0, 16, 49, 429
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/service.ts", "TypeScript", 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 49, 183
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/style.less", "Less", 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 1, 25, 238
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/UpDateActBtn.tsx", "TypeScript JSX", 0, 329, 0, 0, 0, 0, 0, 0, 0, 0, 9, 45, 383
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/index.tsx", "TypeScript JSX", 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 13, 49, 289
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/service.ts", "TypeScript", 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 38, 154
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/style.less", "Less", 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 3, 13, 80
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/transform.tsx", "TypeScript JSX", 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 4, 19, 133
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/index.tsx", "TypeScript JSX", 0, 460, 0, 0, 0, 0, 0, 0, 0, 0, 19, 99, 578
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/service.ts", "TypeScript", 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 36, 118
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/style.less", "Less", 0, 0, 223, 0, 0, 0, 0, 0, 0, 0, 0, 33, 256
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/tableSelector.tsx", "TypeScript JSX", 0, 154, 0, 0, 0, 0, 0, 0, 0, 0, 6, 43, 203
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/index.tsx", "TypeScript JSX", 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 12, 50, 360
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/service.ts", "TypeScript", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 31, 100
+"/Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 7, 44
+"/Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/index.tsx", "TypeScript JSX", 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 11, 38, 354
+"/Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/service.ts", "TypeScript", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 9, 24
+"/Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/style.less", "Less", 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 31, 214
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/components/leftAndRighrStructure.tsx", "TypeScript JSX", 0, 346, 0, 0, 0, 0, 0, 0, 0, 0, 14, 58, 418
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/components/style.less", "Less", 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 27, 180
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/index.tsx", "TypeScript JSX", 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 13, 22, 211
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/service.ts", "TypeScript", 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 33, 118
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/style.less", "Less", 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 4, 53
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/tableSelector.tsx", "TypeScript JSX", 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 2, 38, 193
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/index.tsx", "TypeScript JSX", 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 36, 25, 261
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/service.js", "JavaScript", 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 13, 27, 79
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/style.less", "Less", 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 17, 101
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/index.tsx", "TypeScript JSX", 0, 391, 0, 0, 0, 0, 0, 0, 0, 0, 56, 55, 502
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/service.js", "JavaScript", 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 16, 29, 107
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/style.less", "Less", 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 16, 90
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/test.html", "HTML", 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 1, 21
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/index.tsx", "TypeScript JSX", 0, 284, 0, 0, 0, 0, 0, 0, 0, 0, 64, 32, 380
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/service.js", "JavaScript", 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 14, 28, 87
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/style.less", "Less", 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 1, 17, 109
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/index.tsx", "TypeScript JSX", 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 54, 31, 397
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/service.js", "JavaScript", 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 13, 27, 79
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/style.less", "Less", 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 1, 16, 101
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/index.tsx", "TypeScript JSX", 0, 260, 0, 0, 0, 0, 0, 0, 0, 0, 29, 41, 330
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/service.ts", "TypeScript", 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 29, 84
+"/Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/style.less", "Less", 0, 0, 162, 0, 0, 0, 0, 0, 0, 0, 0, 27, 189
+"/Users/dema/work/CostAccountingSys/src/pages/noAccess/index.tsx", "TypeScript JSX", 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 9, 4, 31
+"/Users/dema/work/CostAccountingSys/src/pages/noAccess/style.less", "Less", 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 4, 49
+"/Users/dema/work/CostAccountingSys/src/pages/reportExport/report/ExportProgressModal.tsx", "TypeScript JSX", 0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 8, 11, 61
+"/Users/dema/work/CostAccountingSys/src/pages/reportExport/report/index.tsx", "TypeScript JSX", 0, 336, 0, 0, 0, 0, 0, 0, 0, 0, 52, 120, 508
+"/Users/dema/work/CostAccountingSys/src/pages/reportExport/report/service.ts", "TypeScript", 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 19, 49
+"/Users/dema/work/CostAccountingSys/src/pages/reportExport/report/style.less", "Less", 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 9, 89
+"/Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/index.tsx", "TypeScript JSX", 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 13, 47, 364
+"/Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/service.ts", "TypeScript", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 23, 82
+"/Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 7, 44
+"/Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/index.tsx", "TypeScript JSX", 0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 9, 46, 341
+"/Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/service.ts", "TypeScript", 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 24, 100
+"/Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/style.less", "Less", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 7, 44
+"/Users/dema/work/CostAccountingSys/src/pages/specialDataImport/index.tsx", "TypeScript JSX", 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 9, 37, 250
+"/Users/dema/work/CostAccountingSys/src/pages/specialDataImport/service.ts", "TypeScript", 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 26, 71
+"/Users/dema/work/CostAccountingSys/src/pages/specialDataImport/style.less", "Less", 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 7, 57
+"/Users/dema/work/CostAccountingSys/src/pages/static/index.tsx", "TypeScript JSX", 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 10, 21, 85
+"/Users/dema/work/CostAccountingSys/src/pages/static/service.js", "JavaScript", 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 14, 28, 87
+"/Users/dema/work/CostAccountingSys/src/pages/static/style.less", "Less", 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 16, 97
+"/Users/dema/work/CostAccountingSys/src/services/auth.ts", "TypeScript", 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 11, 49
+"/Users/dema/work/CostAccountingSys/src/services/demo/UserController.ts", "TypeScript", 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 6, 97
+"/Users/dema/work/CostAccountingSys/src/services/demo/index.ts", "TypeScript", 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 8
+"/Users/dema/work/CostAccountingSys/src/services/demo/typings.d.ts", "TypeScript", 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 11, 69
+"/Users/dema/work/CostAccountingSys/src/services/getDic.ts", "TypeScript", 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 26, 76
+"/Users/dema/work/CostAccountingSys/src/typings.d.ts", "TypeScript", 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 3, 34
+"/Users/dema/work/CostAccountingSys/src/utils/devicePixelRatio.js", "JavaScript", 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 27, 2, 67
+"/Users/dema/work/CostAccountingSys/src/utils/format.ts", "TypeScript", 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 2, 21
+"/Users/dema/work/CostAccountingSys/src/utils/tableToExcel.ts", "TypeScript", 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 23, 86
+"/Users/dema/work/CostAccountingSys/src/utils/tableToMultiHeaderExcel.ts", "TypeScript", 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 51, 282
+"/Users/dema/work/CostAccountingSys/src/utils/tooljs.ts", "TypeScript", 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 97, 356
+"/Users/dema/work/CostAccountingSys/src/utils/zhongtaiA.js", "JavaScript", 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 9
+"/Users/dema/work/CostAccountingSys/src/utils/zhongtaiB.js", "JavaScript", 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 9
+"/Users/dema/work/CostAccountingSys/src/utils/zhongtaiC.js", "JavaScript", 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 9
+"/Users/dema/work/CostAccountingSys/tsconfig.json", "JSON with Comments", 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 4
+"/Users/dema/work/CostAccountingSys/typings.d.ts", "TypeScript", 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 2, 18
+"/Users/dema/work/CostAccountingSys/yarn-error.log", "Log", 0, 0, 0, 0, 0, 0, 0, 0, 0, 8469, 0, 1293, 9762
+"Total", "-", 4716, 22780, 5743, 340, 20, 3, 55, 2, 3, 8469, 2729, 8303, 53163

File diff suppressed because it is too large
+ 0 - 0
.VSCodeCounter/2024-08-30_09-54-22/results.json


+ 126 - 0
.VSCodeCounter/2024-08-30_09-54-22/results.md

@@ -0,0 +1,126 @@
+# Summary
+
+Date : 2024-08-30 09:54:22
+
+Directory /Users/dema/work/CostAccountingSys
+
+Total : 244 files,  42131 codes, 2729 comments, 8303 blanks, all 53163 lines
+
+Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
+
+## Languages
+| language | files | code | comment | blank | total |
+| :--- | ---: | ---: | ---: | ---: | ---: |
+| TypeScript JSX | 92 | 22,780 | 1,576 | 3,993 | 28,349 |
+| Log | 1 | 8,469 | 0 | 1,293 | 9,762 |
+| Less | 63 | 5,743 | 103 | 1,001 | 6,847 |
+| TypeScript | 69 | 4,716 | 892 | 1,833 | 7,441 |
+| JavaScript | 13 | 340 | 158 | 176 | 674 |
+| JSON | 2 | 55 | 0 | 2 | 57 |
+| HTML | 1 | 20 | 0 | 1 | 21 |
+| JSON with Comments | 1 | 3 | 0 | 1 | 4 |
+| Ignore | 1 | 3 | 0 | 1 | 4 |
+| Markdown | 1 | 2 | 0 | 2 | 4 |
+
+## Directories
+| path | files | code | comment | blank | total |
+| :--- | ---: | ---: | ---: | ---: | ---: |
+| . | 244 | 42,131 | 2,729 | 8,303 | 53,163 |
+| . (Files) | 10 | 8,925 | 22 | 1,318 | 10,265 |
+| config | 1 | 0 | 8 | 4 | 12 |
+| mock | 5 | 412 | 32 | 138 | 582 |
+| src | 228 | 32,794 | 2,667 | 6,843 | 42,304 |
+| src (Files) | 7 | 1,153 | 188 | 318 | 1,659 |
+| src/components | 22 | 1,334 | 175 | 318 | 1,827 |
+| src/components/Guide | 3 | 25 | 1 | 6 | 32 |
+| src/components/KCIMDrawerForm | 2 | 23 | 9 | 11 | 43 |
+| src/components/KCIMLeftList | 2 | 279 | 69 | 71 | 419 |
+| src/components/KCIMModalForm | 1 | 23 | 8 | 11 | 42 |
+| src/components/KCIMPageContainer | 2 | 194 | 8 | 37 | 239 |
+| src/components/KCIMTable | 2 | 219 | 19 | 65 | 303 |
+| src/components/KCIMTableSelector | 2 | 173 | 10 | 44 | 227 |
+| src/components/KCIMUpload | 2 | 82 | 9 | 19 | 110 |
+| src/components/ProgressModal | 2 | 91 | 16 | 20 | 127 |
+| src/components/ResizableContainer | 2 | 72 | 8 | 17 | 97 |
+| src/components/SQLEditor | 2 | 153 | 18 | 17 | 188 |
+| src/constants | 1 | 1 | 0 | 1 | 2 |
+| src/models | 1 | 10 | 1 | 3 | 14 |
+| src/pages | 184 | 29,573 | 2,119 | 5,972 | 37,664 |
+| src/pages (Files) | 1 | 15 | 8 | 3 | 26 |
+| src/pages/Home | 3 | 122 | 28 | 38 | 188 |
+| src/pages/baseInfoMana | 13 | 1,536 | 116 | 375 | 2,027 |
+| src/pages/baseInfoMana/checkGroupMana | 4 | 389 | 32 | 102 | 523 |
+| src/pages/baseInfoMana/empMana | 5 | 692 | 53 | 148 | 893 |
+| src/pages/baseInfoMana/unitMana | 4 | 455 | 31 | 125 | 611 |
+| src/pages/baseSetting | 62 | 9,050 | 726 | 2,023 | 11,799 |
+| src/pages/baseSetting/accountingAccountSet | 13 | 1,866 | 111 | 426 | 2,403 |
+| src/pages/baseSetting/accountingAccountSet/accountingSubMana | 3 | 474 | 26 | 90 | 590 |
+| src/pages/baseSetting/accountingAccountSet/accountingSubMap | 3 | 295 | 25 | 72 | 392 |
+| src/pages/baseSetting/accountingAccountSet/chargeItemMap | 4 | 774 | 35 | 181 | 990 |
+| src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana | 3 | 323 | 25 | 83 | 431 |
+| src/pages/baseSetting/costAllocationSet | 22 | 3,087 | 309 | 698 | 4,094 |
+| src/pages/baseSetting/costAllocationSet/allocationLevelSet | 3 | 327 | 23 | 80 | 430 |
+| src/pages/baseSetting/costAllocationSet/allocationParamsMap | 5 | 802 | 62 | 196 | 1,060 |
+| src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal | 3 | 482 | 85 | 92 | 659 |
+| src/pages/baseSetting/costAllocationSet/costAllocationParamsSet | 4 | 566 | 31 | 129 | 726 |
+| src/pages/baseSetting/costAllocationSet/idleCostSetting | 3 | 391 | 81 | 93 | 565 |
+| src/pages/baseSetting/costAllocationSet/revenueImputationSet | 4 | 519 | 27 | 108 | 654 |
+| src/pages/baseSetting/otherItemSet | 20 | 3,161 | 257 | 713 | 4,131 |
+| src/pages/baseSetting/otherItemSet/departmentCostCalc | 4 | 904 | 77 | 226 | 1,207 |
+| src/pages/baseSetting/otherItemSet/diySqlMana | 3 | 462 | 61 | 114 | 637 |
+| src/pages/baseSetting/otherItemSet/reportItemSet | 4 | 865 | 50 | 153 | 1,068 |
+| src/pages/baseSetting/otherItemSet/reportProjectSetting | 3 | 384 | 23 | 73 | 480 |
+| src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting | 3 | 317 | 25 | 80 | 422 |
+| src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet | 3 | 229 | 21 | 67 | 317 |
+| src/pages/baseSetting/responsibilityCenterSet | 7 | 936 | 49 | 186 | 1,171 |
+| src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter | 3 | 560 | 27 | 107 | 694 |
+| src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect | 4 | 376 | 22 | 79 | 477 |
+| src/pages/costAccounting | 5 | 2,385 | 94 | 208 | 2,687 |
+| src/pages/costAccounting/calcPageTemplate | 5 | 2,385 | 94 | 208 | 2,687 |
+| src/pages/costLibraryManagement | 57 | 11,049 | 606 | 2,191 | 13,846 |
+| src/pages/costLibraryManagement/basicCostManagement | 16 | 2,619 | 175 | 547 | 3,341 |
+| src/pages/costLibraryManagement/basicCostManagement/drugCostManagement | 3 | 417 | 31 | 87 | 535 |
+| src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement | 3 | 408 | 30 | 85 | 523 |
+| src/pages/costLibraryManagement/basicCostManagement/materialCostManagement | 3 | 440 | 34 | 87 | 561 |
+| src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana | 4 | 923 | 50 | 204 | 1,177 |
+| src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement | 3 | 431 | 30 | 84 | 545 |
+| src/pages/costLibraryManagement/diseaseCostManagement | 6 | 722 | 52 | 168 | 942 |
+| src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison | 3 | 392 | 23 | 85 | 500 |
+| src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana | 3 | 330 | 29 | 83 | 442 |
+| src/pages/costLibraryManagement/medicalOrderProject | 4 | 939 | 37 | 194 | 1,170 |
+| src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana | 4 | 939 | 37 | 194 | 1,170 |
+| src/pages/costLibraryManagement/projectCostManagement | 19 | 4,646 | 230 | 819 | 5,695 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana | 7 | 2,426 | 112 | 371 | 2,909 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana (Files) | 3 | 842 | 69 | 149 | 1,060 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components | 4 | 1,584 | 43 | 222 | 1,849 |
+| src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet | 5 | 793 | 43 | 191 | 1,027 |
+| src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet | 3 | 350 | 25 | 85 | 460 |
+| src/pages/costLibraryManagement/projectCostManagement/standardProjectMana | 4 | 1,077 | 50 | 172 | 1,299 |
+| src/pages/costLibraryManagement/reportMana | 12 | 2,123 | 112 | 463 | 2,698 |
+| src/pages/costLibraryManagement/reportMana/reportColumnMana | 5 | 830 | 45 | 164 | 1,039 |
+| src/pages/costLibraryManagement/reportMana/reportListMana | 4 | 901 | 43 | 211 | 1,155 |
+| src/pages/costLibraryManagement/reportMana/reportNavSet | 3 | 392 | 24 | 88 | 504 |
+| src/pages/incomeCollectionAction | 3 | 501 | 13 | 78 | 592 |
+| src/pages/monthlyInfoCollection | 6 | 943 | 48 | 182 | 1,173 |
+| src/pages/monthlyInfoCollection (Files) | 4 | 444 | 34 | 97 | 575 |
+| src/pages/monthlyInfoCollection/components | 2 | 499 | 14 | 85 | 598 |
+| src/pages/monthlyInfoSearch | 16 | 2,190 | 309 | 418 | 2,917 |
+| src/pages/monthlyInfoSearch/empCostDataImport | 3 | 323 | 49 | 69 | 441 |
+| src/pages/monthlyInfoSearch/incomeCostDataImport | 4 | 547 | 72 | 101 | 720 |
+| src/pages/monthlyInfoSearch/patientChargeItemsImport | 3 | 420 | 79 | 77 | 576 |
+| src/pages/monthlyInfoSearch/patientInfoImport | 3 | 435 | 68 | 74 | 577 |
+| src/pages/monthlyInfoSearch/wholeHospIncomeAndCost | 3 | 465 | 41 | 97 | 603 |
+| src/pages/noAccess | 2 | 63 | 9 | 8 | 80 |
+| src/pages/reportExport | 4 | 479 | 69 | 159 | 707 |
+| src/pages/reportExport/report | 4 | 479 | 69 | 159 | 707 |
+| src/pages/setting | 6 | 773 | 48 | 154 | 975 |
+| src/pages/setting/fenyeTemplate | 3 | 388 | 25 | 77 | 490 |
+| src/pages/setting/qualitativeOptionsMana | 3 | 385 | 23 | 77 | 485 |
+| src/pages/specialDataImport | 3 | 287 | 21 | 70 | 378 |
+| src/pages/static | 3 | 180 | 24 | 65 | 269 |
+| src/services | 5 | 190 | 53 | 56 | 299 |
+| src/services (Files) | 2 | 64 | 24 | 37 | 125 |
+| src/services/demo | 3 | 126 | 29 | 19 | 174 |
+| src/utils | 8 | 533 | 131 | 175 | 839 |
+
+Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)

+ 373 - 0
.VSCodeCounter/2024-08-30_09-54-22/results.txt

@@ -0,0 +1,373 @@
+Date : 2024-08-30 09:54:22
+Directory : /Users/dema/work/CostAccountingSys
+Total : 244 files,  42131 codes, 2729 comments, 8303 blanks, all 53163 lines
+
+Languages
++--------------------+------------+------------+------------+------------+------------+
+| language           | files      | code       | comment    | blank      | total      |
++--------------------+------------+------------+------------+------------+------------+
+| TypeScript JSX     |         92 |     22,780 |      1,576 |      3,993 |     28,349 |
+| Log                |          1 |      8,469 |          0 |      1,293 |      9,762 |
+| Less               |         63 |      5,743 |        103 |      1,001 |      6,847 |
+| TypeScript         |         69 |      4,716 |        892 |      1,833 |      7,441 |
+| JavaScript         |         13 |        340 |        158 |        176 |        674 |
+| JSON               |          2 |         55 |          0 |          2 |         57 |
+| HTML               |          1 |         20 |          0 |          1 |         21 |
+| JSON with Comments |          1 |          3 |          0 |          1 |          4 |
+| Ignore             |          1 |          3 |          0 |          1 |          4 |
+| Markdown           |          1 |          2 |          0 |          2 |          4 |
++--------------------+------------+------------+------------+------------+------------+
+
+Directories
++---------------------------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
+| path                                                                                                                                  | files      | code       | comment    | blank      | total      |
++---------------------------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
+| .                                                                                                                                     |        244 |     42,131 |      2,729 |      8,303 |     53,163 |
+| . (Files)                                                                                                                             |         10 |      8,925 |         22 |      1,318 |     10,265 |
+| config                                                                                                                                |          1 |          0 |          8 |          4 |         12 |
+| mock                                                                                                                                  |          5 |        412 |         32 |        138 |        582 |
+| src                                                                                                                                   |        228 |     32,794 |      2,667 |      6,843 |     42,304 |
+| src (Files)                                                                                                                           |          7 |      1,153 |        188 |        318 |      1,659 |
+| src/components                                                                                                                        |         22 |      1,334 |        175 |        318 |      1,827 |
+| src/components/Guide                                                                                                                  |          3 |         25 |          1 |          6 |         32 |
+| src/components/KCIMDrawerForm                                                                                                         |          2 |         23 |          9 |         11 |         43 |
+| src/components/KCIMLeftList                                                                                                           |          2 |        279 |         69 |         71 |        419 |
+| src/components/KCIMModalForm                                                                                                          |          1 |         23 |          8 |         11 |         42 |
+| src/components/KCIMPageContainer                                                                                                      |          2 |        194 |          8 |         37 |        239 |
+| src/components/KCIMTable                                                                                                              |          2 |        219 |         19 |         65 |        303 |
+| src/components/KCIMTableSelector                                                                                                      |          2 |        173 |         10 |         44 |        227 |
+| src/components/KCIMUpload                                                                                                             |          2 |         82 |          9 |         19 |        110 |
+| src/components/ProgressModal                                                                                                          |          2 |         91 |         16 |         20 |        127 |
+| src/components/ResizableContainer                                                                                                     |          2 |         72 |          8 |         17 |         97 |
+| src/components/SQLEditor                                                                                                              |          2 |        153 |         18 |         17 |        188 |
+| src/constants                                                                                                                         |          1 |          1 |          0 |          1 |          2 |
+| src/models                                                                                                                            |          1 |         10 |          1 |          3 |         14 |
+| src/pages                                                                                                                             |        184 |     29,573 |      2,119 |      5,972 |     37,664 |
+| src/pages (Files)                                                                                                                     |          1 |         15 |          8 |          3 |         26 |
+| src/pages/Home                                                                                                                        |          3 |        122 |         28 |         38 |        188 |
+| src/pages/baseInfoMana                                                                                                                |         13 |      1,536 |        116 |        375 |      2,027 |
+| src/pages/baseInfoMana/checkGroupMana                                                                                                 |          4 |        389 |         32 |        102 |        523 |
+| src/pages/baseInfoMana/empMana                                                                                                        |          5 |        692 |         53 |        148 |        893 |
+| src/pages/baseInfoMana/unitMana                                                                                                       |          4 |        455 |         31 |        125 |        611 |
+| src/pages/baseSetting                                                                                                                 |         62 |      9,050 |        726 |      2,023 |     11,799 |
+| src/pages/baseSetting/accountingAccountSet                                                                                            |         13 |      1,866 |        111 |        426 |      2,403 |
+| src/pages/baseSetting/accountingAccountSet/accountingSubMana                                                                          |          3 |        474 |         26 |         90 |        590 |
+| src/pages/baseSetting/accountingAccountSet/accountingSubMap                                                                           |          3 |        295 |         25 |         72 |        392 |
+| src/pages/baseSetting/accountingAccountSet/chargeItemMap                                                                              |          4 |        774 |         35 |        181 |        990 |
+| src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana                                                                      |          3 |        323 |         25 |         83 |        431 |
+| src/pages/baseSetting/costAllocationSet                                                                                               |         22 |      3,087 |        309 |        698 |      4,094 |
+| src/pages/baseSetting/costAllocationSet/allocationLevelSet                                                                            |          3 |        327 |         23 |         80 |        430 |
+| src/pages/baseSetting/costAllocationSet/allocationParamsMap                                                                           |          5 |        802 |         62 |        196 |      1,060 |
+| src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal                                                                      |          3 |        482 |         85 |         92 |        659 |
+| src/pages/baseSetting/costAllocationSet/costAllocationParamsSet                                                                       |          4 |        566 |         31 |        129 |        726 |
+| src/pages/baseSetting/costAllocationSet/idleCostSetting                                                                               |          3 |        391 |         81 |         93 |        565 |
+| src/pages/baseSetting/costAllocationSet/revenueImputationSet                                                                          |          4 |        519 |         27 |        108 |        654 |
+| src/pages/baseSetting/otherItemSet                                                                                                    |         20 |      3,161 |        257 |        713 |      4,131 |
+| src/pages/baseSetting/otherItemSet/departmentCostCalc                                                                                 |          4 |        904 |         77 |        226 |      1,207 |
+| src/pages/baseSetting/otherItemSet/diySqlMana                                                                                         |          3 |        462 |         61 |        114 |        637 |
+| src/pages/baseSetting/otherItemSet/reportItemSet                                                                                      |          4 |        865 |         50 |        153 |      1,068 |
+| src/pages/baseSetting/otherItemSet/reportProjectSetting                                                                               |          3 |        384 |         23 |         73 |        480 |
+| src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting                                                                         |          3 |        317 |         25 |         80 |        422 |
+| src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet                                                                          |          3 |        229 |         21 |         67 |        317 |
+| src/pages/baseSetting/responsibilityCenterSet                                                                                         |          7 |        936 |         49 |        186 |      1,171 |
+| src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter                                                                    |          3 |        560 |         27 |        107 |        694 |
+| src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect                                                             |          4 |        376 |         22 |         79 |        477 |
+| src/pages/costAccounting                                                                                                              |          5 |      2,385 |         94 |        208 |      2,687 |
+| src/pages/costAccounting/calcPageTemplate                                                                                             |          5 |      2,385 |         94 |        208 |      2,687 |
+| src/pages/costLibraryManagement                                                                                                       |         57 |     11,049 |        606 |      2,191 |     13,846 |
+| src/pages/costLibraryManagement/basicCostManagement                                                                                   |         16 |      2,619 |        175 |        547 |      3,341 |
+| src/pages/costLibraryManagement/basicCostManagement/drugCostManagement                                                                |          3 |        417 |         31 |         87 |        535 |
+| src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement                                                           |          3 |        408 |         30 |         85 |        523 |
+| src/pages/costLibraryManagement/basicCostManagement/materialCostManagement                                                            |          3 |        440 |         34 |         87 |        561 |
+| src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana                                                       |          4 |        923 |         50 |        204 |      1,177 |
+| src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement                                                               |          3 |        431 |         30 |         84 |        545 |
+| src/pages/costLibraryManagement/diseaseCostManagement                                                                                 |          6 |        722 |         52 |        168 |        942 |
+| src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison                                                      |          3 |        392 |         23 |         85 |        500 |
+| src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana                                                                     |          3 |        330 |         29 |         83 |        442 |
+| src/pages/costLibraryManagement/medicalOrderProject                                                                                   |          4 |        939 |         37 |        194 |      1,170 |
+| src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana                                                           |          4 |        939 |         37 |        194 |      1,170 |
+| src/pages/costLibraryManagement/projectCostManagement                                                                                 |         19 |      4,646 |        230 |        819 |      5,695 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana                                                                 |          7 |      2,426 |        112 |        371 |      2,909 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana (Files)                                                         |          3 |        842 |         69 |        149 |      1,060 |
+| src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components                                                      |          4 |      1,584 |         43 |        222 |      1,849 |
+| src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet                                                             |          5 |        793 |         43 |        191 |      1,027 |
+| src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet                                                           |          3 |        350 |         25 |         85 |        460 |
+| src/pages/costLibraryManagement/projectCostManagement/standardProjectMana                                                             |          4 |      1,077 |         50 |        172 |      1,299 |
+| src/pages/costLibraryManagement/reportMana                                                                                            |         12 |      2,123 |        112 |        463 |      2,698 |
+| src/pages/costLibraryManagement/reportMana/reportColumnMana                                                                           |          5 |        830 |         45 |        164 |      1,039 |
+| src/pages/costLibraryManagement/reportMana/reportListMana                                                                             |          4 |        901 |         43 |        211 |      1,155 |
+| src/pages/costLibraryManagement/reportMana/reportNavSet                                                                               |          3 |        392 |         24 |         88 |        504 |
+| src/pages/incomeCollectionAction                                                                                                      |          3 |        501 |         13 |         78 |        592 |
+| src/pages/monthlyInfoCollection                                                                                                       |          6 |        943 |         48 |        182 |      1,173 |
+| src/pages/monthlyInfoCollection (Files)                                                                                               |          4 |        444 |         34 |         97 |        575 |
+| src/pages/monthlyInfoCollection/components                                                                                            |          2 |        499 |         14 |         85 |        598 |
+| src/pages/monthlyInfoSearch                                                                                                           |         16 |      2,190 |        309 |        418 |      2,917 |
+| src/pages/monthlyInfoSearch/empCostDataImport                                                                                         |          3 |        323 |         49 |         69 |        441 |
+| src/pages/monthlyInfoSearch/incomeCostDataImport                                                                                      |          4 |        547 |         72 |        101 |        720 |
+| src/pages/monthlyInfoSearch/patientChargeItemsImport                                                                                  |          3 |        420 |         79 |         77 |        576 |
+| src/pages/monthlyInfoSearch/patientInfoImport                                                                                         |          3 |        435 |         68 |         74 |        577 |
+| src/pages/monthlyInfoSearch/wholeHospIncomeAndCost                                                                                    |          3 |        465 |         41 |         97 |        603 |
+| src/pages/noAccess                                                                                                                    |          2 |         63 |          9 |          8 |         80 |
+| src/pages/reportExport                                                                                                                |          4 |        479 |         69 |        159 |        707 |
+| src/pages/reportExport/report                                                                                                         |          4 |        479 |         69 |        159 |        707 |
+| src/pages/setting                                                                                                                     |          6 |        773 |         48 |        154 |        975 |
+| src/pages/setting/fenyeTemplate                                                                                                       |          3 |        388 |         25 |         77 |        490 |
+| src/pages/setting/qualitativeOptionsMana                                                                                              |          3 |        385 |         23 |         77 |        485 |
+| src/pages/specialDataImport                                                                                                           |          3 |        287 |         21 |         70 |        378 |
+| src/pages/static                                                                                                                      |          3 |        180 |         24 |         65 |        269 |
+| src/services                                                                                                                          |          5 |        190 |         53 |         56 |        299 |
+| src/services (Files)                                                                                                                  |          2 |         64 |         24 |         37 |        125 |
+| src/services/demo                                                                                                                     |          3 |        126 |         29 |         19 |        174 |
+| src/utils                                                                                                                             |          8 |        533 |        131 |        175 |        839 |
++---------------------------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
+
+Files
++---------------------------------------------------------------------------------------------------------------------------------------+--------------------+------------+------------+------------+------------+
+| filename                                                                                                                              | language           | code       | comment    | blank      | total      |
++---------------------------------------------------------------------------------------------------------------------------------------+--------------------+------------+------------+------------+------------+
+| /Users/dema/work/CostAccountingSys/.eslintrc.js                                                                                       | JavaScript         |          3 |          0 |          1 |          4 |
+| /Users/dema/work/CostAccountingSys/.prettierignore                                                                                    | Ignore             |          3 |          0 |          1 |          4 |
+| /Users/dema/work/CostAccountingSys/.prettierrc                                                                                        | JSON               |          8 |          0 |          1 |          9 |
+| /Users/dema/work/CostAccountingSys/.stylelintrc.js                                                                                    | JavaScript         |          3 |          0 |          1 |          4 |
+| /Users/dema/work/CostAccountingSys/.umirc.ts                                                                                          | TypeScript         |        379 |         14 |         15 |        408 |
+| /Users/dema/work/CostAccountingSys/README.md                                                                                          | Markdown           |          2 |          0 |          2 |          4 |
+| /Users/dema/work/CostAccountingSys/config/proxy.ts                                                                                    | TypeScript         |          0 |          8 |          4 |         12 |
+| /Users/dema/work/CostAccountingSys/mock/home.ts                                                                                       | TypeScript         |         47 |          8 |          5 |         60 |
+| /Users/dema/work/CostAccountingSys/mock/monthlyData.ts                                                                                | TypeScript         |        156 |          8 |         78 |        242 |
+| /Users/dema/work/CostAccountingSys/mock/monthlyInfo.ts                                                                                | TypeScript         |        147 |          8 |         50 |        205 |
+| /Users/dema/work/CostAccountingSys/mock/monthlySet.ts                                                                                 | TypeScript         |         43 |          8 |          3 |         54 |
+| /Users/dema/work/CostAccountingSys/mock/userAPI.ts                                                                                    | TypeScript         |         19 |          0 |          2 |         21 |
+| /Users/dema/work/CostAccountingSys/package.json                                                                                       | JSON               |         47 |          0 |          1 |         48 |
+| /Users/dema/work/CostAccountingSys/src/access.ts                                                                                      | TypeScript         |         45 |         12 |         22 |         79 |
+| /Users/dema/work/CostAccountingSys/src/app.tsx                                                                                        | TypeScript JSX     |        395 |         71 |        117 |        583 |
+| /Users/dema/work/CostAccountingSys/src/authWrapper.tsx                                                                                | TypeScript JSX     |         46 |         12 |          7 |         65 |
+| /Users/dema/work/CostAccountingSys/src/components/Guide/Guide.less                                                                    | Less               |          4 |          0 |          1 |          5 |
+| /Users/dema/work/CostAccountingSys/src/components/Guide/Guide.tsx                                                                     | TypeScript JSX     |         19 |          1 |          4 |         24 |
+| /Users/dema/work/CostAccountingSys/src/components/Guide/index.ts                                                                      | TypeScript         |          2 |          0 |          1 |          3 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMDrawerForm/index.tsx                                                            | TypeScript JSX     |          6 |          9 |          8 |         23 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMDrawerForm/style.less                                                           | Less               |         17 |          0 |          3 |         20 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMLeftList/index.tsx                                                              | TypeScript JSX     |        169 |         61 |         51 |        281 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMLeftList/style.less                                                             | Less               |        110 |          8 |         20 |        138 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMModalForm/index.tsx                                                             | TypeScript JSX     |         23 |          8 |         11 |         42 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMPageContainer/index.tsx                                                         | TypeScript JSX     |         75 |          8 |         18 |        101 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMPageContainer/style.less                                                        | Less               |        119 |          0 |         19 |        138 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMTable/index.tsx                                                                 | TypeScript JSX     |         40 |         11 |         15 |         66 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMTable/style.less                                                                | Less               |        179 |          8 |         50 |        237 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMTableSelector/index.tsx                                                         | TypeScript JSX     |        144 |         10 |         40 |        194 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMTableSelector/style.less                                                        | Less               |         29 |          0 |          4 |         33 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMUpload/index.tsx                                                                | TypeScript JSX     |         56 |          9 |         14 |         79 |
+| /Users/dema/work/CostAccountingSys/src/components/KCIMUpload/style.less                                                               | Less               |         26 |          0 |          5 |         31 |
+| /Users/dema/work/CostAccountingSys/src/components/ProgressModal/index.tsx                                                             | TypeScript JSX     |         74 |          8 |         11 |         93 |
+| /Users/dema/work/CostAccountingSys/src/components/ProgressModal/service.ts                                                            | TypeScript         |         17 |          8 |          9 |         34 |
+| /Users/dema/work/CostAccountingSys/src/components/ResizableContainer/index.tsx                                                        | TypeScript JSX     |         54 |          8 |         10 |         72 |
+| /Users/dema/work/CostAccountingSys/src/components/ResizableContainer/style.less                                                       | Less               |         18 |          0 |          7 |         25 |
+| /Users/dema/work/CostAccountingSys/src/components/SQLEditor/index.tsx                                                                 | TypeScript JSX     |        108 |         10 |         15 |        133 |
+| /Users/dema/work/CostAccountingSys/src/components/SQLEditor/style.less                                                                | Less               |         45 |          8 |          2 |         55 |
+| /Users/dema/work/CostAccountingSys/src/constant.ts                                                                                    | TypeScript         |         10 |          8 |          2 |         20 |
+| /Users/dema/work/CostAccountingSys/src/constants/index.ts                                                                             | TypeScript         |          1 |          0 |          1 |          2 |
+| /Users/dema/work/CostAccountingSys/src/global.less                                                                                    | Less               |        603 |         51 |        161 |        815 |
+| /Users/dema/work/CostAccountingSys/src/menuIcons.js                                                                                   | JavaScript         |         33 |         24 |          6 |         63 |
+| /Users/dema/work/CostAccountingSys/src/models/global.ts                                                                               | TypeScript         |         10 |          1 |          3 |         14 |
+| /Users/dema/work/CostAccountingSys/src/pages/404.tsx                                                                                  | TypeScript JSX     |         15 |          8 |          3 |         26 |
+| /Users/dema/work/CostAccountingSys/src/pages/Home/index.tsx                                                                           | TypeScript JSX     |         17 |          9 |          7 |         33 |
+| /Users/dema/work/CostAccountingSys/src/pages/Home/service.ts                                                                          | TypeScript         |         28 |         11 |         22 |         61 |
+| /Users/dema/work/CostAccountingSys/src/pages/Home/style.less                                                                          | Less               |         77 |          8 |          9 |         94 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/index.tsx                                                    | TypeScript JSX     |        207 |         13 |         42 |        262 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/service.ts                                                   | TypeScript         |         60 |         13 |         24 |         97 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/style.less                                                   | Less               |         37 |          0 |          7 |         44 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/checkGroupMana/tableSelector.tsx                                            | TypeScript JSX     |         85 |          6 |         29 |        120 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/index.tsx                                                           | TypeScript JSX     |        257 |         15 |         48 |        320 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/service.ts                                                          | TypeScript         |         69 |         14 |         24 |        107 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/style.less                                                          | Less               |         66 |          0 |         15 |         81 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/tableSelector.tsx                                                   | TypeScript JSX     |        203 |          5 |         42 |        250 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/empMana/transform.tsx                                                       | TypeScript JSX     |         97 |         19 |         19 |        135 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/index.tsx                                                          | TypeScript JSX     |        207 |         13 |         51 |        271 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/service.ts                                                         | TypeScript         |         30 |         12 |         21 |         63 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/style.less                                                         | Less               |         66 |          0 |         13 |         79 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseInfoMana/unitMana/tableSelector.tsx                                                  | TypeScript JSX     |        152 |          6 |         40 |        198 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/index.tsx                             | TypeScript JSX     |        402 |          9 |         53 |        464 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/service.ts                            | TypeScript         |         39 |         13 |         31 |         83 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMana/style.less                            | Less               |         33 |          4 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/index.tsx                              | TypeScript JSX     |        239 |         14 |         41 |        294 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/service.ts                             | TypeScript         |         19 |         11 |         25 |         55 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/accountingSubMap/style.less                             | Less               |         37 |          0 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/index.tsx                                 | TypeScript JSX     |        359 |         14 |         79 |        452 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/service.ts                                | TypeScript         |         39 |         14 |         24 |         77 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/style.less                                | Less               |        224 |          1 |         35 |        260 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/chargeItemMap/tableSelector.tsx                         | TypeScript JSX     |        152 |          6 |         43 |        201 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx                         | TypeScript JSX     |        236 |         12 |         45 |        293 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/service.ts                        | TypeScript         |         38 |         13 |         30 |         81 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/style.less                        | Less               |         49 |          0 |          8 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/index.tsx                               | TypeScript JSX     |        255 |         11 |         45 |        311 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/service.ts                              | TypeScript         |         35 |         12 |         29 |         76 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationLevelSet/style.less                              | Less               |         37 |          0 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/editTableModal.tsx                     | TypeScript JSX     |        161 |          5 |         34 |        200 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/index.tsx                              | TypeScript JSX     |        359 |         31 |         57 |        447 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/service.ts                             | TypeScript         |         70 |         19 |         47 |        136 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/style.less                             | Less               |         78 |          0 |         13 |         91 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/allocationParamsMap/tableSelector.tsx                      | TypeScript JSX     |        134 |          7 |         45 |        186 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx                         | TypeScript JSX     |        379 |         70 |         52 |        501 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/service.ts                        | TypeScript         |         47 |         14 |         32 |         93 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/style.less                        | Less               |         56 |          1 |          8 |         65 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx                          | TypeScript JSX     |        258 |          9 |         46 |        313 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/service.ts                         | TypeScript         |         44 |         13 |         31 |         88 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/style.less                         | Less               |         37 |          0 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/transform.tsx                      | TypeScript JSX     |        227 |          9 |         46 |        282 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/index.tsx                                  | TypeScript JSX     |        297 |         66 |         54 |        417 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/service.ts                                 | TypeScript         |         57 |         15 |         33 |        105 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/idleCostSetting/style.less                                 | Less               |         37 |          0 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/index.tsx                             | TypeScript JSX     |        316 |          9 |         45 |        370 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/service.ts                            | TypeScript         |         47 |         14 |         32 |         93 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/style.less                            | Less               |         31 |          0 |          4 |         35 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/costAllocationSet/revenueImputationSet/transform.tsx                         | TypeScript JSX     |        125 |          4 |         27 |        156 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx                                    | TypeScript JSX     |        474 |         44 |        120 |        638 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/service.ts                                   | TypeScript         |         74 |         18 |         39 |        131 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less                                   | Less               |        121 |          0 |         15 |        136 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/departmentCostCalc/transform.tsx                                | TypeScript JSX     |        235 |         15 |         52 |        302 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/index.tsx                                            | TypeScript JSX     |        317 |         47 |         67 |        431 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/service.ts                                           | TypeScript         |         64 |         13 |         33 |        110 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/diySqlMana/style.less                                           | Less               |         81 |          1 |         14 |         96 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx                                         | TypeScript JSX     |        531 |         18 |         61 |        610 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/service.ts                                        | TypeScript         |         56 |         15 |         33 |        104 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/style.less                                        | Less               |         44 |          0 |          7 |         51 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportItemSet/transform.tsx                                     | TypeScript JSX     |        234 |         17 |         52 |        303 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/index.tsx                                  | TypeScript JSX     |        277 |         10 |         30 |        317 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/service.js                                 | JavaScript         |         30 |         13 |         27 |         70 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/reportProjectSetting/style.less                                 | Less               |         77 |          0 |         16 |         93 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/index.tsx                            | TypeScript JSX     |        244 |         13 |         45 |        302 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/service.ts                           | TypeScript         |         36 |         12 |         29 |         77 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/visitsAndBedDayCostSetting/style.less                           | Less               |         37 |          0 |          6 |         43 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index.tsx                             | TypeScript JSX     |        166 |          9 |         34 |        209 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/service.ts                            | TypeScript         |         33 |         12 |         29 |         74 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/otherItemSet/wholeHospCostAndIncomeSet/style.less                            | Less               |         30 |          0 |          4 |         34 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx                       | TypeScript JSX     |        463 |         12 |         64 |        539 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/service.ts                      | TypeScript         |         48 |         15 |         35 |         98 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/style.less                      | Less               |         49 |          0 |          8 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index.tsx                | TypeScript JSX     |        187 |          8 |         41 |        236 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/service.ts               | TypeScript         |         19 |         11 |          9 |         39 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/style.less               | Less               |         49 |          0 |          8 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/baseSetting/responsibilityCenterSet/responsibilityCenterConnect/transform.tsx            | TypeScript JSX     |        121 |          3 |         21 |        145 |
+| /Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/columns.tsx                                              | TypeScript JSX     |        944 |         48 |         38 |      1,030 |
+| /Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/config.ts                                                | TypeScript         |        375 |          8 |         26 |        409 |
+| /Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/index.tsx                                                | TypeScript JSX     |        687 |         16 |         94 |        797 |
+| /Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/service.ts                                               | TypeScript         |        340 |         22 |         40 |        402 |
+| /Users/dema/work/CostAccountingSys/src/pages/costAccounting/calcPageTemplate/style.less                                               | Less               |         39 |          0 |         10 |         49 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/index.tsx                   | TypeScript JSX     |        303 |         17 |         48 |        368 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/service.ts                  | TypeScript         |         65 |         14 |         32 |        111 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/drugCostManagement/style.less                  | Less               |         49 |          0 |          7 |         56 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/index.tsx              | TypeScript JSX     |        299 |         17 |         48 |        364 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/service.ts             | TypeScript         |         60 |         13 |         30 |        103 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/equipmentCostManagement/style.less             | Less               |         49 |          0 |          7 |         56 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/index.tsx               | TypeScript JSX     |        331 |         21 |         50 |        402 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/service.ts              | TypeScript         |         60 |         13 |         30 |        103 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/materialCostManagement/style.less              | Less               |         49 |          0 |          7 |         56 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/index.tsx          | TypeScript JSX     |        481 |         22 |         88 |        591 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/service.ts         | TypeScript         |         85 |         22 |         42 |        149 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/style.less         | Less               |        223 |          0 |         31 |        254 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/personnelClassificationMana/tableSelector.tsx  | TypeScript JSX     |        134 |          6 |         43 |        183 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/index.tsx                  | TypeScript JSX     |        328 |         17 |         47 |        392 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/service.ts                 | TypeScript         |         54 |         13 |         30 |         97 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/basicCostManagement/spaceCostManagement/style.less                 | Less               |         49 |          0 |          7 |         56 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index.tsx         | TypeScript JSX     |        287 |          9 |         46 |        342 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/service.ts        | TypeScript         |         56 |         14 |         31 |        101 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/style.less        | Less               |         49 |          0 |          8 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/index.tsx                        | TypeScript JSX     |        225 |         16 |         45 |        286 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/service.ts                       | TypeScript         |         56 |         13 |         30 |         99 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/diseaseCostManagement/diseaseMana/style.less                       | Less               |         49 |          0 |          8 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index.tsx              | TypeScript JSX     |        495 |         11 |         81 |        587 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/service.ts             | TypeScript         |         83 |         20 |         40 |        143 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/style.less             | Less               |        209 |          0 |         30 |        239 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/tableSelector.tsx      | TypeScript JSX     |        152 |          6 |         43 |        201 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/match.tsx         | TypeScript JSX     |        455 |         14 |         56 |        525 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/setting.tsx       | TypeScript JSX     |        535 |         15 |         56 |        606 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/style.less        | Less               |        449 |          7 |         66 |        522 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/components/tableSelector.tsx | TypeScript JSX     |        145 |          7 |         44 |        196 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/index.tsx                    | TypeScript JSX     |        491 |         28 |         62 |        581 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/service.ts                   | TypeScript         |        198 |         41 |         62 |        301 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/chargeItemsMana/style.less                   | Less               |        153 |          0 |         25 |        178 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/editTableModal.tsx       | TypeScript JSX     |        139 |          5 |         32 |        176 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/index.tsx                | TypeScript JSX     |        367 |         11 |         50 |        428 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/service.ts               | TypeScript         |         75 |         20 |         51 |        146 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/style.less               | Less               |         78 |          0 |         13 |         91 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectCostShareSet/tableSelector.tsx        | TypeScript JSX     |        134 |          7 |         45 |        186 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/index.tsx              | TypeScript JSX     |        250 |         11 |         47 |        308 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/service.ts             | TypeScript         |         51 |         14 |         31 |         96 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/projectShareParamsSet/style.less             | Less               |         49 |          0 |          7 |         56 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/drawer.tsx               | TypeScript JSX     |        388 |         12 |         49 |        449 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/index.tsx                | TypeScript JSX     |        364 |         16 |         49 |        429 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/service.ts               | TypeScript         |        113 |         21 |         49 |        183 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/projectCostManagement/standardProjectMana/style.less               | Less               |        212 |          1 |         25 |        238 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/UpDateActBtn.tsx                       | TypeScript JSX     |        329 |          9 |         45 |        383 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/index.tsx                              | TypeScript JSX     |        227 |         13 |         49 |        289 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/service.ts                             | TypeScript         |        100 |         16 |         38 |        154 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/style.less                             | Less               |         64 |          3 |         13 |         80 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportColumnMana/transform.tsx                          | TypeScript JSX     |        110 |          4 |         19 |        133 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/index.tsx                                | TypeScript JSX     |        460 |         19 |         99 |        578 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/service.ts                               | TypeScript         |         64 |         18 |         36 |        118 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/style.less                               | Less               |        223 |          0 |         33 |        256 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportListMana/tableSelector.tsx                        | TypeScript JSX     |        154 |          6 |         43 |        203 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/index.tsx                                  | TypeScript JSX     |        298 |         12 |         50 |        360 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/service.ts                                 | TypeScript         |         57 |         12 |         31 |        100 |
+| /Users/dema/work/CostAccountingSys/src/pages/costLibraryManagement/reportMana/reportNavSet/style.less                                 | Less               |         37 |          0 |          7 |         44 |
+| /Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/index.tsx                                                         | TypeScript JSX     |        305 |         11 |         38 |        354 |
+| /Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/service.ts                                                        | TypeScript         |         13 |          2 |          9 |         24 |
+| /Users/dema/work/CostAccountingSys/src/pages/incomeCollectionAction/style.less                                                        | Less               |        183 |          0 |         31 |        214 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/components/leftAndRighrStructure.tsx                               | TypeScript JSX     |        346 |         14 |         58 |        418 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/components/style.less                                              | Less               |        153 |          0 |         27 |        180 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/index.tsx                                                          | TypeScript JSX     |        176 |         13 |         22 |        211 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/service.ts                                                         | TypeScript         |         66 |         19 |         33 |        118 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/style.less                                                         | Less               |         49 |          0 |          4 |         53 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoCollection/tableSelector.tsx                                                  | TypeScript JSX     |        153 |          2 |         38 |        193 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/index.tsx                                            | TypeScript JSX     |        200 |         36 |         25 |        261 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/service.js                                           | JavaScript         |         39 |         13 |         27 |         79 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/empCostDataImport/style.less                                           | Less               |         84 |          0 |         17 |        101 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/index.tsx                                         | TypeScript JSX     |        391 |         56 |         55 |        502 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/service.js                                        | JavaScript         |         62 |         16 |         29 |        107 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/style.less                                        | Less               |         74 |          0 |         16 |         90 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/incomeCostDataImport/test.html                                         | HTML               |         20 |          0 |          1 |         21 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/index.tsx                                     | TypeScript JSX     |        284 |         64 |         32 |        380 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/service.js                                    | JavaScript         |         45 |         14 |         28 |         87 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientChargeItemsImport/style.less                                    | Less               |         91 |          1 |         17 |        109 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/index.tsx                                            | TypeScript JSX     |        312 |         54 |         31 |        397 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/service.js                                           | JavaScript         |         39 |         13 |         27 |         79 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/patientInfoImport/style.less                                           | Less               |         84 |          1 |         16 |        101 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/index.tsx                                       | TypeScript JSX     |        260 |         29 |         41 |        330 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/service.ts                                      | TypeScript         |         43 |         12 |         29 |         84 |
+| /Users/dema/work/CostAccountingSys/src/pages/monthlyInfoSearch/wholeHospIncomeAndCost/style.less                                      | Less               |        162 |          0 |         27 |        189 |
+| /Users/dema/work/CostAccountingSys/src/pages/noAccess/index.tsx                                                                       | TypeScript JSX     |         18 |          9 |          4 |         31 |
+| /Users/dema/work/CostAccountingSys/src/pages/noAccess/style.less                                                                      | Less               |         45 |          0 |          4 |         49 |
+| /Users/dema/work/CostAccountingSys/src/pages/reportExport/report/ExportProgressModal.tsx                                              | TypeScript JSX     |         42 |          8 |         11 |         61 |
+| /Users/dema/work/CostAccountingSys/src/pages/reportExport/report/index.tsx                                                            | TypeScript JSX     |        336 |         52 |        120 |        508 |
+| /Users/dema/work/CostAccountingSys/src/pages/reportExport/report/service.ts                                                           | TypeScript         |         21 |          9 |         19 |         49 |
+| /Users/dema/work/CostAccountingSys/src/pages/reportExport/report/style.less                                                           | Less               |         80 |          0 |          9 |         89 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/index.tsx                                                          | TypeScript JSX     |        304 |         13 |         47 |        364 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/service.ts                                                         | TypeScript         |         47 |         12 |         23 |         82 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/fenyeTemplate/style.less                                                         | Less               |         37 |          0 |          7 |         44 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/index.tsx                                                 | TypeScript JSX     |        286 |          9 |         46 |        341 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/service.ts                                                | TypeScript         |         62 |         14 |         24 |        100 |
+| /Users/dema/work/CostAccountingSys/src/pages/setting/qualitativeOptionsMana/style.less                                                | Less               |         37 |          0 |          7 |         44 |
+| /Users/dema/work/CostAccountingSys/src/pages/specialDataImport/index.tsx                                                              | TypeScript JSX     |        204 |          9 |         37 |        250 |
+| /Users/dema/work/CostAccountingSys/src/pages/specialDataImport/service.ts                                                             | TypeScript         |         33 |         12 |         26 |         71 |
+| /Users/dema/work/CostAccountingSys/src/pages/specialDataImport/style.less                                                             | Less               |         50 |          0 |          7 |         57 |
+| /Users/dema/work/CostAccountingSys/src/pages/static/index.tsx                                                                         | TypeScript JSX     |         54 |         10 |         21 |         85 |
+| /Users/dema/work/CostAccountingSys/src/pages/static/service.js                                                                        | JavaScript         |         45 |         14 |         28 |         87 |
+| /Users/dema/work/CostAccountingSys/src/pages/static/style.less                                                                        | Less               |         81 |          0 |         16 |         97 |
+| /Users/dema/work/CostAccountingSys/src/services/auth.ts                                                                               | TypeScript         |         26 |         12 |         11 |         49 |
+| /Users/dema/work/CostAccountingSys/src/services/demo/UserController.ts                                                                | TypeScript         |         74 |         17 |          6 |         97 |
+| /Users/dema/work/CostAccountingSys/src/services/demo/index.ts                                                                         | TypeScript         |          4 |          2 |          2 |          8 |
+| /Users/dema/work/CostAccountingSys/src/services/demo/typings.d.ts                                                                     | TypeScript         |         48 |         10 |         11 |         69 |
+| /Users/dema/work/CostAccountingSys/src/services/getDic.ts                                                                             | TypeScript         |         38 |         12 |         26 |         76 |
+| /Users/dema/work/CostAccountingSys/src/typings.d.ts                                                                                   | TypeScript         |         21 |         10 |          3 |         34 |
+| /Users/dema/work/CostAccountingSys/src/utils/devicePixelRatio.js                                                                      | JavaScript         |         38 |         27 |          2 |         67 |
+| /Users/dema/work/CostAccountingSys/src/utils/format.ts                                                                                | TypeScript         |          9 |         10 |          2 |         21 |
+| /Users/dema/work/CostAccountingSys/src/utils/tableToExcel.ts                                                                          | TypeScript         |         42 |         21 |         23 |         86 |
+| /Users/dema/work/CostAccountingSys/src/utils/tableToMultiHeaderExcel.ts                                                               | TypeScript         |        221 |         10 |         51 |        282 |
+| /Users/dema/work/CostAccountingSys/src/utils/tooljs.ts                                                                                | TypeScript         |        220 |         39 |         97 |        356 |
+| /Users/dema/work/CostAccountingSys/src/utils/zhongtaiA.js                                                                             | JavaScript         |          1 |          8 |          0 |          9 |
+| /Users/dema/work/CostAccountingSys/src/utils/zhongtaiB.js                                                                             | JavaScript         |          1 |          8 |          0 |          9 |
+| /Users/dema/work/CostAccountingSys/src/utils/zhongtaiC.js                                                                             | JavaScript         |          1 |          8 |          0 |          9 |
+| /Users/dema/work/CostAccountingSys/tsconfig.json                                                                                      | JSON with Comments |          3 |          0 |          1 |          4 |
+| /Users/dema/work/CostAccountingSys/typings.d.ts                                                                                       | TypeScript         |          8 |          8 |          2 |         18 |
+| /Users/dema/work/CostAccountingSys/yarn-error.log                                                                                     | Log                |      8,469 |          0 |      1,293 |      9,762 |
+| Total                                                                                                                                 |                    |     42,131 |      2,729 |      8,303 |     53,163 |
++---------------------------------------------------------------------------------------------------------------------------------------+--------------------+------------+------------+------------+------------+

+ 54 - 33
src/app.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2022-12-14 14:14:32
  * @Date: 2022-12-14 14:14:32
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-23 15:29:07
+ * @LastEditTime: 2024-09-06 11:30:19
  * @FilePath: /BudgetManaSystem/src/app.ts
  * @FilePath: /BudgetManaSystem/src/app.ts
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -27,7 +27,7 @@ import Static from './pages/static/index';
 import DevicePixelRatio from './utils/devicePixelRatio.js';
 import DevicePixelRatio from './utils/devicePixelRatio.js';
 
 
 import Icon, { createFromIconfontCN, FolderOutlined } from '@ant-design/icons';
 import Icon, { createFromIconfontCN, FolderOutlined } from '@ant-design/icons';
-import { getPlatformMenu } from '@/services/auth';
+import { getLastComputeDate, getPlatformMenu } from '@/services/auth';
 import { JSXElementConstructor, Key, ReactElement, ReactFragment, ReactPortal, useEffect, useRef, useState } from 'react';
 import { JSXElementConstructor, Key, ReactElement, ReactFragment, ReactPortal, useEffect, useRef, useState } from 'react';
 
 
 
 
@@ -154,12 +154,33 @@ const findItemByKey: any = (tree: any[], key: string, keyName: string) => {
 export async function getInitialState(): Promise<{
 export async function getInitialState(): Promise<{
   isCollapsed: boolean, spacicalPageParamsType?: any[], userData: UserData, memuData: any[], computeDate: string
   isCollapsed: boolean, spacicalPageParamsType?: any[], userData: UserData, memuData: any[], computeDate: string
 }> {
 }> {
-
   new DevicePixelRatio().init();
   new DevicePixelRatio().init();
 
 
-  return { isCollapsed: false, spacicalPageParamsType: [], userData: {}, memuData: [], computeDate: `${new Date().getFullYear()}-${(new Date().getMonth() + 1).toString().padStart(2, '0')}` };
+  // 默认的计算日期
+  let computeDate = `${new Date().getFullYear()}-${(new Date().getMonth() + 1).toString().padStart(2, '0')}`;
+
+  try {
+    // 获取最新计算日期的请求
+    const resp = await getLastComputeDate();
+    if (resp) {
+      computeDate = resp; // 更新计算日期
+    }
+  } catch (error) {
+    console.error('获取计算日期失败:', error); // 捕获和处理错误
+  }
+
+  // 返回状态
+  return {
+    isCollapsed: false,
+    spacicalPageParamsType: [],
+    userData: {},
+    memuData: [],
+    computeDate: computeDate,
+  };
 }
 }
 
 
+
+
 export const request: RequestConfig = {
 export const request: RequestConfig = {
   // 统一的请求设定
   // 统一的请求设定
   timeout: 100000000,
   timeout: 100000000,
@@ -333,47 +354,47 @@ const reportCheck = () => {
 
 
 
 
 
 
-export function patchClientRoutes({ routes }: { routes: any }) {
+// export function patchClientRoutes({ routes }: { routes: any }) {
 
 
-  const treeLoop = (treeData: any) => {
+//   const treeLoop = (treeData: any) => {
 
 
-    if (treeData.routes) {
-      // const paths = [...new Array(100).keys()].map((a, index) => ({
-      //   path: `${treeData.path == '/' ? '' : treeData.path}/reports/${index}`,
-      //   exact: true,
-      //   component: require('@/pages/platform/setting/reports/index.tsx').default,
-      // }));
+//     if (treeData.routes) {
+//       // const paths = [...new Array(100).keys()].map((a, index) => ({
+//       //   path: `${treeData.path == '/' ? '' : treeData.path}/reports/${index}`,
+//       //   exact: true,
+//       //   component: require('@/pages/platform/setting/reports/index.tsx').default,
+//       // }));
 
 
-      const lanhuPagePaths = [...new Array(5).keys()].map((a, index) => ({
-        path: `${treeData.path == '/' ? '' : treeData.path}/static`,
-        exact: true,
-        element: <Static />,
-      }));
+//       const lanhuPagePaths = [...new Array(5).keys()].map((a, index) => ({
+//         path: `${treeData.path == '/' ? '' : treeData.path}/static`,
+//         exact: true,
+//         element: <Static />,
+//       }));
 
 
-      //console.log({paths});
+//       //console.log({paths});
 
 
-      // paths.forEach((a: any) => {
-      //   treeData.routes.push(a);
-      // });
+//       // paths.forEach((a: any) => {
+//       //   treeData.routes.push(a);
+//       // });
 
 
-      lanhuPagePaths.forEach((a: any) => {
-        treeData.routes.push(a);
-      });
+//       lanhuPagePaths.forEach((a: any) => {
+//         treeData.routes.push(a);
+//       });
 
 
-    }
-    if (treeData.routes && treeData.routes.length > 0) {
-      treeData.routes.forEach((a: any) => {
-        treeLoop(a);
-      })
-    }
+//     }
+//     if (treeData.routes && treeData.routes.length > 0) {
+//       treeData.routes.forEach((a: any) => {
+//         treeLoop(a);
+//       })
+//     }
 
 
-  }
+//   }
 
 
 
 
 
 
-  treeLoop(routes[0]);
+//   treeLoop(routes[0]);
 
 
-}
+// }
 
 
 
 
 //布局配置
 //布局配置

+ 2 - 2
src/components/KCIMLeftList/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2024-03-19 10:27:43
  * @Date: 2024-03-19 10:27:43
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-06-05 15:20:23
+ * @LastEditTime: 2024-09-05 14:17:35
  * @FilePath: /CostAccountingSys/src/components/KCIMLeftList/index.tsx
  * @FilePath: /CostAccountingSys/src/components/KCIMLeftList/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -269,7 +269,7 @@ export const KCIMLeftList = (props: KCIMLeftListProps) => {
                             // treeData={treeDataNew}
                             // treeData={treeDataNew}
                             switcherIcon={(props: any) => {
                             switcherIcon={(props: any) => {
                                 const { expanded } = props;
                                 const { expanded } = props;
-                                return !expanded ? <img style={{ width: 20, height: 20, position: 'relative', top: 5 }} src={expandedIcon} /> : <img style={{ width: 20, height: 20, position: 'relative', top: 5 }} src={closeIcon} />
+                                return <IconFont style={{fontSize:16,position:'relative',top:2}} type={expanded?'icon-shouqi1':'icon-zhankai1'} />
                             }}
                             }}
                         />
                         />
                     )
                     )

+ 1 - 4
src/pages/Home/index.tsx

@@ -14,11 +14,8 @@ import './style.less';
 
 
 import KCIMPagecontainer from '@/components/KCIMPageContainer';
 import KCIMPagecontainer from '@/components/KCIMPageContainer';
 
 
-
-
 const HomePage: React.FC = () => {
 const HomePage: React.FC = () => {
-
-
+  
   return (
   return (
     <KCIMPagecontainer title={false} ghost>
     <KCIMPagecontainer title={false} ghost>
       <div className='HomePage'>
       <div className='HomePage'>

+ 3 - 4
src/pages/baseSetting/accountingAccountSet/costIncomeProjectMana/index.tsx

@@ -166,7 +166,6 @@ export default function CostIncomeProjectMana() {
                 colProps={{ span: 24 }}
                 colProps={{ span: 24 }}
                 grid
                 grid
             >
             >
-
                 <ProFormText
                 <ProFormText
                     label="成本项目编码"
                     label="成本项目编码"
                     rules={[
                     rules={[
@@ -232,9 +231,9 @@ export default function CostIncomeProjectMana() {
               let formData = new FormData();
               let formData = new FormData();
               formData.append('file', fileList[0].originFileObj);
               formData.append('file', fileList[0].originFileObj);
               const resp = await importDataPost(formData);
               const resp = await importDataPost(formData);
-    
+     
               if (resp) {
               if (resp) {
-                tableRef.current?.reload();
+                tableRef.current?.reload();  
                 return true;
                 return true;
               }
               }
             }}
             }}
@@ -242,7 +241,7 @@ export default function CostIncomeProjectMana() {
             <FormItem name={'importFile'}>
             <FormItem name={'importFile'}>
               <KCIMUpload downloadTemplateFile={() => downloadTemplate()} />
               <KCIMUpload downloadTemplateFile={() => downloadTemplate()} />
             </FormItem>
             </FormItem>
-          </ModalForm>
+          </ModalForm>                                                                                                                                                                                                                                                           
         );
         );
       };
       };
 
 

+ 0 - 1
src/pages/baseSetting/costAllocationSet/costAllocationParamsDeal/index.tsx

@@ -156,7 +156,6 @@ export default function CostAllocationParamsDeal(
                 <a onClick={()=>getHandle().then((isok)=>{
                 <a onClick={()=>getHandle().then((isok)=>{
    
    
                     if(isok){
                     if(isok){
-                       
                         tableRef.current?.reload()
                         tableRef.current?.reload()
                     };
                     };
                 })} style={{ display: ifShowGetBtn ? 'inline-block' : 'none' }}>
                 })} style={{ display: ifShowGetBtn ? 'inline-block' : 'none' }}>

+ 20 - 2
src/pages/baseSetting/costAllocationSet/costAllocationParamsSet/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-23 10:27:55
+ * @LastEditTime: 2024-09-06 11:01:54
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -18,7 +18,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect } from '@ant-design/pro-components';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect } from '@ant-design/pro-components';
 import { ModalForm } from '@ant-design/pro-form'
 import { ModalForm } from '@ant-design/pro-form'
 import { ProColumns } from '@ant-design/pro-table';
 import { ProColumns } from '@ant-design/pro-table';
-import { Input, message, Popconfirm, Modal } from 'antd';
+import { Input, message, Popconfirm, Modal,Switch } from 'antd';
 import { Key, useEffect, useRef, useState } from 'react';
 import { Key, useEffect, useRef, useState } from 'react';
 
 
 import 'moment/locale/zh-cn';
 import 'moment/locale/zh-cn';
@@ -66,7 +66,14 @@ export default function CostAllocationParamsSet() {
         },
         },
         {
         {
             title: '成本分摊参数编号',
             title: '成本分摊参数编号',
+            width:160,
             dataIndex: 'shareParamCode',
             dataIndex: 'shareParamCode',
+            sorter: (a, b) => {
+                // 比较字符串数字部分大小
+                const codeA = parseInt(a.shareParamCode.slice(1), 10);
+                const codeB = parseInt(b.shareParamCode.slice(1), 10);
+                return codeA - codeB;
+            },
         },
         },
         {
         {
             title: '计算方式',
             title: '计算方式',
@@ -75,6 +82,15 @@ export default function CostAllocationParamsSet() {
                 return text == 1 ? '手动填写' : '按对应会计科目计算'
                 return text == 1 ? '手动填写' : '按对应会计科目计算'
             },
             },
         },
         },
+        {
+            title: '启用',
+            dataIndex: 'status',
+            renderText(number, record) {
+                return <Switch checked={number} size='small' onChange={(bool)=>{
+                    updateTable({...record,status:bool?1:0},'EDIT');
+                }} />
+            },
+        },
         {
         {
             title: '操作',
             title: '操作',
             key: 'option',
             key: 'option',
@@ -107,6 +123,8 @@ export default function CostAllocationParamsSet() {
 
 
     ]
     ]
 
 
+    
+
 
 
     const getTableData = async (params: any) => {
     const getTableData = async (params: any) => {
         const resp = await getCostshareparamList({ ...params });
         const resp = await getCostshareparamList({ ...params });

+ 45 - 10
src/pages/baseSetting/otherItemSet/departmentCostCalc/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-23 10:31:29
+ * @LastEditTime: 2024-09-06 13:57:10
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -18,7 +18,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect, ProFormDigit } from '@ant-design/pro-components';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect, ProFormDigit } from '@ant-design/pro-components';
 import { ModalForm } from '@ant-design/pro-form'
 import { ModalForm } from '@ant-design/pro-form'
 import { ProColumns } from '@ant-design/pro-table';
 import { ProColumns } from '@ant-design/pro-table';
-import { Modal, message, Drawer, Tabs, Input, DatePicker } from 'antd';
+import { Modal, message, Drawer, Tabs, Input, DatePicker,Popover } from 'antd';
 import { Key, useEffect, useRef, useState } from 'react';
 import { Key, useEffect, useRef, useState } from 'react';
 import * as XLSX from 'xlsx';
 import * as XLSX from 'xlsx';
 import { saveAs } from 'file-saver';
 import { saveAs } from 'file-saver';
@@ -64,6 +64,33 @@ function findAllParents(tree: any[]) {
     return parents; // 返回所有父节点的数组
     return parents; // 返回所有父节点的数组
 }
 }
 
 
+function countLeafNodes(trees:any[]) {
+    let leafCount = 0;
+
+    // 遍历集合中的每棵树
+    for (let i = 0; i < trees.length; i++) {
+        leafCount += countLeafNodesRecursive(trees[i]);
+    }
+
+    return leafCount;
+}
+
+function countLeafNodesRecursive(node:any) {
+    // 如果当前节点没有子节点,说明它是一个叶子节点
+    if (!node.children || node.children.length === 0) {
+        return 1;
+    }
+
+    let leafCount = 0;
+
+    // 递归计算每个子节点的叶子节点数
+    for (let i = 0; i < node.children.length; i++) {
+        leafCount += countLeafNodesRecursive(node.children[i]);
+    }
+
+    return leafCount;
+}
+
 
 
 function searchTree(tree: any[], searchTerm: string) {
 function searchTree(tree: any[], searchTerm: string) {
     // 定义结果数组
     // 定义结果数组
@@ -147,7 +174,7 @@ function generateColumns(item: any, titleIndex = 0) {
         title: item.reportName,
         title: item.reportName,
         dataIndex: `${item.reportId}`,
         dataIndex: `${item.reportId}`,
         key: `${item.reportId}`,
         key: `${item.reportId}`,
-        align: 'center',
+        // align: 'center',
 
 
     };
     };
 
 
@@ -187,10 +214,15 @@ export default function DepartmentCostCalc() {
         {
         {
             title: '报表项目名称',
             title: '报表项目名称',
             dataIndex: 'reportName',
             dataIndex: 'reportName',
-            width: '50%'
+            width: '50%',
+            renderText(text, record, index, action) {
+                const {description} = record;
+                return description?<Popover content={description}><span style={{cursor:'pointer'}}>{text}</span><IconFont className="hover-icon" style={{fontSize:16,color:'#17181a',paddingLeft:4,position:'relative',top:1}} type={'iconshuoming'} /></Popover>:text
+            },
         },
         },
         {
         {
             title: '金额(元)',
             title: '金额(元)',
+            align:'right',
             dataIndex: 'amount',
             dataIndex: 'amount',
             renderText(num,record) {
             renderText(num,record) {
                 if (record.children) {
                 if (record.children) {
@@ -202,12 +234,13 @@ export default function DepartmentCostCalc() {
         },
         },
         {
         {
             title: '占比',
             title: '占比',
+            align:'right',
             dataIndex: 'percent',
             dataIndex: 'percent',
             renderText(num,record) {
             renderText(num,record) {
                 if (record.children) {
                 if (record.children) {
                     return <React.Fragment></React.Fragment>
                     return <React.Fragment></React.Fragment>
                 }else{
                 }else{
-                    return `${((num * 100).toFixed(2)).replace(/(\.\d*?)0+$/, '$1').replace(/\.$/, '')}%`
+                    return `${((num * 100).toFixed(2))}%`
                 } 
                 } 
                 
                 
             },
             },
@@ -302,6 +335,7 @@ export default function DepartmentCostCalc() {
     }
     }
 
 
     const openTableDataDrawer = async () => {
     const openTableDataDrawer = async () => {
+        set_drawerTableVisible(true);
         const resp = await getReportDataReq(currentTabKey, computeDate);
         const resp = await getReportDataReq(currentTabKey, computeDate);
         if (resp) {
         if (resp) {
             const { title = [], data = [] } = resp;
             const { title = [], data = [] } = resp;
@@ -319,7 +353,7 @@ export default function DepartmentCostCalc() {
             set_tableColumns([...defaultColumns, ...tableColumns]);
             set_tableColumns([...defaultColumns, ...tableColumns]);
 
 
             set_dataSource(dataSource);
             set_dataSource(dataSource);
-            set_drawerTableVisible(true);
+            
             // console.log({ columns: [...defaultColumns, ...tableColumns], dataSource })
             // console.log({ columns: [...defaultColumns, ...tableColumns], dataSource })
 
 
         }
         }
@@ -504,11 +538,12 @@ const handleExport = () => {
                 <div className='header'>
                 <div className='header'>
                     <div className='title'>{currentTab ? currentTab.label : ''}(单位:元)</div>
                     <div className='title'>{currentTab ? currentTab.label : ''}(单位:元)</div>
                     <div className='btns'>
                     <div className='btns'>
-                        <span onClick={() => handleExport()}>导出</span>
-                        <span className='close' onClick={() => set_drawerTableVisible(false)}>关闭</span>
+                        <span onClick={() => set_drawerTableVisible(false)}>关闭</span>
+                        <span className='close'  onClick={() => handleExport()}>导出</span>
+                   
                     </div>
                     </div>
                 </div>
                 </div>
-                {dataSource.length > 0 ? <KCIMTable expandable={{ defaultExpandAllRows: true }} className='departmentCostCalcReportTable' dataSource={dataSource} bordered pagination={false} scroll={{ x: 6000, y: '65vh' }} columns={tableColumns as ProColumns[]} rowKey='responsibilityCode' /> : <></>}
+                <KCIMTable loading={dataSource.length == 0} expandable={{ defaultExpandAllRows: true }} className='departmentCostCalcReportTable' dataSource={dataSource} bordered pagination={false} scroll={{ x:countLeafNodes(tableColumns) * 120, y:`calc(100vh - 198px)` }} columns={tableColumns as ProColumns[]} rowKey='responsibilityCode' /> 
             </Drawer>
             </Drawer>
 
 
             <div className='header'>
             <div className='header'>
@@ -583,7 +618,7 @@ const handleExport = () => {
                             </div>
                             </div>
                         </div>
                         </div>
                         <KCIMTable pagination={false} 
                         <KCIMTable pagination={false} 
-                        rowClassName={(record) => (record.children ? 'has-children' : '')}
+                        rowClassName={(record) => (record.children ? 'has-children hover-row' : 'hover-row')}
                         expandable={{
                         expandable={{
                             defaultExpandAllRows: true, expandedRowKeys: allParentsKeys,
                             defaultExpandAllRows: true, expandedRowKeys: allParentsKeys,
                             onExpand(expanded, record) {
                             onExpand(expanded, record) {

+ 11 - 1
src/pages/baseSetting/otherItemSet/departmentCostCalc/style.less

@@ -66,7 +66,7 @@
         height: calc(100vh - 223px);
         height: calc(100vh - 223px);
 
 
         border-radius: 4px;
         border-radius: 4px;
-        padding-top: 16px;
+        padding-top: 8px;
         margin-right: 16px;
         margin-right: 16px;
         border: 1px solid #DAE2F2;
         border: 1px solid #DAE2F2;
 
 
@@ -112,6 +112,16 @@
           }
           }
         }
         }
         .KCIMTable {
         .KCIMTable {
+          .hover-row {
+            .hover-icon {
+              visibility: hidden;
+            }
+               &:hover {
+                .hover-icon {
+                  visibility: visible;
+                }
+               }
+          }
           .cost-ant-table-header {
           .cost-ant-table-header {
                 .cost-ant-table-thead {
                 .cost-ant-table-thead {
                     .cost-ant-table-cell {
                     .cost-ant-table-cell {

+ 33 - 27
src/pages/baseSetting/otherItemSet/reportItemSet/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-23 10:18:54
+ * @LastEditTime: 2024-09-06 11:04:30
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -16,7 +16,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
 
 
 
 
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect, ProFormDigit } from '@ant-design/pro-components';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect, ProFormDigit } from '@ant-design/pro-components';
-import { ModalForm } from '@ant-design/pro-form'
+import { ModalForm, ProFormTextArea } from '@ant-design/pro-form'
 import { ProColumns } from '@ant-design/pro-table';
 import { ProColumns } from '@ant-design/pro-table';
 import { Modal, message, Popconfirm, Form, Tabs, Switch } from 'antd';
 import { Modal, message, Popconfirm, Form, Tabs, Switch } from 'antd';
 import { Key, useEffect, useRef, useState } from 'react';
 import { Key, useEffect, useRef, useState } from 'react';
@@ -156,24 +156,24 @@ export default function ReportItemSet() {
             },
             },
 
 
         },
         },
-        {
-            title: '报表类型',
-            dataIndex: 'reportType',
-            renderText(num) {
-                switch (num) {
-                    case 0:
-                        return <>损益表</>;
-                    case 1:
-                        return <>完全成本法表</>;
-                    case 2:
-                        return <>变动成本表</>;
-                    case 3:
-                        return <>全院损益表</>;
-                    case 4:
-                        return <>全成本报表</>;
-                }
-            },
-        },
+        // {
+        //     title: '报表类型',
+        //     dataIndex: 'reportType',
+        //     renderText(num) {
+        //         switch (num) {
+        //             case 0:
+        //                 return <>损益表</>;
+        //             case 1:
+        //                 return <>完全成本法表</>;
+        //             case 2:
+        //                 return <>变动成本表</>;
+        //             case 3:
+        //                 return <>全院损益表</>;
+        //             case 4:
+        //                 return <>全成本报表</>;
+        //         }
+        //     },
+        // },
         {
         {
             title: '计算公式',
             title: '计算公式',
             width:300,
             width:300,
@@ -212,11 +212,11 @@ export default function ReportItemSet() {
             dataIndex: 'sort',
             dataIndex: 'sort',
             width: 80
             width: 80
         },
         },
-        // {
-        //     title: '比率基数',
-        //     width: 80,
-        //     dataIndex: 'ratioBase',
-        // },
+        {
+            title: '说明',
+            dataIndex: 'description',
+            ellipsis:true
+        },
         {
         {
             title: '操作',
             title: '操作',
             key: 'option',
             key: 'option',
@@ -382,7 +382,7 @@ export default function ReportItemSet() {
         }
         }
         if (type == 'EDIT') {
         if (type == 'EDIT') {
             try {
             try {
-                const { reportName, sort, calcType = 0, calcFormula = '', isLoss, parentId, id,fraction,costType } = formVal;
+                const { reportName, sort, calcType = 0, calcFormula = '', isLoss, parentId, id,fraction,costType,description } = formVal;
                 const result = {
                 const result = {
                     id,
                     id,
                     parentId,
                     parentId,
@@ -394,6 +394,7 @@ export default function ReportItemSet() {
                     fraction,
                     fraction,
                     costType,
                     costType,
                     isLoss: isLoss ? 1 : 0,
                     isLoss: isLoss ? 1 : 0,
+                    description
                 };
                 };
                 const resp = await editData(result);
                 const resp = await editData(result);
                 if (resp) {
                 if (resp) {
@@ -542,6 +543,11 @@ export default function ReportItemSet() {
                                 placeholder="请选择"
                                 placeholder="请选择"
                                 rules={[{ required: true, message: '请选择占比计算类型!' }]}
                                 rules={[{ required: true, message: '请选择占比计算类型!' }]}
                             />
                             />
+                            <ProFormTextArea
+                                label="说明"
+                                placeholder='请输入'
+                                name="description"
+                            />
                         </>
                         </>
                     )
                     )
                 }
                 }
@@ -602,7 +608,7 @@ export default function ReportItemSet() {
             </div>
             </div>
 
 
             <div>
             <div>
-                <KCIMTable pagination={false} scroll={{x:1500, y: `calc(100vh - 191px)` }} columns={columns as ProColumns[]} actionRef={tableRef} rowKey='id' params={tableDataFilterParams} request={(params) => getTableData(params)} />
+                <KCIMTable pagination={false} scroll={{x:1700, y: `calc(100vh - 191px)` }} columns={columns as ProColumns[]} actionRef={tableRef} rowKey='id' params={tableDataFilterParams} request={(params) => getTableData(params)} />
             </div>
             </div>
         </KCIMPagecontainer>
         </KCIMPagecontainer>
     )
     )

+ 38 - 7
src/pages/baseSetting/responsibilityCenterSet/responsibilityCenter/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-06-19 10:51:13
+ * @LastEditTime: 2024-09-06 13:22:08
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -16,9 +16,9 @@ import { createFromIconfontCN } from '@ant-design/icons';
 import FormItem from 'antd/es/form/FormItem';
 import FormItem from 'antd/es/form/FormItem';
 
 
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect } from '@ant-design/pro-components';
 import { ActionType, ProFormDependency, ProFormInstance, ProFormText, ProFormSelect } from '@ant-design/pro-components';
-import { ModalForm, ProFormTextArea } from '@ant-design/pro-form'
+import { ModalForm, ProFormDigit, ProFormTextArea } from '@ant-design/pro-form'
 import { ProColumns } from '@ant-design/pro-table';
 import { ProColumns } from '@ant-design/pro-table';
-import { Input, message, Popconfirm, Tag } from 'antd';
+import { Input, message, Popconfirm,Popover,Switch } from 'antd';
 import { useEffect, useRef, useState } from 'react';
 import { useEffect, useRef, useState } from 'react';
 
 
 import 'moment/locale/zh-cn';
 import 'moment/locale/zh-cn';
@@ -87,9 +87,13 @@ export default function ResponsibilityCenter() {
             dataIndex: 'responsibilityName',
             dataIndex: 'responsibilityName',
             ellipsis: true,
             ellipsis: true,
             width: 200,
             width: 200,
+            fixed:'left',
             renderText(_, record) {
             renderText(_, record) {
-                const { isDefault, responsibilityName } = record;
-                return isDefault == 1 ? <Tag>{`${responsibilityName}(是)`}</Tag> : responsibilityName
+                const { isDefault, responsibilityName,isGatherCenter } = record;
+                // return isDefault == 1 ? <Tag>{`${responsibilityName}(是)`}</Tag> : responsibilityName
+                return (isDefault == 1||isGatherCenter == 1)?<Popover>
+                      {responsibilityName}<IconFont type='' />
+                </Popover>:responsibilityName
             },
             },
         },
         },
         {
         {
@@ -169,10 +173,26 @@ export default function ResponsibilityCenter() {
 
 
             },
             },
         },
         },
+        {
+            title: '序号',
+            ellipsis: true,
+            dataIndex: 'sort',
+        },
+        {
+            title: '启用',
+            dataIndex: 'status',
+            renderText(number, record) {
+                const {isGatherCenter} = record;
+                return isGatherCenter != 1?<Switch checked={number} size='small' onChange={(bool)=>{
+                    updateTable({...record,status:bool?1:0},'EDIT');
+                }} />:<></>
+            },
+        },
         {
         {
             title: '操作',
             title: '操作',
             key: 'option',
             key: 'option',
             width: 120,
             width: 120,
+            fixed:'right',
             valueType: 'option',
             valueType: 'option',
             render: (_: any, record: any) => {
             render: (_: any, record: any) => {
                 const { isGatherCenter } = record;
                 const { isGatherCenter } = record;
@@ -293,7 +313,7 @@ export default function ResponsibilityCenter() {
                 formRef={formRef}
                 formRef={formRef}
                 initialValues={type == 'EDIT' ? {
                 initialValues={type == 'EDIT' ? {
                     ...record,
                     ...record,
-                } : { selectedSharelevel: 0 }}
+                } : { selectedSharelevel: 0,sort:0 }}
                 trigger={
                 trigger={
                     type == 'EDIT' ? <a key="edit" >编辑</a> : type == 'ADDCHILD' ? <a className='add'>添加</a> : <span className='add'>新增</span>
                     type == 'EDIT' ? <a key="edit" >编辑</a> : type == 'ADDCHILD' ? <a className='add'>添加</a> : <span className='add'>新增</span>
                 }
                 }
@@ -347,6 +367,7 @@ export default function ResponsibilityCenter() {
                     ]}
                     ]}
                     name="responsibilityCode"
                     name="responsibilityCode"
                 />
                 />
+                
                 <ProFormDependency name={['isGatherCenter']}>
                 <ProFormDependency name={['isGatherCenter']}>
                     {
                     {
                         ({ isGatherCenter }) => {
                         ({ isGatherCenter }) => {
@@ -477,6 +498,16 @@ export default function ResponsibilityCenter() {
                         }
                         }
                     }
                     }
                 </ProFormDependency>
                 </ProFormDependency>
+                <ProFormDigit
+                    label="顺序号"
+                    rules={[
+                        {
+                            required: true,
+                            message: '顺序号是必填项',
+                        },
+                    ]}
+                    name="sort"
+                />
 
 
             </ModalForm>
             </ModalForm>
         )
         )
@@ -531,7 +562,7 @@ export default function ResponsibilityCenter() {
             </div>
             </div>
 
 
             <div style={{ marginTop: 16 }}>
             <div style={{ marginTop: 16 }}>
-                <KCIMTable columns={columns as ProColumns[]} scroll={{ y: 'calc(100vh - 232px)' }} actionRef={tableRef} rowKey='responsibilityCode' params={tableDataFilterParams} request={(params) => getTableData(params)} />
+                <KCIMTable columns={columns as ProColumns[]} scroll={{x:1500, y: 'calc(100vh - 232px)' }} actionRef={tableRef} rowKey='responsibilityCode' params={tableDataFilterParams} request={(params) => getTableData(params)} />
             </div>
             </div>
         </KCIMPagecontainer>
         </KCIMPagecontainer>
     )
     )

+ 30 - 20
src/pages/costAccounting/calcPageTemplate/columns.tsx

@@ -1,8 +1,13 @@
 import { tableColumnsWidObj } from "@/constant";
 import { tableColumnsWidObj } from "@/constant";
-import { formatMoneyNumber } from "@/utils/format";
+import { formatMoneyNumber, formatToPercentage } from "@/utils/format";
+import { createFromIconfontCN } from "@ant-design/icons";
 import { ProColumns } from "@ant-design/pro-components";
 import { ProColumns } from "@ant-design/pro-components";
+import {Popover} from 'antd'
+import React from "react";
 
 
-
+const IconFont = createFromIconfontCN({
+    scriptUrl: '',
+});
 
 
 
 
 export const unitPersonnelCostCalc: ProColumns[] = [
 export const unitPersonnelCostCalc: ProColumns[] = [
@@ -877,32 +882,37 @@ export const departmentCostCalculate: ProColumns[] = [
 
 
 ];
 ];
 export const wholeHospCostCalculate: ProColumns[] = [
 export const wholeHospCostCalculate: ProColumns[] = [
-    {
-
-        title: '年份',
-        dataIndex: 'dateYear',
-    },
-    {
-        title: '月份',
-        dataIndex: 'dateMonth',
-    },
-    {
-        title: '报表项目编码',
-        dataIndex: 'reportNum',
-    },
     {
     {
         title: '报表项目名',
         title: '报表项目名',
         dataIndex: 'reportName',
         dataIndex: 'reportName',
-    },
-    {
-        title: '责任中心名',
-        dataIndex: 'responsibilityName',
+        renderText(text, record, index, action) {
+            const {description} = record;
+            return description?<Popover content={description}><span style={{cursor:'pointer'}}>{text}</span><IconFont className="hover-icon" style={{fontSize:16,color:'#17181a',paddingLeft:4,position:'relative',top:1}} type={'iconshuoming'} /></Popover>:text
+        },
     },
     },
     {
     {
         title: '金额',
         title: '金额',
         dataIndex: 'amount',
         dataIndex: 'amount',
         renderText(num, record, index, action) {
         renderText(num, record, index, action) {
-            return formatMoneyNumber(num);
+            const {children} = record;
+            return (children&&children.length>0)?<React.Fragment></React.Fragment>:formatMoneyNumber(num);
+        },
+    },
+    {
+        title: '占比',
+        dataIndex: 'percent',
+        renderText(num,record) {
+            const {children} = record;
+            return (children&&children.length>0)?<React.Fragment></React.Fragment>:formatToPercentage(num?num:0);
+        },
+
+    },
+    {
+        title: '说明',
+        dataIndex: 'description',
+        renderText(text,record) {
+            const {children} = record;
+            return (children&&children.length>0)?<React.Fragment></React.Fragment>:text;
         },
         },
     },
     },
 
 

+ 23 - 3
src/pages/costAccounting/calcPageTemplate/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-16 16:26:12
+ * @LastEditTime: 2024-09-06 15:56:24
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -46,6 +46,21 @@ const calTypeStr = `ITEM_COST_CALCULATE${(new Date()).getTime()}`;
 let currentPage = 0;
 let currentPage = 0;
 let totalTableData: any[] = [];
 let totalTableData: any[] = [];
 
 
+
+function transformChildToChildren(data:any[]) {
+  return data.map(item => {
+      let newItem = { ...item };
+
+      // 如果有子项,将 'child' 属性改为 'children'
+      if (newItem.child) {
+          newItem.children = transformChildToChildren(newItem.child);
+          delete newItem.child; // 删除原始的 'child' 属性
+      }
+
+      return newItem;
+  });
+}
+
 export default function calcPageTemplate() {
 export default function calcPageTemplate() {
   const { initialState,setInitialState } = useModel('@@initialState');
   const { initialState,setInitialState } = useModel('@@initialState');
   const [computeDate, set_computeDate] = useState<string>(initialState?initialState.computeDate:'');
   const [computeDate, set_computeDate] = useState<string>(initialState?initialState.computeDate:'');
@@ -69,6 +84,7 @@ export default function calcPageTemplate() {
 
 
 
 
   const getTableData = async (params: any) => {
   const getTableData = async (params: any) => {
+
     const resp = await getCalcPageTableData({ ...params, ...tableDataFilterParams });
     const resp = await getCalcPageTableData({ ...params, ...tableDataFilterParams });
     if (resp) {
     if (resp) {
       try {
       try {
@@ -123,6 +139,9 @@ export default function calcPageTemplate() {
         if (params.calcPageKey == 'unitPersonnelCostCalc') {
         if (params.calcPageKey == 'unitPersonnelCostCalc') {
           data = data ? data.map((a: any) => ({ ...a, children: a.childList })) : []
           data = data ? data.map((a: any) => ({ ...a, children: a.childList })) : []
         }
         }
+        if (params.calcPageKey == 'wholeHospCostCalculate') {
+          data = data ? transformChildToChildren(data) : []
+        }
         if (params.calcPageKey == 'beforeCollectionSearch' || params.calcPageKey == 'beforeCostShareSearch' || params.calcPageKey == 'afterCostShareSearch' || params.calcPageKey == 'afterCollectionSearch') {
         if (params.calcPageKey == 'beforeCollectionSearch' || params.calcPageKey == 'beforeCostShareSearch' || params.calcPageKey == 'afterCostShareSearch' || params.calcPageKey == 'afterCollectionSearch') {
           const { totalAmount = 0 } = resp;
           const { totalAmount = 0 } = resp;
           set_totalCount(totalAmount);
           set_totalCount(totalAmount);
@@ -725,7 +744,7 @@ export default function calcPageTemplate() {
     }
     }
 
 
 
 
-    set_tableDataFilterParams({ computeDate, calcPageKey });
+    set_tableDataFilterParams({...tableDataFilterParams, computeDate, calcPageKey,reportType:calcPageKey == 'wholeHospCostCalculate'?3:tableDataFilterParams.reportType });
   }, [params]);
   }, [params]);
 
 
 
 
@@ -774,7 +793,7 @@ export default function calcPageTemplate() {
           {(params.calcPageKey == 'projectCostCalc' && btnAccessStr?.indexOf('export') != -1) && <a className='export' onClick={() => set_openProcessModal(true)}>导出</a>}
           {(params.calcPageKey == 'projectCostCalc' && btnAccessStr?.indexOf('export') != -1) && <a className='export' onClick={() => set_openProcessModal(true)}>导出</a>}
           {ifShowCalcBtn && <a className='calc' onClick={() => calcFunc()}>计算</a>}
           {ifShowCalcBtn && <a className='calc' onClick={() => calcFunc()}>计算</a>}
           {(params.calcPageKey == 'afterCostShareSearch' || params.calcPageKey == 'afterCollectionSearch') && (<Button loading={loading} size='small' className='reportDataBtn' onClick={() => openDataTable()}>报表数据</Button>)}
           {(params.calcPageKey == 'afterCostShareSearch' || params.calcPageKey == 'afterCollectionSearch') && (<Button loading={loading} size='small' className='reportDataBtn' onClick={() => openDataTable()}>报表数据</Button>)}
-          {(params.calcPageKey == 'departmentOperatingReport' || params.calcPageKey == 'wholeHospOperatingReport' || params.calcPageKey == 'costShareReportTable') && (<span className='reportDataBtn' onClick={() => generateReport()}>生成报表</span>)}
+          {(params.calcPageKey == 'departmentOperatingReport' || params.calcPageKey == 'wholeHospOperatingReport') && (<span className='reportDataBtn' onClick={() => generateReport()}>生成报表</span>)}
         </div>
         </div>
       </div>
       </div>
       <div style={{ marginTop: 16 }}>
       <div style={{ marginTop: 16 }}>
@@ -783,6 +802,7 @@ export default function calcPageTemplate() {
           columns={columns}
           columns={columns}
           actionRef={tableRef}
           actionRef={tableRef}
           rowKey="id"
           rowKey="id"
+          rowClassName={params.calcPageKey == 'wholeHospCostCalculate'?((record) => (record.children ? 'has-children hover-row' : 'hover-row')):''}
           scroll={{ x: scrollX, y:params.calcPageKey == 'afterCostShareSearch'?`calc(100vh - 270px)`: `calc(100vh - 233px)` }}
           scroll={{ x: scrollX, y:params.calcPageKey == 'afterCostShareSearch'?`calc(100vh - 270px)`: `calc(100vh - 233px)` }}
           params={tableDataFilterParams}
           params={tableDataFilterParams}
           request={(params) => getTableData(params)}
           request={(params) => getTableData(params)}

+ 3 - 3
src/pages/costAccounting/calcPageTemplate/service.ts

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 16:31:27
  * @Date: 2023-03-03 16:31:27
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-06-28 14:17:32
+ * @LastEditTime: 2024-09-05 15:53:30
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/service.ts
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/service.ts
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -103,9 +103,9 @@ export const getCalcPageTableData = (params: any) => {
     });
     });
   }
   }
   if(calcPageKey == 'wholeHospCostCalculate'){
   if(calcPageKey == 'wholeHospCostCalculate'){
-    return request('/costAccount/hospProfitAndLoss/getHospProfits', {
+    return request('/costAccount/hospProfitAndLoss/getHospProfitList', {
       method: 'GET',
       method: 'GET',
-      params:{...next,date:`${next.computeDate}-01`,computeDate:null}
+      params:{...next,computeDate:`${next.computeDate}-01`}
     });
     });
   }
   }
   if(calcPageKey == 'costShareReportTable'){
   if(calcPageKey == 'costShareReportTable'){

+ 35 - 5
src/pages/costAccounting/calcPageTemplate/style.less

@@ -1,5 +1,3 @@
-
-
 .calcPageTemplate {
 .calcPageTemplate {
   position: relative;
   position: relative;
   padding: 16px;
   padding: 16px;
@@ -28,8 +26,10 @@
     }
     }
 
 
     .btnGroup {
     .btnGroup {
-      
-      .calc,.reportDataBtn,.export {
+
+      .calc,
+      .reportDataBtn,
+      .export {
         cursor: pointer;
         cursor: pointer;
         display: inline-block;
         display: inline-block;
         font-size: 14px;
         font-size: 14px;
@@ -45,4 +45,34 @@
     }
     }
 
 
   }
   }
-}
+
+  .KCIMTable {
+    .hover-row {
+      .hover-icon {
+        visibility: hidden;
+      }
+
+      &:hover {
+        .hover-icon {
+          visibility: visible;
+        }
+      }
+    }
+
+    .cost-ant-table-header {
+      .cost-ant-table-thead {
+        .cost-ant-table-cell {}
+      }
+    }
+
+    .cost-ant-table-body {
+      .cost-ant-table-row {
+        &.has-children {
+          .cost-ant-table-cell-with-append {
+            font-weight: bold;
+          }
+        }
+      }
+    }
+  }
+}

+ 4 - 1
src/pages/incomeCollectionAction/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2024-03-18 15:52:26
  * @Date: 2024-03-18 15:52:26
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2024-08-16 15:54:53
+ * @LastEditTime: 2024-09-06 14:00:08
  * @FilePath: /CostAccountingSys/src/pages/monthlyInfoCollection/index.tsx
  * @FilePath: /CostAccountingSys/src/pages/monthlyInfoCollection/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -54,6 +54,9 @@ const tableColumn: ProColumns[] = [
         title: '金额',
         title: '金额',
         ellipsis: true,
         ellipsis: true,
         dataIndex: 'amount',
         dataIndex: 'amount',
+        renderText(num) {
+             return formatMoneyNumber(num)
+        },
     },
     },
 ];
 ];
 
 

+ 8 - 1
src/services/auth.ts

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-01-30 16:53:33
  * @Date: 2023-01-30 16:53:33
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2023-10-23 15:23:24
+ * @LastEditTime: 2024-09-05 15:32:37
  * @FilePath: /BudgetManaSystem/src/services/oah.ts
  * @FilePath: /BudgetManaSystem/src/services/oah.ts
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -40,6 +40,13 @@ export async function getTargetDic(dictType: string) {
   });
   });
 }
 }
 
 
+//获取最后一次的核算年月
+export async function getLastComputeDate() {
+  return request('/costAccount/costdepartmentprofit/getLastComputeDate', {
+    method: 'GET',
+  });
+}
+
 //获取平台菜单
 //获取平台菜单
 export const getPlatformMenu = (systemId?:Key) => {
 export const getPlatformMenu = (systemId?:Key) => {
     return request('/centerSys/user/getMenuNav', {
     return request('/centerSys/user/getMenuNav', {

+ 20 - 4
src/utils/format.ts

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2022-12-14 14:14:32
  * @Date: 2022-12-14 14:14:32
  * @LastEditors: code4eat awesomedema@gmail.com
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2023-11-07 16:00:41
+ * @LastEditTime: 2024-09-06 15:31:56
  * @FilePath: /BudgetManaSystem/src/utils/format.ts
  * @FilePath: /BudgetManaSystem/src/utils/format.ts
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
  */
@@ -12,9 +12,25 @@ export function trim(str: string) {
 }
 }
 
 
 //金额数字转换
 //金额数字转换
-export function formatMoneyNumber(num:number) {
+export function formatMoneyNumber(num: number) {
   if (typeof num !== 'number' || isNaN(num)) {
   if (typeof num !== 'number' || isNaN(num)) {
     return num;
     return num;
-  } 
-  return new Intl.NumberFormat('en-US', { minimumFractionDigits: 0, maximumFractionDigits: 2 }).format(num);
+  }
+  return new Intl.NumberFormat('en-US', {
+    minimumFractionDigits: 2,
+    maximumFractionDigits: 2,
+  }).format(num);
 }
 }
+
+
+export function formatToPercentage(num: number) {
+  if (typeof num !== 'number' || isNaN(num)) {
+    return num;
+  }
+  return new Intl.NumberFormat('en-US', {
+    style: 'percent',
+    minimumFractionDigits: 2,
+    maximumFractionDigits: 2,
+  }).format(num);
+}
+

Some files were not shown because too many files changed in this diff