n20-common-lib 1.3.46 → 1.3.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. package/README.md +2 -2
  2. package/g6.js +2 -2
  3. package/nstc-g6/assets/svg/addFile.svg +31 -31
  4. package/nstc-g6/assets/svg/deleteFile.svg +27 -27
  5. package/nstc-g6/assets/svg/filter.svg +15 -15
  6. package/nstc-g6/assets/svg/filterActive.svg +16 -16
  7. package/nstc-g6/assets/svg/hourglass.svg +18 -18
  8. package/nstc-g6/assets/svg/newsearch.svg +18 -18
  9. package/nstc-g6/assets/svg/searchActive.svg +18 -18
  10. package/nstc-g6/components/Calendar/index.js +8 -8
  11. package/nstc-g6/components/Calendar/src/basic/month-table.vue +129 -129
  12. package/nstc-g6/components/Calendar/src/basic/year-table.vue +126 -126
  13. package/nstc-g6/components/Calendar/src/main.vue +442 -442
  14. package/nstc-g6/components/DialogForm/index.js +8 -8
  15. package/nstc-g6/components/DialogForm/src/demo/index.vue +56 -56
  16. package/nstc-g6/components/DialogForm/src/main.vue +189 -189
  17. package/nstc-g6/components/Form/A_DEMO/component/originalForm.vue +280 -280
  18. package/nstc-g6/components/Form/A_DEMO/config/config_3.js +1222 -1222
  19. package/nstc-g6/components/Form/A_DEMO/index.vue +803 -803
  20. package/nstc-g6/components/Form/AutocompleteCustom/index.vue +72 -72
  21. package/nstc-g6/components/Form/BusinessSpecific/InputMultiple.vue +191 -191
  22. package/nstc-g6/components/Form/BusinessSpecific/InputWithUnit.vue +128 -128
  23. package/nstc-g6/components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -233
  24. package/nstc-g6/components/Form/BusinessSpecific/readme.md +7 -7
  25. package/nstc-g6/components/Form/CascaderCustom/index.vue +101 -101
  26. package/nstc-g6/components/Form/CheckboxCustom/index.vue +84 -84
  27. package/nstc-g6/components/Form/Component.vue +661 -661
  28. package/nstc-g6/components/Form/ComponentSecond.vue +650 -650
  29. package/nstc-g6/components/Form/DatepickerCustom/index.vue +130 -130
  30. package/nstc-g6/components/Form/InputAndDialog/index.js +15 -15
  31. package/nstc-g6/components/Form/InputAndDialog/src/main.vue +394 -394
  32. package/nstc-g6/components/Form/InputCustom/demo/index.vue +65 -65
  33. package/nstc-g6/components/Form/InputCustom/index.vue +307 -307
  34. package/nstc-g6/components/Form/IntervalinputCustom/demo/index.vue +31 -31
  35. package/nstc-g6/components/Form/IntervalinputCustom/index.vue +118 -118
  36. package/nstc-g6/components/Form/Item.vue +330 -330
  37. package/nstc-g6/components/Form/ItemSecond.vue +269 -269
  38. package/nstc-g6/components/Form/List.vue +146 -146
  39. package/nstc-g6/components/Form/ListSecond.vue +130 -130
  40. package/nstc-g6/components/Form/RadioCustom/index.vue +73 -73
  41. package/nstc-g6/components/Form/SelectAccount/index.js +15 -15
  42. package/nstc-g6/components/Form/SelectAccount/src/demo/index.vue +57 -57
  43. package/nstc-g6/components/Form/SelectAccount/src/main.vue +282 -282
  44. package/nstc-g6/components/Form/SelectAndDialog/index.js +15 -15
  45. package/nstc-g6/components/Form/SelectAndDialog/src/main.vue +383 -383
  46. package/nstc-g6/components/Form/SelectCashFlow/index.js +15 -15
  47. package/nstc-g6/components/Form/SelectCashFlow/src/demo/index.vue +41 -41
  48. package/nstc-g6/components/Form/SelectCashFlow/src/main.vue +125 -125
  49. package/nstc-g6/components/Form/SelectCustom/demo/index.vue +82 -82
  50. package/nstc-g6/components/Form/SelectCustom/index.vue +488 -488
  51. package/nstc-g6/components/Form/SelectSubject/index.js +15 -15
  52. package/nstc-g6/components/Form/SelectSubject/src/demo/index.vue +84 -84
  53. package/nstc-g6/components/Form/SelectSubject/src/main.vue +181 -181
  54. package/nstc-g6/components/Form/SelectindialogCustom/demo/index.vue +188 -188
  55. package/nstc-g6/components/Form/SelectindialogCustom/index.vue +650 -650
  56. package/nstc-g6/components/Form/SelectindialogCustom/install.js +6 -6
  57. package/nstc-g6/components/Form/TableRadioCustom/demo/index.vue +53 -53
  58. package/nstc-g6/components/Form/TableRadioCustom/index.vue +183 -183
  59. package/nstc-g6/components/Form/TextCustom/index.vue +38 -38
  60. package/nstc-g6/components/Form/UploadCustom/demo/index.vue +31 -31
  61. package/nstc-g6/components/Form/UploadCustom/index.vue +506 -506
  62. package/nstc-g6/components/Form/configs.js +191 -191
  63. package/nstc-g6/components/Form/configsSecond.js +161 -161
  64. package/nstc-g6/components/Form/index.js +8 -8
  65. package/nstc-g6/components/Form/index.scss +29 -29
  66. package/nstc-g6/components/Form/payeePersonSelect/index.js +15 -15
  67. package/nstc-g6/components/Form/payeePersonSelect/src/demo/index.vue +163 -163
  68. package/nstc-g6/components/Form/payeePersonSelect/src/main.vue +184 -184
  69. package/nstc-g6/components/Form/readme.txt +4 -4
  70. package/nstc-g6/components/FormGroup/index.js +8 -8
  71. package/nstc-g6/components/FormGroup/src/demo/config.js +23 -23
  72. package/nstc-g6/components/FormGroup/src/demo/index.vue +85 -85
  73. package/nstc-g6/components/FormGroup/src/main.vue +639 -639
  74. package/nstc-g6/components/FormGroup/src/validate.js +22 -22
  75. package/nstc-g6/components/InputTag/InputTag.vue +269 -269
  76. package/nstc-g6/components/NstcApprovel/NstcApprovel.vue +24 -24
  77. package/nstc-g6/components/NstcBackToTop/NstcBackToTop.vue +150 -150
  78. package/nstc-g6/components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +123 -123
  79. package/nstc-g6/components/NstcCharts/NstcCharts.vue +162 -162
  80. package/nstc-g6/components/NstcCharts/define.js +74 -74
  81. package/nstc-g6/components/NstcCharts/mixins/resize.js +56 -56
  82. package/nstc-g6/components/NstcConfirm/NstcConfirm.vue +152 -152
  83. package/nstc-g6/components/NstcConfirm/index.js +24 -24
  84. package/nstc-g6/components/NstcDialog/NstcDialog.vue +184 -184
  85. package/nstc-g6/components/NstcDialogForm/NstcDialogForm.vue +175 -175
  86. package/nstc-g6/components/NstcDialogTable/NstcDialogTable.vue +280 -280
  87. package/nstc-g6/components/NstcDropdown/NstcDropdown.vue +52 -52
  88. package/nstc-g6/components/NstcDropdownTree/NstcDropdownTree.vue +396 -396
  89. package/nstc-g6/components/NstcElectronicFile/NstcElectronicFile.vue +711 -711
  90. package/nstc-g6/components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -475
  91. package/nstc-g6/components/NstcExcelExport/NstcExcelExport.vue +145 -145
  92. package/nstc-g6/components/NstcExcelImport/NstcExcelImport.vue +1074 -1074
  93. package/nstc-g6/components/NstcExcelImportN/NstcExcelImportN.vue +1166 -1166
  94. package/nstc-g6/components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -130
  95. package/nstc-g6/components/NstcExpandCollapse/index.scss +77 -77
  96. package/nstc-g6/components/NstcFileUpload/NstcFileUpload.vue +989 -989
  97. package/nstc-g6/components/NstcFileUpload/img/addFile.svg +31 -31
  98. package/nstc-g6/components/NstcFileUpload/img/delete.svg +23 -23
  99. package/nstc-g6/components/NstcFileUpload/img/deleteFile.svg +27 -27
  100. package/nstc-g6/components/NstcFileUpload/img/download.svg +23 -23
  101. package/nstc-g6/components/NstcFileUpload/img/inputUpload.svg +29 -29
  102. package/nstc-g6/components/NstcFileUpload/img/look-diabled.svg +23 -23
  103. package/nstc-g6/components/NstcFileUpload/img/look.svg +23 -23
  104. package/nstc-g6/components/NstcForm/A_DEMO/component/originalForm.vue +280 -280
  105. package/nstc-g6/components/NstcForm/A_DEMO/config/config_3.js +1222 -1222
  106. package/nstc-g6/components/NstcForm/A_DEMO/index.vue +796 -796
  107. package/nstc-g6/components/NstcForm/AutocompleteCustom/index.vue +68 -68
  108. package/nstc-g6/components/NstcForm/BusinessSpecific/InputMultiple.vue +189 -189
  109. package/nstc-g6/components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -128
  110. package/nstc-g6/components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -233
  111. package/nstc-g6/components/NstcForm/BusinessSpecific/readme.md +7 -7
  112. package/nstc-g6/components/NstcForm/CascaderCustom/index.vue +101 -101
  113. package/nstc-g6/components/NstcForm/CheckboxCustom/index.vue +84 -84
  114. package/nstc-g6/components/NstcForm/Component.vue +684 -684
  115. package/nstc-g6/components/NstcForm/ComponentSecond.vue +650 -650
  116. package/nstc-g6/components/NstcForm/DatepickerCustom/index.vue +130 -130
  117. package/nstc-g6/components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -389
  118. package/nstc-g6/components/NstcForm/InputCustom/index.vue +313 -313
  119. package/nstc-g6/components/NstcForm/IntervalInputCustom/index.vue +111 -111
  120. package/nstc-g6/components/NstcForm/Item.vue +327 -327
  121. package/nstc-g6/components/NstcForm/ItemSecond.vue +269 -269
  122. package/nstc-g6/components/NstcForm/List.vue +146 -146
  123. package/nstc-g6/components/NstcForm/ListSecond.vue +130 -130
  124. package/nstc-g6/components/NstcForm/RadioCustom/index.vue +73 -73
  125. package/nstc-g6/components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -334
  126. package/nstc-g6/components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +377 -377
  127. package/nstc-g6/components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +122 -122
  128. package/nstc-g6/components/NstcForm/SelectCustom/index.vue +460 -460
  129. package/nstc-g6/components/NstcForm/SelectSubject/NstcSelectSubject.vue +184 -184
  130. package/nstc-g6/components/NstcForm/SelectindialogCustom/index.vue +648 -648
  131. package/nstc-g6/components/NstcForm/TableRadioCustom/index.vue +183 -183
  132. package/nstc-g6/components/NstcForm/TextCustom/index.vue +38 -38
  133. package/nstc-g6/components/NstcForm/UploadCustom/index.vue +500 -500
  134. package/nstc-g6/components/NstcForm/configs.js +191 -191
  135. package/nstc-g6/components/NstcForm/configsSecond.js +161 -161
  136. package/nstc-g6/components/NstcForm/index.js +8 -8
  137. package/nstc-g6/components/NstcForm/index.scss +29 -29
  138. package/nstc-g6/components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +187 -187
  139. package/nstc-g6/components/NstcForm/readme.txt +4 -4
  140. package/nstc-g6/components/NstcPagination/NstcPagination.vue +428 -428
  141. package/nstc-g6/components/NstcScreenFull/NstcScreenFull.vue +70 -70
  142. package/nstc-g6/components/NstcSelectTree/NstcSelectTree.vue +730 -730
  143. package/nstc-g6/components/NstcSelectTreeList/NstcSelectTreeList.vue +677 -677
  144. package/nstc-g6/components/NstcSticky/NstcSticky.vue +97 -97
  145. package/nstc-g6/components/NstcSvgIcon/NstcSvgIcon.vue +72 -72
  146. package/nstc-g6/components/NstcTab/NstcTab.vue +80 -80
  147. package/nstc-g6/components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -45
  148. package/nstc-g6/components/NstcTabWithBadge/index.scss +31 -31
  149. package/nstc-g6/components/NstcTable/ElTableColumnCustom/index.vue +292 -292
  150. package/nstc-g6/components/NstcTable/NstcTable.vue +460 -460
  151. package/nstc-g6/components/NstcTableSet/NstcTableSet.vue +802 -802
  152. package/nstc-g6/components/NstcThemePicker/NstcThemePicker.vue +186 -186
  153. package/nstc-g6/components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +328 -328
  154. package/nstc-g6/components/NstcUploadExcel/NstcUploadExcel.vue +145 -145
  155. package/nstc-g6/components/NstcWorkBench/NstcWorkBench.vue +180 -180
  156. package/nstc-g6/components/Search/NstcSearch.vue +583 -583
  157. package/nstc-g6/components/Search/src/demo/index copy.vue +101 -101
  158. package/nstc-g6/components/Search/src/demo/index.vue +103 -103
  159. package/nstc-g6/components/Search/src/main copy.vue +607 -607
  160. package/nstc-g6/components/approvelTwo/main.vue +220 -220
  161. package/nstc-g6/components/approvelTwo/progress.vue +154 -154
  162. package/nstc-g6/directives/VCopy/index.js +59 -59
  163. package/nstc-g6/directives/VNstcNumber/index.js +14 -14
  164. package/nstc-g6/directives/VNstcNumber/temp.js +446 -446
  165. package/nstc-g6/index.js +193 -193
  166. package/nstc-g6/utils/auth.js +2 -2
  167. package/nstc-g6/utils/axios.js +2 -2
  168. package/nstc-g6/utils/dateAndValidator.js +649 -649
  169. package/nstc-g6/utils/debounce.js +40 -40
  170. package/nstc-g6/utils/mapper_aims.js +809 -809
  171. package/nstc-g6/utils/parseTime.js +48 -48
  172. package/nstc-g6/utils/validate/index.js +6 -6
  173. package/nstc-g6/utils/vendor/Export2Excel.js +229 -229
  174. package/nstc-g6/utils/vendor/Export2Zip.js +24 -24
  175. package/nstc-g6/utils/vue-bus.js +4 -4
  176. package/package.json +103 -103
  177. package/src/_qiankun/index.js +113 -113
  178. package/src/_qiankun/postMessage.js +24 -24
  179. package/src/assets/css/_coreLib.scss +43 -43
  180. package/src/assets/css/alert.scss +28 -28
  181. package/src/assets/css/cl-anchor.scss +70 -70
  182. package/src/assets/css/cl-approve-card.scss +68 -68
  183. package/src/assets/css/cl-dialog.scss +113 -113
  184. package/src/assets/css/cl-drag-list.scss +24 -24
  185. package/src/assets/css/cl-empty.scss +10 -10
  186. package/src/assets/css/cl-expandable-pane.scss +37 -37
  187. package/src/assets/css/cl-expandable.scss +27 -27
  188. package/src/assets/css/cl-file-upload-table.scss +31 -31
  189. package/src/assets/css/cl-filter.scss +4 -4
  190. package/src/assets/css/cl-flow-step.scss +185 -185
  191. package/src/assets/css/cl-footer-box.scss +10 -10
  192. package/src/assets/css/cl-form-item.scss +729 -729
  193. package/src/assets/css/cl-general-card.scss +11 -11
  194. package/src/assets/css/cl-layout-aside.scss +92 -92
  195. package/src/assets/css/cl-layout-content.scss +16 -16
  196. package/src/assets/css/cl-layout-header.scss +89 -89
  197. package/src/assets/css/cl-layout-tabs.scss +87 -87
  198. package/src/assets/css/cl-layout.scss +97 -97
  199. package/src/assets/css/cl-login-temporary.scss +37 -37
  200. package/src/assets/css/cl-message.scss +159 -159
  201. package/src/assets/css/cl-more-tab.scss +98 -98
  202. package/src/assets/css/cl-nav-menu.scss +5 -5
  203. package/src/assets/css/cl-pagination.scss +130 -130
  204. package/src/assets/css/cl-secondary-tab.scss +53 -53
  205. package/src/assets/css/cl-showcolumn.scss +40 -40
  206. package/src/assets/css/cl-sifting.scss +51 -51
  207. package/src/assets/css/cl-statis.scss +54 -54
  208. package/src/assets/css/cl-step.scss +73 -73
  209. package/src/assets/css/cl-suspend.scss +19 -19
  210. package/src/assets/css/cl-tertiary-tab.scss +56 -56
  211. package/src/assets/css/cl-upload.scss +52 -52
  212. package/src/assets/css/cl-worn-pagination.scss +50 -50
  213. package/src/assets/css/el-button.scss +186 -186
  214. package/src/assets/css/el-table.scss +88 -88
  215. package/src/assets/css/element-variables.scss +1061 -1061
  216. package/src/assets/css/element.dev.scss +22 -22
  217. package/src/assets/css/font-icon.scss +26 -26
  218. package/src/assets/css/index.dev.scss +4 -4
  219. package/src/assets/css/index.scss +11 -11
  220. package/src/assets/css/normalize.scss +845 -845
  221. package/src/assets/css/plain-text.scss +36 -36
  222. package/src/assets/css/rootvar.scss +143 -143
  223. package/src/assets/css/select.scss +25 -25
  224. package/src/assets/css/title-pop.scss +23 -23
  225. package/src/assets/getJsonc.js +53 -53
  226. package/src/assets/iconFont/demo.css +539 -539
  227. package/src/assets/iconFont/demo_index.html +1614 -1614
  228. package/src/assets/iconFont/iconfont.css +263 -263
  229. package/src/assets/iconFont/iconfont.json +443 -443
  230. package/src/assets/realUrl.js +13 -13
  231. package/src/components/Anchor/AnchorItem.vue +30 -30
  232. package/src/components/Anchor/index.vue +208 -208
  233. package/src/components/ApprovalButtons/index.vue +240 -240
  234. package/src/components/ApprovalCard/index.vue +132 -132
  235. package/src/components/ApprovalRecord/approvalImg.vue +39 -39
  236. package/src/components/ApprovalRecord/approvalImgPro.vue +424 -424
  237. package/src/components/ApprovalRecord/flowDialog.vue +47 -47
  238. package/src/components/ApprovalRecord/index.vue +63 -63
  239. package/src/components/Button/button-group.vue +148 -148
  240. package/src/components/Button/icon-group-button.vue +63 -63
  241. package/src/components/Button/index.vue +56 -56
  242. package/src/components/CascaderArea/index.vue +103 -103
  243. package/src/components/ChildRange/index.vue +169 -169
  244. package/src/components/ChildRange/style.scss +34 -34
  245. package/src/components/ContentLoading/index.vue +41 -41
  246. package/src/components/ContentNull/index.vue +19 -19
  247. package/src/components/DatePicker/index.vue +33 -33
  248. package/src/components/DatePicker/por.vue +171 -171
  249. package/src/components/Descriptions/index.vue +42 -42
  250. package/src/components/Dialog/index.vue +26 -26
  251. package/src/components/Dialog/indexO.vue +116 -116
  252. package/src/components/DragList/index.vue +79 -79
  253. package/src/components/ECharts/define.js +74 -74
  254. package/src/components/ECharts/index.vue +170 -170
  255. package/src/components/ECharts/mixins/resize.js +23 -23
  256. package/src/components/Empty/img/400.svg +101 -101
  257. package/src/components/Empty/img/401.svg +101 -101
  258. package/src/components/Empty/img/403.svg +101 -101
  259. package/src/components/Empty/img/405.svg +101 -101
  260. package/src/components/Empty/img/901.svg +95 -95
  261. package/src/components/Empty/img/902.svg +95 -95
  262. package/src/components/Empty/img/903.svg +95 -95
  263. package/src/components/Empty/img/904.svg +95 -95
  264. package/src/components/Empty/img/905.svg +95 -95
  265. package/src/components/Empty/img/906.svg +95 -95
  266. package/src/components/Empty/img/907.svg +95 -95
  267. package/src/components/Empty/img/abnormal.svg +108 -108
  268. package/src/components/Empty/img/dispose.svg +71 -71
  269. package/src/components/Empty/img/empty.svg +57 -57
  270. package/src/components/Empty/img/general.svg +58 -58
  271. package/src/components/Empty/img/lock.svg +57 -57
  272. package/src/components/Empty/img/network.svg +59 -59
  273. package/src/components/Empty/img/relevant.svg +68 -68
  274. package/src/components/Empty/img/search.svg +72 -72
  275. package/src/components/Empty/index.vue +147 -147
  276. package/src/components/EventBubble/demo/a.vue +29 -29
  277. package/src/components/EventBubble/demo/b.vue +12 -12
  278. package/src/components/EventBubble/demo/c.vue +18 -18
  279. package/src/components/EventBubble/index.vue +57 -57
  280. package/src/components/Expandable/index.vue +49 -49
  281. package/src/components/Expandable/main.vue +64 -64
  282. package/src/components/FileExportAsync/index.vue +191 -191
  283. package/src/components/FileImport/index.vue +108 -108
  284. package/src/components/FileUploadTable/index.vue +583 -583
  285. package/src/components/Filters/form-item-input.vue +185 -185
  286. package/src/components/Filters/index.vue +216 -216
  287. package/src/components/Filters/indexO.vue +106 -106
  288. package/src/components/FlowStep/index.vue +92 -92
  289. package/src/components/FooterBox/index.vue +21 -21
  290. package/src/components/GeneralCard/index.vue +15 -15
  291. package/src/components/InputNumber/index.vue +184 -184
  292. package/src/components/InputNumber/numberRange.vue +62 -62
  293. package/src/components/InputSearch/index.vue +79 -75
  294. package/src/components/Layout/AsideNav/index.vue +120 -120
  295. package/src/components/Layout/AsideNav/menuItem.vue +34 -34
  296. package/src/components/Layout/AsideNav/submenuTitle.vue +26 -26
  297. package/src/components/Layout/HeaderWrap/changePwd.vue +215 -215
  298. package/src/components/Layout/HeaderWrap/index.vue +412 -412
  299. package/src/components/Layout/HeaderWrap/noticePop.vue +316 -316
  300. package/src/components/Layout/SubContent/index.vue +127 -127
  301. package/src/components/Layout/TabsNav/index.vue +169 -169
  302. package/src/components/Layout/index.vue +518 -518
  303. package/src/components/Layout/utils.js +12 -12
  304. package/src/components/LoginTemporary/form.vue +581 -581
  305. package/src/components/LoginTemporary/index.vue +198 -198
  306. package/src/components/LoginTemporary/qrcode.vue +92 -92
  307. package/src/components/LoginTemporary/retrievePw.vue +375 -375
  308. package/src/components/LoginTemporary/utils.js +73 -73
  309. package/src/components/MicroApp/index.js +67 -67
  310. package/src/components/MicroFrame/index.vue +95 -95
  311. package/src/components/MoreTab/index.vue +229 -229
  312. package/src/components/NavMenu/index.vue +60 -60
  313. package/src/components/PageHeader/index.vue +39 -39
  314. package/src/components/PageHeader/style.scss +44 -44
  315. package/src/components/PageLayout/page.vue +15 -15
  316. package/src/components/Pagination/index.vue +165 -165
  317. package/src/components/SecondaryTab/index.vue +57 -57
  318. package/src/components/SelectLazy/index.vue +75 -75
  319. package/src/components/SelectTree/SelectTreeLazy.vue +241 -241
  320. package/src/components/SelectTree/index.vue +206 -206
  321. package/src/components/ShowColumn/index.vue +252 -252
  322. package/src/components/Sifting/index.vue +98 -98
  323. package/src/components/Stamp/index.vue +75 -75
  324. package/src/components/Statis/index.vue +113 -113
  325. package/src/components/Statis/statisItem.vue +65 -65
  326. package/src/components/Statis/statisPopover.vue +63 -63
  327. package/src/components/Step/index.vue +37 -37
  328. package/src/components/Suspend/index.vue +72 -72
  329. package/src/components/Table/filters.js +60 -60
  330. package/src/components/Table/index.vue +89 -89
  331. package/src/components/Table/indexO.vue +149 -149
  332. package/src/components/TableOperateColumn/OperateBtns.vue +86 -86
  333. package/src/components/TableOperateColumn/index.vue +26 -26
  334. package/src/components/Task/index.vue +26 -26
  335. package/src/components/TertiaryTab/index.vue +62 -62
  336. package/src/components/TimePicker/index.vue +28 -28
  337. package/src/components/Upload/index.vue +280 -280
  338. package/src/components/Upload/uploadMsg.vue +114 -114
  339. package/src/components/WornPagination/index.vue +73 -73
  340. package/src/directives/VClickOutside/index.js +27 -27
  341. package/src/directives/VHas/index.js +58 -58
  342. package/src/directives/VMove/index.js +42 -42
  343. package/src/directives/VRuleKey/index.js +201 -201
  344. package/src/directives/VTitle/index.js +109 -109
  345. package/src/index.js +265 -265
  346. package/src/plugins/CompatibleOld/index.js +11 -11
  347. package/src/plugins/Print/index.js +4 -4
  348. package/src/plugins/Print/print-js/.babelrc +12 -12
  349. package/src/plugins/Print/print-js/LICENSE +21 -21
  350. package/src/plugins/Print/print-js/README.md +98 -98
  351. package/src/plugins/Print/print-js/dist/print.css +96 -96
  352. package/src/plugins/Print/print-js/dist/print.js +990 -990
  353. package/src/plugins/Print/print-js/package.json +60 -60
  354. package/src/plugins/Print/print-js/src/index.d.ts +45 -45
  355. package/src/plugins/Print/print-js/src/index.js +10 -10
  356. package/src/plugins/Print/print-js/src/js/browser.js +33 -33
  357. package/src/plugins/Print/print-js/src/js/functions.js +103 -103
  358. package/src/plugins/Print/print-js/src/js/html.js +70 -70
  359. package/src/plugins/Print/print-js/src/js/image.js +48 -48
  360. package/src/plugins/Print/print-js/src/js/init.js +168 -168
  361. package/src/plugins/Print/print-js/src/js/json.js +109 -109
  362. package/src/plugins/Print/print-js/src/js/modal.js +62 -62
  363. package/src/plugins/Print/print-js/src/js/pdf.js +62 -62
  364. package/src/plugins/Print/print-js/src/js/print.js +102 -102
  365. package/src/plugins/Print/print-js/src/js/raw-html.js +15 -15
  366. package/src/plugins/Print/print-js/src/sass/index.scss +13 -13
  367. package/src/plugins/Print/print-js/src/sass/modules/_colors.scss +9 -9
  368. package/src/plugins/Print/print-js/src/sass/partials/_modal.scss +40 -40
  369. package/src/plugins/Print/print-js/src/sass/partials/_spinner.scss +45 -45
  370. package/src/plugins/Print/print.js +2 -2
  371. package/src/plugins/Print/print.scss +1 -1
  372. package/src/plugins/SetMenuTree/index.vue +41 -41
  373. package/src/plugins/SetMenuTree/logoIcon.vue +37 -37
  374. package/src/plugins/SetMenuTree/setmenutree.vue +427 -427
  375. package/src/plugins/SetMenuTree/utils.js +74 -74
  376. package/src/plugins/Sign/InfosecNetSignCNGAgent.min.js +2000 -2000
  377. package/src/plugins/Sign/bjca/XTXSAB.js +2395 -2395
  378. package/src/plugins/Sign/bjca/index.js +129 -129
  379. package/src/plugins/Sign/index.js +28 -28
  380. package/src/plugins/Sign/sign.js +108 -64
  381. package/src/plugins/setTabsForSub.js +2 -2
  382. package/src/utils/auth.js +56 -56
  383. package/src/utils/axios.js +205 -205
  384. package/src/utils/downloadBlob.js +19 -19
  385. package/src/utils/forEachs.js +16 -16
  386. package/src/utils/getScrollContainer.js +43 -43
  387. package/src/utils/handleTab.js +109 -109
  388. package/src/utils/i18n/cn2hk.json +1270 -1270
  389. package/src/utils/i18n/index.js +50 -50
  390. package/src/utils/importGlobal.js +16 -16
  391. package/src/utils/list2tree.js +36 -36
  392. package/src/utils/msgboxPor.js +26 -26
  393. package/src/utils/print.js +161 -161
  394. package/src/utils/relaNo.js +72 -72
  395. package/src/utils/repairElementUI.js +169 -169
  396. package/src/utils/tableheaderFilterpanel.vue +248 -248
  397. package/src/utils/theme.config.js +22 -22
  398. package/src/utils/theme.js +31 -31
  399. package/src/utils/toExcel.js +103 -103
  400. package/src/utils/urlToGo.js +82 -82
  401. package/src/utils/xls2json.js +44 -44
  402. package/src/utils/xlsx2json.js +28 -28
@@ -1,810 +1,810 @@
1
- /**
2
- * 后台明细字段
3
- * id:不需要前端传:后台默认空
4
- * accountId--不需要,后端根据accountNo找Id
5
- * accountCode;--不需要,后端根据accountNo找accountCode
6
- * bankNo--不需要,前端传银行名称,后端根据名称找编号。
7
- * ticketType--单据类型--不传
8
- * ticketNumber-单据编号--不传
9
- * hostTime--银行记账时间--不传
10
- * recerivedTime--记录收到时间--不传
11
- * ------------------------------------------------
12
- * recordDate:日期 +++++
13
- * accountNo:账号 +++++
14
- * amount:金额:有正负
15
- * payAmount:借方金额
16
- * recAmount:贷方金额/收入金额
17
- * balance:余额
18
- * currency:币种 +++++
19
- * opAccountNo:对方账户 +++++ 部分银行是对方、本方账号,好区分。部分银行是收付方账号,需要后台区分谁是本方,谁是对方。
20
- * opAccountName:对方户名
21
- * opBranchBankName:交易行名/对方银行 +++++
22
- * payAccountName:付款户名
23
- * payAccountNo:付款账号 +++++
24
- * payBranchBankName:付款方开户行名 +++++
25
- * recAccountNo:收款账号 +++++
26
- * recAccountName:收款户名
27
- * recBranchBankName:收款方开户行名 +++++
28
- * explain:用途/摘要
29
- * remark:备注
30
- * postScript:附言
31
- * hostId:银行流水号
32
- * balanceDir:收支方向 +++++
33
- * accountInnerNumber --本方内部账号:有就传
34
- * accountInnerName--本方内部户名:有就传
35
- * transType:交易类型
36
- */
37
- module.exports = {
38
- mapperData: {
39
- // **************中行*****************
40
- "交易日期[ Transaction Date ]":"recordDate",
41
- "查询账号[ Inquirer account number ]": "accountNo",
42
- "交易金额[ Trade Amount ]":"amount",
43
- "交易后余额[ After-transaction balance ]":"balance",
44
- "交易货币[ Trade Currency ]":"currency",
45
- "付款人名称[ Payer's Name ]":"payAccountName",
46
- "付款人账号[ Debit Account No. ]":"payAccountNo",
47
- "付款人开户行名[ Payer account bank ]":"payBranchBankName",
48
- "收款人账号[ Payee's Account Number ]":"recAccountNo",
49
- "收款人名称[ Payee's Name ]":"recAccountName",
50
- "收款人开户行名[ Beneficiary account bank ]":"recBranchBankName",
51
- "用途[ Purpose ]":"explain",
52
- "备注[ Remarks ]":"remark",
53
- "交易附言[ Remark ]":"postScript",
54
- "交易流水号[ Transaction reference number ]":"hostId",
55
- "交易类型[ Transaction Type ]":"balanceDir",
56
- "业务类型[ Business type ]":"transType",
57
-
58
- //-------中行 台湾模板 BOC TTL Thailand----------
59
- "交易币种":"currency",
60
- "交易后余额":"balance",
61
- "业务类型":"transType",
62
- "摘要[ Reference ]":"explain",
63
- //-------中行 越南模板 Vietnam----------
64
- "Ngày giao dịch/ Transaction recordDate":"recordDate",
65
- "Số tài khoản/ Account No.:": "accountNo",// 农行xls里面没有账号和币种,需要用户手动添加两行;另外,xls里面有汇总行,需要删除掉.
66
- //"交易金额[ Trade Amount ]":"amount",
67
- "Nợ/ Debit":"payAmount",
68
- "Có / Credit":"recAmount",
69
- "Số dư TK/ Account Balance":"balance",
70
- "Loại tiền tệ/Currency:":"currency",
71
- //"对方账号":"opAccountNo",
72
- //"对方户名":"opAccountName",
73
- //"交易行名":"opBranchBankName",
74
- "Mô tả giao dịch/ Transaction description":"explain",
75
- //"交易说明":"remark",
76
- //"交易附言":"postScript",
77
- "Số giao dịch/ Transaction number":"hostId",
78
- //"交易类型[ Transaction Type ]":"balanceDir",
79
- //"交易方式[ Business type ]":"transType",
80
-
81
- // **************农行*****************
82
- //"交易日期[ Transaction Date ]":"recordDate",
83
- "查询账号": "accountNo",// 农行xls里面没有账号和币种,需要用户手动添加两行;另外,xls里面有汇总行,需要删除掉.
84
- //"交易金额[ Trade Amount ]":"amount",
85
- "支出金额":"payAmount",
86
- "收入金额":"recAmount",
87
- "本次余额":"balance",
88
- "交易货币":"currency",
89
- "对方账号":"opAccountNo",
90
- "对方户名":"opAccountName",
91
- "对方开户行名": "opBranchBankName",
92
- "银行端单据号": "ticketNumber",
93
- "交易行名":"opBranchBankName",
94
- "交易摘要":"explain",
95
- "交易说明":"remark",
96
- "交易附言":"postScript",
97
- "交易日志号":"hostId",
98
- //"交易类型[ Transaction Type ]":"balanceDir",
99
- "交易方式[ Business type ]":"transType",
100
-
101
- // **************交行*****************
102
- "交易时间":"recordDate",
103
- "查询账号:": "accountNo",
104
- //"交易金额[ Trade Amount ]":"amount",
105
- "贷方发生额":"recAmount",
106
- "借方发生额":"payAmount",
107
- "余额":"balance",
108
- "货币":"currency",
109
- //"对方账号":"opAccountNo",
110
- //"对方户名":"opAccountName",
111
- //"交易行名":"opBranchBankName",
112
- "摘要":"explain",
113
- //"交易说明":"remark",
114
- //"交易附言":"postScript",
115
- //"交易日志号":"hostId",
116
- //"交易类型[ Transaction Type ]":"balanceDir",
117
- "凭证种类":"transType",
118
-
119
- // **************中信*****************
120
- "交易日期":"recordDate",//中信xls中既有交易日期,也有交易时间.所以要把这key进行区分,后台处理
121
- "交易账号": "accountNo",
122
- //"贷方发生额":"recAmount",
123
- //"借方发生额":"payAmount",
124
- "账户余额":"balance",
125
- "币种":"currency",
126
- //"对方账号":"opAccountNo",
127
- "对方账户名称":"opAccountName",
128
- "对方账号开户网点名称":"opBranchBankName",
129
- //"摘要":"explain",
130
- //"备注[ Remarks ]":"remark",
131
- "附言":"postScript",
132
- //"交易流水号[ Transaction reference number ]":"hostId",
133
- //"交易类型[ Transaction Type ]":"balanceDir",
134
- //"业务类型[ Business type ]":"transType",
135
-
136
- // **************兴业*****************
137
- //"交易日期":"recordDate",
138
- "账号": "accountNo",
139
- "贷方金额":"recAmount",
140
- "借方金额":"payAmount",
141
- //"账户余额":"balance",
142
- //"币种":"currency",
143
- //"对方账号":"opAccountNo",
144
- //"对方户名":"opAccountName",
145
- "对方银行":"opBranchBankName",
146
- "用途":"explain",
147
- "备注":"remark",
148
- //"附言":"postScript",
149
- "银行流水号":"hostId",
150
- //"交易类型[ Transaction Type ]":"balanceDir",
151
- //"业务类型[ Business type ]":"transType",
152
-
153
- // **************进出口*****************
154
- // TODO :进出口银行:缺账号
155
- //"交易日期":"recordDate",
156
- //"账号": "accountNo",
157
- "支出":"payAmount",
158
- "收入":"recAmount",
159
- //"账户余额":"balance",
160
- //"币种":"currency",
161
- //"对方账号":"opAccountNo",
162
- //"对方账户名称":"opAccountName",
163
- //"备注":"explain",
164
- //"备注":"remark",
165
- //"附言":"postScript",
166
- //"银行流水号":"hostId",
167
- "正反交易标志":"balanceDir",
168
- //"业务类型[ Business type ]":"transType",
169
-
170
- // **************莱商*****************
171
- //"交易时间":"recordDate",
172
- "本单位账号": "accountNo",
173
- "收支(元)":"amount",
174
- //"收入":"recAmount",
175
- "余额(元)":"balance",
176
- //"币种":"currency",
177
- //"对方账号":"opAccountNo",
178
- "对方账户名":"opAccountName",
179
- //"备注":"explain",
180
- //"备注":"remark",
181
- //"附言":"postScript",
182
- "核心流水号":"hostId",
183
- //"正反交易标志":"balanceDir",
184
- //"业务类型[ Business type ]":"transType",
185
-
186
- // **************支付宝*****************
187
- // TODO 支付宝 :账号:手动拆分;
188
- "入账时间":"recordDate",
189
- // "账号": "accountNo",
190
- "收入(+元)":"recAmount",
191
- "支出(-元)":"payAmount",
192
- "账户余额(元)":"balance",
193
- // "币种":"currency",
194
- "对方账户":"opAccountNo",
195
- "对方名称":"opAccountName",
196
- "商品名称":"explain",
197
- //"备注":"remark",
198
- //"附言":"postScript",
199
- "银行订单号":"hostId",
200
- //"正反交易标志":"balanceDir",
201
- //"业务类型[ Business type ]":"transType",
202
-
203
-
204
- // **************南京银行*****************
205
- // TODO 南京银行 :缺账号;
206
- //"交易日期":"recordDate",
207
- // "本单位账号": "accountNo",
208
- //"借方发生额":"payAmount",
209
- //"贷方发生额":"recAmount",
210
- //"余额":"balance",
211
- //"币种":"currency",
212
- //"对方账号":"opAccountNo", 缺币种
213
- //"对方户名":"opAccountName",
214
- //"摘要":"explain",
215
- //"备注":"remark",
216
- //"附言":"postScript",
217
- "柜员流水号":"hostId",
218
- //"正反交易标志":"balanceDir",
219
- //"业务类型[ Business type ]":"transType",
220
-
221
- // **************长沙银行*****************
222
- // TODO 长沙银行 :缺账号;
223
- //"交易日期":"recordDate",
224
- //"本单位账号": "accountNo",
225
- //"收入":"amount",
226
- //"支出":"recAmount",
227
- //"账户余额":"balance",
228
- //"币种":"currency",
229
- //"对方账号":"opAccountNo",
230
- //"对方户名":"opAccountName",
231
- //"备注":"explain",
232
- //"备注":"remark",
233
- //"附言":"postScript",
234
- "交易流水号":"hostId",
235
- //"正反交易标志":"balanceDir",
236
- //"业务类型[ Business type ]":"transType",
237
-
238
- // **************北京银行*****************
239
- "记账日期":"recordDate",
240
- "账号:": "accountNo",
241
- //"借方发生额":"amount",
242
- //"贷方发生额":"recAmount",
243
- //"余额":"balance",
244
- //"币种":"currency",
245
- //"对方账户":"opAccountNo",
246
- //"对方户名":"opAccountName",
247
- //"备注":"explain",
248
- //"用途":"remark",
249
- //"附言":"postScript",
250
- "流水号":"hostId",
251
- //"正反交易标志":"balanceDir",
252
- //"业务类型[ Business type ]":"transType",
253
-
254
- // **************法巴银行*****************
255
- "入账日期":"recordDate",//31/07/2020
256
- "账户": "accountNo",
257
- "金额":"amount",
258
- //"收入":"recAmount",
259
- //"余额(元)":"balance",
260
- //"币种":"currency",
261
- //"对方账号":"opAccountNo",
262
- //"对方账户名":"opAccountName",
263
- "描述":"explain",
264
- //"备注":"remark",
265
- //"附言":"postScript",
266
- //"流水号":"hostId",
267
- //"正反交易标志":"balanceDir",
268
- //"业务类型[ Business type ]":"transType",
269
-
270
- // **************工行*****************
271
- //"交易时间":"recordDate",
272
- "本方账号": "accountNo",
273
- //"收支(元)":"amount",
274
- //"收入":"recAmount",
275
- //"余额(元)":"balance",
276
- //"币种":"currency",
277
- //"对方账号":"opAccountNo",
278
- //"对方账户名":"opAccountName",
279
- //"备注":"explain",
280
- //"备注":"remark",
281
- "个性化信息":"postScript",
282
- //"核心流水号":"hostId",
283
- //"正反交易标志":"balanceDir",
284
- //"业务类型[ Business type ]":"transType",
285
-
286
- // **************花旗*****************
287
- // TODO 花旗 :xls下面多了2行统计信息,要删掉.
288
- "Entry Date":"recordDate",
289
- "Account Number": "accountNo",
290
- "Amount":"amount",
291
- //"收入":"recAmount",
292
- //"余额(元)":"balance",
293
- "Currency":"currency",
294
- "Customer Number":"opAccountNo",
295
- "Customer Name":"opAccountName",
296
- "Transaction Description (Details)":"explain",
297
- //"备注":"remark",
298
- //"附言":"postScript",
299
- //"核心流水号":"hostId",
300
- "借/贷":"balanceDir",
301
- //"业务类型[ Business type ]":"transType",
302
-
303
- // **************建行*****************
304
- //"交易时间":"recordDate",
305
- "账  号": "accountNo",
306
- "贷方发生额/元(收入)":"recAmount",
307
- "借方发生额/元(支取)":"payAmount",
308
- //"余额":"balance",
309
- //"币种":"currency",
310
- //"对方账号":"opAccountNo",
311
- //"对方账户名":"opAccountName",
312
- "对方开户机构":"opBranchBankName",
313
- //"备注":"explain",
314
- //"备注":"remark",
315
- //"附言":"postScript",
316
- "账户明细编号-交易流水号":"hostId",
317
- //"正反交易标志":"balanceDir",
318
- //"业务类型[ Business type ]":"transType",
319
-
320
- // **************江苏银行*****************
321
- //"交易时间":"recordDate",
322
- //"付款账号": "accountNo",
323
- "交易金额":"amount",
324
- //"收入":"recAmount",
325
- //"账户余额":"balance",
326
- //"币种":"currency",
327
- //"对方账号":"opAccountNo",
328
- //"对方账户名":"opAccountName",
329
- "摘要代码":"explain",
330
- //"备注":"remark",
331
- //"附言":"postScript",
332
- // "核心流水号":"hostId",
333
- //"正反交易标志":"balanceDir",
334
- //"业务类型[ Business type ]":"transType",
335
-
336
- // **************明生银行*****************
337
- //"交易时间":"recordDate",
338
- //"账号": "accountNo",
339
- //"收支(元)":"amount",
340
- //"收入":"recAmount",
341
- //"账户余额":"balance",
342
- //"币种":"currency",
343
- //"对方账号":"opAccountNo",
344
- "对方账号名称":"opAccountName",
345
- //"备注":"explain",
346
- //"备注":"remark",
347
- //"附言":"postScript",
348
- "主机交易流水号":"hostId",
349
- "借贷标记":"balanceDir",
350
- //"业务类型[ Business type ]":"transType",
351
-
352
- // **************国开*****************
353
- // TODO 国开 :账号列必须拆开:存款账号:
354
- //"交易时间":"recordDate",
355
- "存款账号:": "accountNo",
356
- "存款账号": "accountNo",
357
- "发生额(元)":"amount",
358
- //"收入":"recAmount",
359
- "交易后余额(元)":"balance",
360
- //"币种":"currency",
361
- "付款户名":"payAccountName",
362
- //"付款账号":"payAccountNo",
363
- "付款方开户行名":"payBranchBankName",
364
- "收款账号":"recAccountNo",
365
- "收款户名":"recAccountName",
366
- "收款方开户行名":"recBranchBankName",
367
- //"对方账号":"opAccountNo",
368
- //"对方账户名":"opAccountName",
369
- //"备注":"explain",
370
- //"备注":"remark",
371
- //"附言":"postScript",
372
- //"核心流水号":"hostId",
373
- "收入/支出标志":"balanceDir",
374
- //"业务类型[ Business type ]":"transType",
375
-
376
- // **************宁波银行*****************
377
- //"交易时间":"recordDate",
378
- //"账号": "accountNo",
379
- //"收支(元)":"amount",
380
- //"收入":"recAmount",
381
- //"余额(元)":"balance",
382
- //"币种":"currency",
383
- //"对方账号":"opAccountNo",
384
- //"对方账户名":"opAccountName",
385
- //"备注":"explain",
386
- //"备注":"remark",
387
- //"附言":"postScript",
388
- //"核心流水号":"hostId",
389
- //"正反交易标志":"balanceDir",
390
- //"业务类型[ Business type ]":"transType",
391
-
392
- // **************苏州银行*****************
393
- //"交易时间":"recordDate",
394
- //"账号:": "accountNo",
395
- //"支出":"amount",
396
- //"收入":"recAmount",
397
- //"余额":"balance",
398
- //"币种":"currency",
399
- //"对方账号":"opAccountNo",
400
- //"对方账户名":"opAccountName",
401
- //"备注":"explain",
402
- //"备注":"remark",
403
- //"附言":"postScript",
404
- //"核心流水号":"hostId",
405
- //"正反交易标志":"balanceDir",
406
- //"业务类型[ Business type ]":"transType",
407
-
408
- // **************招行***************** :
409
- // TODO:招行:对方信息居然在一个列里面.
410
- "交易日":"recordDate",
411
- "银行账号": "accountNo",
412
- //"贷方金额":"amount",
413
- //"收入":"recAmount",
414
- //"余额(元)":"balance",
415
- "账户币种":"currency",
416
- //"对方账号":"opAccountNo",
417
- //"对方账户名":"opAccountName",
418
- //"备注":"explain",
419
- //"备注":"remark",
420
- //"附言":"postScript",
421
- //"流水号":"hostId",
422
- //"正反交易标志":"balanceDir",
423
- //"业务类型[ Business type ]":"transType",
424
-
425
- // **************浙商*****************
426
- // TODO:浙商:账号要拆分出来:账号:;下方的统计行要删掉.
427
- //"交易时间":"recordDate",
428
- //"账号:": "accountNo",
429
- "贷方发生金额(元)":"recAmount",
430
- "借方发生金额(元)":"payAmount",
431
- "交易后余额(元)":"balance",
432
- //"币种":"currency",
433
- //"对方账号":"opAccountNo",
434
- //"对方账户名":"opAccountName",
435
- "附言/备注":"explain",
436
- //"备注":"remark",
437
- //"附言":"postScript",
438
- //"核心流水号":"hostId",
439
- //"正反交易标志":"balanceDir",
440
- //"业务类型[ Business type ]":"transType",
441
-
442
- // **************广发*****************
443
- //"交易时间":"recordDate",
444
- //"账号:": "accountNo",
445
- //"收支(元)":"amount",
446
- //"收入":"recAmount",
447
- //"余额(元)":"balance",
448
- "币种:":"currency",
449
- //"对方账号":"opAccountNo",
450
- //"对方账户名":"opAccountName",
451
- //"备注":"explain",
452
- //"备注":"remark",
453
- //"附言":"postScript",
454
- //"核心流水号":"hostId",
455
- //"正反交易标志":"balanceDir",
456
- //"业务类型[ Business type ]":"transType",
457
-
458
- // **************湖南农村信用社*****************
459
- // TODO 湖南农村信用社:有汇总行要删掉
460
- //"交易日期 ":"recordDate",
461
- "账户:": "accountNo",
462
- //"收支(元)":"amount",
463
- //"收入":"recAmount",
464
- //"余额(元)":"balance",
465
- //"币种":"currency",
466
- //"对方账号":"opAccountNo",
467
- //"对方账户名":"opAccountName",
468
- //"摘要内容":"explain",
469
- //"交易摘要":"remark",
470
- //"附言":"postScript",
471
- //"核心流水号":"hostId",
472
- //"正反交易标志":"balanceDir",
473
- //"业务类型[ Business type ]":"transType",
474
-
475
- // **************湖南工行*****************
476
- // TODO :湖南工行 ,缺账号
477
- //"交易时间":"recordDate",
478
- //"本单位账号": "accountNo",
479
- //"收入金额":"amount",
480
- //"收入":"recAmount",
481
- //"本次余额":"balance",
482
- //"币种":"currency",
483
- //"对方账号":"opAccountNo",
484
- //"对方户名":"opAccountName",
485
- //"交易摘要":"explain",
486
- //"备注":"remark",
487
- //"交易附言":"postScript",
488
- //"交易日志号":"hostId",
489
- //"正反交易标志":"balanceDir",
490
- //"业务类型[ Business type ]":"transType",
491
-
492
- // **************江南*****************
493
- //"交易时间":"recordDate",
494
- //"本单位账号": "accountNo",
495
- //"收支(元)":"amount",
496
- //"收入":"recAmount",
497
- //"余额(元)":"balance",
498
- //"币种":"currency",
499
- //"对方账号":"opAccountNo",
500
- //"对方账户名称":"opAccountName",
501
- //"备注":"explain",
502
- //"备注":"remark",
503
- //"附言":"postScript",
504
- //"核心流水号":"hostId",
505
- //"正反交易标志":"balanceDir",
506
- //"业务类型[ Business type ]":"transType",
507
-
508
- // **************平安*****************
509
- //"交易时间":"recordDate",
510
- //"本单位账号": "accountNo",
511
- "贷":"recAmount",
512
- "借":"payAmount",
513
- //"账户余额":"balance",
514
- //"币种":"currency",
515
- //"对方账号":"opAccountNo",
516
- //"对方账户名":"opAccountName",
517
- //"备注":"explain",
518
- //"用途":"remark",
519
- //"附言":"postScript",
520
- //"核心流水号":"hostId",
521
- //"正反交易标志":"balanceDir",
522
- //"业务类型[ Business type ]":"transType",
523
-
524
- // **************邮政*****************
525
- // TODO 邮政:缺账号.
526
- //"交易时间":"recordDate",
527
- //"本单位账号": "accountNo",
528
- //"收支(元)":"amount",
529
- //"收入":"recAmount",
530
- //"余额(元)":"balance",
531
- //"币种":"currency",
532
- //"对方账号":"opAccountNo",
533
- //"对方账户名":"opAccountName",
534
- //"备注":"explain",
535
- //"备注":"remark",
536
- //"附言":"postScript",
537
- //"核心流水号":"hostId",
538
- //"正反交易标志":"balanceDir",
539
- //"业务类型[ Business type ]":"transType",
540
-
541
- // **************华夏*****************
542
- // TODO:华夏:PDF,解析不了
543
- //"交易时间":"recordDate",
544
- //"本单位账号": "accountNo",
545
- //"交易金额(借)":"payAmount",
546
- //"交易金额(贷)":"recAmount",
547
- //"余额(元)":"balance",
548
- //"币种":"currency",
549
- //"对方账号":"opAccountNo",
550
- //"对方账户名":"opAccountName",
551
- //"备注":"explain",
552
- //"备注":"remark",
553
- //"附言":"postScript",
554
- //"核心流水号":"hostId",
555
- //"正反交易标志":"balanceDir",
556
- //"业务类型[ Business type ]":"transType",
557
-
558
- // **************光大*****************
559
- //"交易时间":"recordDate",
560
- "账号:": "accountNo",
561
- //"收支(元)":"amount",
562
- //"收入":"recAmount",
563
- //"余额(元)":"balance",
564
- //"币种":"currency",
565
- //"对方账号":"opAccountNo",
566
- //"对方名称":"opAccountName",
567
- //"备注":"explain",
568
- //"备注":"remark",
569
- //"附言":"postScript",
570
- //"核心流水号":"hostId",
571
- //"正反交易标志":"balanceDir",
572
- //"业务类型[ Business type ]":"transType",
573
-
574
- // **************巴克莱*****************
575
- // TODO:巴克莱:图片,解析不了.
576
- //"交易时间":"recordDate",
577
- //"本单位账号": "accountNo",
578
- //"收支(元)":"amount",
579
- //"收入":"recAmount",
580
- //"余额(元)":"balance",
581
- //"币种":"currency",
582
- //"对方账号":"opAccountNo",
583
- //"对方账户名":"opAccountName",
584
- //"备注":"explain",
585
- //"备注":"remark",
586
- //"附言":"postScript",
587
- //"核心流水号":"hostId",
588
- //"正反交易标志":"balanceDir",
589
- //"业务类型[ Business type ]":"transType",
590
-
591
- // **************大丰农商行*****************:
592
- // TODO:大丰农商行:图片,解析不了.
593
- //"交易时间":"recordDate",
594
- //"本单位账号": "accountNo",
595
- //"收支(元)":"amount",
596
- //"收入":"recAmount",
597
- //"余额(元)":"balance",
598
- //"币种":"currency",
599
- //"对方账号":"opAccountNo",
600
- //"对方账户名":"opAccountName",
601
- //"备注":"explain",
602
- //"备注":"remark",
603
- //"附言":"postScript",
604
- //"核心流水号":"hostId",
605
- //"正反交易标志":"balanceDir",
606
- //"业务类型[ Business type ]":"transType",
607
-
608
- // **************民生商行*****************:
609
- // TODO:大丰农商行:图片,解析不了.
610
- //"交易日期":"recordDate",
611
- //"账号:": "accountNo",
612
- //"借方发生额":"payAmount",
613
- //"收入":"recAmount",
614
- //"余额(元)":"balance",
615
- "币种:":"currency",
616
- //"对方账号":"opAccountNo",
617
- //"对方账户名":"opAccountName",
618
- //"备注":"explain",
619
- //"备注":"remark",
620
- //"附言":"postScript",
621
- //"核心流水号":"hostId",
622
- //"正反交易标志":"balanceDir",
623
- //"业务类型[ Business type ]":"transType",
624
-
625
- // **************哥伦比亚银行:bancolombia*****************:
626
- // TODO:没有title
627
- //"交易时间":"recordDate",
628
- //"本单位账号": "accountNo",
629
- //"收支(元)":"amount",
630
- //"收入":"recAmount",
631
- //"余额(元)":"balance",
632
- //"币种":"currency",
633
- //"对方账号":"opAccountNo",
634
- //"对方账户名":"opAccountName",
635
- //"备注":"explain",
636
- //"备注":"remark",
637
- //"附言":"postScript",
638
- //"核心流水号":"hostId",
639
- //"正反交易标志":"balanceDir",
640
- //"业务类型[ Business type ]":"transType",
641
-
642
- // **************CBM 马尔代夫商业银行*****************:
643
- "Date-Posted":"recordDate",
644
- "Account#": "accountNo",
645
- //"收入":"recAmount",
646
- //"余额(元)":"balance",
647
- //"币种":"currency",
648
- //"对方账号":"opAccountNo",
649
- //"对方账户名":"opAccountName",
650
- "Description":"explain",
651
- "Effective-Date":"remark",
652
- //"附言":"postScript",
653
- //"核心流水号":"hostId",
654
- //"正反交易标志":"balanceDir",
655
- //"业务类型[ Business type ]":"transType",
656
-
657
- // **************花旗TEG英国*****************:TODO:以多行的形式展示,不支持导入.
658
-
659
- // **************花旗 日本*****************:TODO导入空白,不报错
660
- //"Entry Date":"recordDate",
661
- "account number": "accountNo",
662
- //"Amount":"amount",
663
- //"收入":"recAmount",
664
- "Closing Ledger Balance":"balance",
665
- //"Currency":"currency",
666
- //"对方账号":"opAccountNo",
667
- //"对方账户名":"opAccountName",
668
- "Transaction Description":"explain",
669
- //"Effective-Date ":"remark",
670
- //"附言":"postScript",
671
- //"核心流水号":"hostId",
672
- //"正反交易标志":"balanceDir",
673
- "Account Type":"transType",
674
-
675
- // **************NBG SAE:希腊国家银行*****************:TODO导入空白,不报错
676
- "Valeur":"recordDate",
677
- "Account": "accountNo",
678
- //"Amount":"amount",
679
- //"收入":"recAmount",
680
- "Ledger Balance":"balance",
681
- //"Currency":"currency",
682
- //"对方账号":"opAccountNo",
683
- //"对方账户名":"opAccountName",
684
- "Details":"explain",
685
- //"Effective-Date ":"remark",
686
- //"附言":"postScript",
687
- //"核心流水号":"hostId",
688
- //"正反交易标志":"balanceDir",
689
- //"Account Type":"transType",
690
-
691
- // **************SCB TTL*****************:
692
- "Date":"recordDate",
693
- //"Account Number": "accountNo",
694
- "Debit Amount":"payAmount",
695
- "Credit Amount":"recAmount",
696
- "Balance Amount":"balance",
697
- //"Currency":"currency",
698
- //"对方账号":"opAccountNo",
699
- //"对方账户名":"opAccountName",
700
- //"Description":"explain",
701
- //"Effective-Date ":"remark",
702
- //"附言":"postScript",
703
- //"核心流水号":"hostId",
704
- //"正反交易标志":"balanceDir",
705
- //"Account Type":"transType",
706
-
707
- // **************Toho TSJE JP东宝株式会社 *****************:
708
- //"Value Date":"recordDate",
709
- //"Account Number": "accountNo",
710
- //"交易金额":"amount",
711
- //"Credit Amount":"recAmount",
712
- //"账户余额":"balance",
713
- //"Currency":"currency",
714
- //"对方账号":"opAccountNo",
715
- //"对方账户名":"opAccountName",
716
- //"Description":"explain",
717
- //"Effective-Date ":"remark",
718
- //"附言":"postScript",
719
- //"核心流水号":"hostId",
720
- //"正反交易标志":"balanceDir",
721
- //"Account Type":"transType",
722
-
723
- // **************美国富国银行:Wells Fargo Bank *****************:
724
- "As-Of Date":"recordDate",
725
- "Acct No": "accountNo",
726
- "Debit Amt":"payAmount",
727
- "Credit Amt":"recAmount",
728
- //"Balance Amount":"balance",
729
- //"Currency":"currency",
730
- //"对方账号":"opAccountNo",
731
- //"对方账户名":"opAccountName",
732
- "Tran Desc":"explain",
733
- //"Effective-Date ":"remark",
734
- //"附言":"postScript",
735
- //"核心流水号":"hostId",
736
- //"正反交易标志":"balanceDir",
737
- //"Account Type":"transType",
738
-
739
- // **************兴业TED *****************:
740
- //"Value Date":"recordDate",
741
- //"账号": "accountNo",
742
- "Withdrawal":"payAmount",
743
- "Deposit":"recAmount",
744
- "Balance":"balance",
745
- //"Currency":"currency",
746
- //"对方账号":"opAccountNo",
747
- //"对方账户名":"opAccountName",
748
- "Particulars":"explain",
749
- //"Effective-Date ":"remark",
750
- //"附言":"postScript",
751
- //"核心流水号":"hostId",
752
- //"正反交易标志":"balanceDir",
753
- //"Account Type":"transType",
754
-
755
- // **************西班牙桑坦德银行 *****************:
756
- "Fecha de operación":"recordDate",
757
- "Cuenta": "accountNo",
758
- //"Withdrawal":"payAmount",
759
- "Importe":"amount",
760
- "Saldo":"balance",
761
- "Divisa":"currency",
762
- //"对方账号":"opAccountNo",
763
- //"对方账户名":"opAccountName",
764
- //"Particulars":"explain",
765
- //"Effective-Date ":"remark",
766
- //"附言":"postScript",
767
- //"核心流水号":"hostId",
768
- //"正反交易标志":"balanceDir",
769
- //"Account Type":"transType",
770
-
771
- // **************KB TTK银行 *****************:
772
- "Transaction recordDate":"recordDate",
773
- //"Cuenta": "accountNo",
774
- "Withdrawn Amount(Won)":"payAmount",
775
- "Deposited Amount(Won)":"recAmount",
776
- "(Won)":"balance",
777
- //"Divisa":"currency",
778
- //"对方账号":"opAccountNo",
779
- //"对方账户名":"opAccountName",
780
- //"Particulars":"explain",
781
- //"Effective-Date ":"remark",
782
- //"附言":"postScript",
783
- //"核心流水号":"hostId",
784
- //"Description":"balanceDir",
785
- //"Account Type":"transType",
786
-
787
- // **************IBK TMK银行 *****************:
788
- //"Transaction recordDate":"recordDate",
789
- //"Cuenta": "accountNo",
790
- "Receive":"payAmount",
791
- "Withdraw":"recAmount",
792
- "Balance after transaction":"balance",
793
- //"Divisa":"currency",
794
- //"对方账号":"opAccountNo",
795
- //"对方账户名":"opAccountName",
796
- //"Particulars":"explain",
797
- //"Effective-Date ":"remark",
798
- //"附言":"postScript",
799
- //"核心流水号":"hostId",
800
- "Transaction contents":"balanceDir",
801
- //"Account Type":"transType",
802
-
803
- "":"",
804
- //模板
805
- "*银行账号":"accountNo",
806
- "*日期":"recordDate",
807
- "*币种(名称)":"currency",
808
- "*摘要":"summary",
809
- }
1
+ /**
2
+ * 后台明细字段
3
+ * id:不需要前端传:后台默认空
4
+ * accountId--不需要,后端根据accountNo找Id
5
+ * accountCode;--不需要,后端根据accountNo找accountCode
6
+ * bankNo--不需要,前端传银行名称,后端根据名称找编号。
7
+ * ticketType--单据类型--不传
8
+ * ticketNumber-单据编号--不传
9
+ * hostTime--银行记账时间--不传
10
+ * recerivedTime--记录收到时间--不传
11
+ * ------------------------------------------------
12
+ * recordDate:日期 +++++
13
+ * accountNo:账号 +++++
14
+ * amount:金额:有正负
15
+ * payAmount:借方金额
16
+ * recAmount:贷方金额/收入金额
17
+ * balance:余额
18
+ * currency:币种 +++++
19
+ * opAccountNo:对方账户 +++++ 部分银行是对方、本方账号,好区分。部分银行是收付方账号,需要后台区分谁是本方,谁是对方。
20
+ * opAccountName:对方户名
21
+ * opBranchBankName:交易行名/对方银行 +++++
22
+ * payAccountName:付款户名
23
+ * payAccountNo:付款账号 +++++
24
+ * payBranchBankName:付款方开户行名 +++++
25
+ * recAccountNo:收款账号 +++++
26
+ * recAccountName:收款户名
27
+ * recBranchBankName:收款方开户行名 +++++
28
+ * explain:用途/摘要
29
+ * remark:备注
30
+ * postScript:附言
31
+ * hostId:银行流水号
32
+ * balanceDir:收支方向 +++++
33
+ * accountInnerNumber --本方内部账号:有就传
34
+ * accountInnerName--本方内部户名:有就传
35
+ * transType:交易类型
36
+ */
37
+ module.exports = {
38
+ mapperData: {
39
+ // **************中行*****************
40
+ "交易日期[ Transaction Date ]":"recordDate",
41
+ "查询账号[ Inquirer account number ]": "accountNo",
42
+ "交易金额[ Trade Amount ]":"amount",
43
+ "交易后余额[ After-transaction balance ]":"balance",
44
+ "交易货币[ Trade Currency ]":"currency",
45
+ "付款人名称[ Payer's Name ]":"payAccountName",
46
+ "付款人账号[ Debit Account No. ]":"payAccountNo",
47
+ "付款人开户行名[ Payer account bank ]":"payBranchBankName",
48
+ "收款人账号[ Payee's Account Number ]":"recAccountNo",
49
+ "收款人名称[ Payee's Name ]":"recAccountName",
50
+ "收款人开户行名[ Beneficiary account bank ]":"recBranchBankName",
51
+ "用途[ Purpose ]":"explain",
52
+ "备注[ Remarks ]":"remark",
53
+ "交易附言[ Remark ]":"postScript",
54
+ "交易流水号[ Transaction reference number ]":"hostId",
55
+ "交易类型[ Transaction Type ]":"balanceDir",
56
+ "业务类型[ Business type ]":"transType",
57
+
58
+ //-------中行 台湾模板 BOC TTL Thailand----------
59
+ "交易币种":"currency",
60
+ "交易后余额":"balance",
61
+ "业务类型":"transType",
62
+ "摘要[ Reference ]":"explain",
63
+ //-------中行 越南模板 Vietnam----------
64
+ "Ngày giao dịch/ Transaction recordDate":"recordDate",
65
+ "Số tài khoản/ Account No.:": "accountNo",// 农行xls里面没有账号和币种,需要用户手动添加两行;另外,xls里面有汇总行,需要删除掉.
66
+ //"交易金额[ Trade Amount ]":"amount",
67
+ "Nợ/ Debit":"payAmount",
68
+ "Có / Credit":"recAmount",
69
+ "Số dư TK/ Account Balance":"balance",
70
+ "Loại tiền tệ/Currency:":"currency",
71
+ //"对方账号":"opAccountNo",
72
+ //"对方户名":"opAccountName",
73
+ //"交易行名":"opBranchBankName",
74
+ "Mô tả giao dịch/ Transaction description":"explain",
75
+ //"交易说明":"remark",
76
+ //"交易附言":"postScript",
77
+ "Số giao dịch/ Transaction number":"hostId",
78
+ //"交易类型[ Transaction Type ]":"balanceDir",
79
+ //"交易方式[ Business type ]":"transType",
80
+
81
+ // **************农行*****************
82
+ //"交易日期[ Transaction Date ]":"recordDate",
83
+ "查询账号": "accountNo",// 农行xls里面没有账号和币种,需要用户手动添加两行;另外,xls里面有汇总行,需要删除掉.
84
+ //"交易金额[ Trade Amount ]":"amount",
85
+ "支出金额":"payAmount",
86
+ "收入金额":"recAmount",
87
+ "本次余额":"balance",
88
+ "交易货币":"currency",
89
+ "对方账号":"opAccountNo",
90
+ "对方户名":"opAccountName",
91
+ "对方开户行名": "opBranchBankName",
92
+ "银行端单据号": "ticketNumber",
93
+ "交易行名":"opBranchBankName",
94
+ "交易摘要":"explain",
95
+ "交易说明":"remark",
96
+ "交易附言":"postScript",
97
+ "交易日志号":"hostId",
98
+ //"交易类型[ Transaction Type ]":"balanceDir",
99
+ "交易方式[ Business type ]":"transType",
100
+
101
+ // **************交行*****************
102
+ "交易时间":"recordDate",
103
+ "查询账号:": "accountNo",
104
+ //"交易金额[ Trade Amount ]":"amount",
105
+ "贷方发生额":"recAmount",
106
+ "借方发生额":"payAmount",
107
+ "余额":"balance",
108
+ "货币":"currency",
109
+ //"对方账号":"opAccountNo",
110
+ //"对方户名":"opAccountName",
111
+ //"交易行名":"opBranchBankName",
112
+ "摘要":"explain",
113
+ //"交易说明":"remark",
114
+ //"交易附言":"postScript",
115
+ //"交易日志号":"hostId",
116
+ //"交易类型[ Transaction Type ]":"balanceDir",
117
+ "凭证种类":"transType",
118
+
119
+ // **************中信*****************
120
+ "交易日期":"recordDate",//中信xls中既有交易日期,也有交易时间.所以要把这key进行区分,后台处理
121
+ "交易账号": "accountNo",
122
+ //"贷方发生额":"recAmount",
123
+ //"借方发生额":"payAmount",
124
+ "账户余额":"balance",
125
+ "币种":"currency",
126
+ //"对方账号":"opAccountNo",
127
+ "对方账户名称":"opAccountName",
128
+ "对方账号开户网点名称":"opBranchBankName",
129
+ //"摘要":"explain",
130
+ //"备注[ Remarks ]":"remark",
131
+ "附言":"postScript",
132
+ //"交易流水号[ Transaction reference number ]":"hostId",
133
+ //"交易类型[ Transaction Type ]":"balanceDir",
134
+ //"业务类型[ Business type ]":"transType",
135
+
136
+ // **************兴业*****************
137
+ //"交易日期":"recordDate",
138
+ "账号": "accountNo",
139
+ "贷方金额":"recAmount",
140
+ "借方金额":"payAmount",
141
+ //"账户余额":"balance",
142
+ //"币种":"currency",
143
+ //"对方账号":"opAccountNo",
144
+ //"对方户名":"opAccountName",
145
+ "对方银行":"opBranchBankName",
146
+ "用途":"explain",
147
+ "备注":"remark",
148
+ //"附言":"postScript",
149
+ "银行流水号":"hostId",
150
+ //"交易类型[ Transaction Type ]":"balanceDir",
151
+ //"业务类型[ Business type ]":"transType",
152
+
153
+ // **************进出口*****************
154
+ // TODO :进出口银行:缺账号
155
+ //"交易日期":"recordDate",
156
+ //"账号": "accountNo",
157
+ "支出":"payAmount",
158
+ "收入":"recAmount",
159
+ //"账户余额":"balance",
160
+ //"币种":"currency",
161
+ //"对方账号":"opAccountNo",
162
+ //"对方账户名称":"opAccountName",
163
+ //"备注":"explain",
164
+ //"备注":"remark",
165
+ //"附言":"postScript",
166
+ //"银行流水号":"hostId",
167
+ "正反交易标志":"balanceDir",
168
+ //"业务类型[ Business type ]":"transType",
169
+
170
+ // **************莱商*****************
171
+ //"交易时间":"recordDate",
172
+ "本单位账号": "accountNo",
173
+ "收支(元)":"amount",
174
+ //"收入":"recAmount",
175
+ "余额(元)":"balance",
176
+ //"币种":"currency",
177
+ //"对方账号":"opAccountNo",
178
+ "对方账户名":"opAccountName",
179
+ //"备注":"explain",
180
+ //"备注":"remark",
181
+ //"附言":"postScript",
182
+ "核心流水号":"hostId",
183
+ //"正反交易标志":"balanceDir",
184
+ //"业务类型[ Business type ]":"transType",
185
+
186
+ // **************支付宝*****************
187
+ // TODO 支付宝 :账号:手动拆分;
188
+ "入账时间":"recordDate",
189
+ // "账号": "accountNo",
190
+ "收入(+元)":"recAmount",
191
+ "支出(-元)":"payAmount",
192
+ "账户余额(元)":"balance",
193
+ // "币种":"currency",
194
+ "对方账户":"opAccountNo",
195
+ "对方名称":"opAccountName",
196
+ "商品名称":"explain",
197
+ //"备注":"remark",
198
+ //"附言":"postScript",
199
+ "银行订单号":"hostId",
200
+ //"正反交易标志":"balanceDir",
201
+ //"业务类型[ Business type ]":"transType",
202
+
203
+
204
+ // **************南京银行*****************
205
+ // TODO 南京银行 :缺账号;
206
+ //"交易日期":"recordDate",
207
+ // "本单位账号": "accountNo",
208
+ //"借方发生额":"payAmount",
209
+ //"贷方发生额":"recAmount",
210
+ //"余额":"balance",
211
+ //"币种":"currency",
212
+ //"对方账号":"opAccountNo", 缺币种
213
+ //"对方户名":"opAccountName",
214
+ //"摘要":"explain",
215
+ //"备注":"remark",
216
+ //"附言":"postScript",
217
+ "柜员流水号":"hostId",
218
+ //"正反交易标志":"balanceDir",
219
+ //"业务类型[ Business type ]":"transType",
220
+
221
+ // **************长沙银行*****************
222
+ // TODO 长沙银行 :缺账号;
223
+ //"交易日期":"recordDate",
224
+ //"本单位账号": "accountNo",
225
+ //"收入":"amount",
226
+ //"支出":"recAmount",
227
+ //"账户余额":"balance",
228
+ //"币种":"currency",
229
+ //"对方账号":"opAccountNo",
230
+ //"对方户名":"opAccountName",
231
+ //"备注":"explain",
232
+ //"备注":"remark",
233
+ //"附言":"postScript",
234
+ "交易流水号":"hostId",
235
+ //"正反交易标志":"balanceDir",
236
+ //"业务类型[ Business type ]":"transType",
237
+
238
+ // **************北京银行*****************
239
+ "记账日期":"recordDate",
240
+ "账号:": "accountNo",
241
+ //"借方发生额":"amount",
242
+ //"贷方发生额":"recAmount",
243
+ //"余额":"balance",
244
+ //"币种":"currency",
245
+ //"对方账户":"opAccountNo",
246
+ //"对方户名":"opAccountName",
247
+ //"备注":"explain",
248
+ //"用途":"remark",
249
+ //"附言":"postScript",
250
+ "流水号":"hostId",
251
+ //"正反交易标志":"balanceDir",
252
+ //"业务类型[ Business type ]":"transType",
253
+
254
+ // **************法巴银行*****************
255
+ "入账日期":"recordDate",//31/07/2020
256
+ "账户": "accountNo",
257
+ "金额":"amount",
258
+ //"收入":"recAmount",
259
+ //"余额(元)":"balance",
260
+ //"币种":"currency",
261
+ //"对方账号":"opAccountNo",
262
+ //"对方账户名":"opAccountName",
263
+ "描述":"explain",
264
+ //"备注":"remark",
265
+ //"附言":"postScript",
266
+ //"流水号":"hostId",
267
+ //"正反交易标志":"balanceDir",
268
+ //"业务类型[ Business type ]":"transType",
269
+
270
+ // **************工行*****************
271
+ //"交易时间":"recordDate",
272
+ "本方账号": "accountNo",
273
+ //"收支(元)":"amount",
274
+ //"收入":"recAmount",
275
+ //"余额(元)":"balance",
276
+ //"币种":"currency",
277
+ //"对方账号":"opAccountNo",
278
+ //"对方账户名":"opAccountName",
279
+ //"备注":"explain",
280
+ //"备注":"remark",
281
+ "个性化信息":"postScript",
282
+ //"核心流水号":"hostId",
283
+ //"正反交易标志":"balanceDir",
284
+ //"业务类型[ Business type ]":"transType",
285
+
286
+ // **************花旗*****************
287
+ // TODO 花旗 :xls下面多了2行统计信息,要删掉.
288
+ "Entry Date":"recordDate",
289
+ "Account Number": "accountNo",
290
+ "Amount":"amount",
291
+ //"收入":"recAmount",
292
+ //"余额(元)":"balance",
293
+ "Currency":"currency",
294
+ "Customer Number":"opAccountNo",
295
+ "Customer Name":"opAccountName",
296
+ "Transaction Description (Details)":"explain",
297
+ //"备注":"remark",
298
+ //"附言":"postScript",
299
+ //"核心流水号":"hostId",
300
+ "借/贷":"balanceDir",
301
+ //"业务类型[ Business type ]":"transType",
302
+
303
+ // **************建行*****************
304
+ //"交易时间":"recordDate",
305
+ "账  号": "accountNo",
306
+ "贷方发生额/元(收入)":"recAmount",
307
+ "借方发生额/元(支取)":"payAmount",
308
+ //"余额":"balance",
309
+ //"币种":"currency",
310
+ //"对方账号":"opAccountNo",
311
+ //"对方账户名":"opAccountName",
312
+ "对方开户机构":"opBranchBankName",
313
+ //"备注":"explain",
314
+ //"备注":"remark",
315
+ //"附言":"postScript",
316
+ "账户明细编号-交易流水号":"hostId",
317
+ //"正反交易标志":"balanceDir",
318
+ //"业务类型[ Business type ]":"transType",
319
+
320
+ // **************江苏银行*****************
321
+ //"交易时间":"recordDate",
322
+ //"付款账号": "accountNo",
323
+ "交易金额":"amount",
324
+ //"收入":"recAmount",
325
+ //"账户余额":"balance",
326
+ //"币种":"currency",
327
+ //"对方账号":"opAccountNo",
328
+ //"对方账户名":"opAccountName",
329
+ "摘要代码":"explain",
330
+ //"备注":"remark",
331
+ //"附言":"postScript",
332
+ // "核心流水号":"hostId",
333
+ //"正反交易标志":"balanceDir",
334
+ //"业务类型[ Business type ]":"transType",
335
+
336
+ // **************明生银行*****************
337
+ //"交易时间":"recordDate",
338
+ //"账号": "accountNo",
339
+ //"收支(元)":"amount",
340
+ //"收入":"recAmount",
341
+ //"账户余额":"balance",
342
+ //"币种":"currency",
343
+ //"对方账号":"opAccountNo",
344
+ "对方账号名称":"opAccountName",
345
+ //"备注":"explain",
346
+ //"备注":"remark",
347
+ //"附言":"postScript",
348
+ "主机交易流水号":"hostId",
349
+ "借贷标记":"balanceDir",
350
+ //"业务类型[ Business type ]":"transType",
351
+
352
+ // **************国开*****************
353
+ // TODO 国开 :账号列必须拆开:存款账号:
354
+ //"交易时间":"recordDate",
355
+ "存款账号:": "accountNo",
356
+ "存款账号": "accountNo",
357
+ "发生额(元)":"amount",
358
+ //"收入":"recAmount",
359
+ "交易后余额(元)":"balance",
360
+ //"币种":"currency",
361
+ "付款户名":"payAccountName",
362
+ //"付款账号":"payAccountNo",
363
+ "付款方开户行名":"payBranchBankName",
364
+ "收款账号":"recAccountNo",
365
+ "收款户名":"recAccountName",
366
+ "收款方开户行名":"recBranchBankName",
367
+ //"对方账号":"opAccountNo",
368
+ //"对方账户名":"opAccountName",
369
+ //"备注":"explain",
370
+ //"备注":"remark",
371
+ //"附言":"postScript",
372
+ //"核心流水号":"hostId",
373
+ "收入/支出标志":"balanceDir",
374
+ //"业务类型[ Business type ]":"transType",
375
+
376
+ // **************宁波银行*****************
377
+ //"交易时间":"recordDate",
378
+ //"账号": "accountNo",
379
+ //"收支(元)":"amount",
380
+ //"收入":"recAmount",
381
+ //"余额(元)":"balance",
382
+ //"币种":"currency",
383
+ //"对方账号":"opAccountNo",
384
+ //"对方账户名":"opAccountName",
385
+ //"备注":"explain",
386
+ //"备注":"remark",
387
+ //"附言":"postScript",
388
+ //"核心流水号":"hostId",
389
+ //"正反交易标志":"balanceDir",
390
+ //"业务类型[ Business type ]":"transType",
391
+
392
+ // **************苏州银行*****************
393
+ //"交易时间":"recordDate",
394
+ //"账号:": "accountNo",
395
+ //"支出":"amount",
396
+ //"收入":"recAmount",
397
+ //"余额":"balance",
398
+ //"币种":"currency",
399
+ //"对方账号":"opAccountNo",
400
+ //"对方账户名":"opAccountName",
401
+ //"备注":"explain",
402
+ //"备注":"remark",
403
+ //"附言":"postScript",
404
+ //"核心流水号":"hostId",
405
+ //"正反交易标志":"balanceDir",
406
+ //"业务类型[ Business type ]":"transType",
407
+
408
+ // **************招行***************** :
409
+ // TODO:招行:对方信息居然在一个列里面.
410
+ "交易日":"recordDate",
411
+ "银行账号": "accountNo",
412
+ //"贷方金额":"amount",
413
+ //"收入":"recAmount",
414
+ //"余额(元)":"balance",
415
+ "账户币种":"currency",
416
+ //"对方账号":"opAccountNo",
417
+ //"对方账户名":"opAccountName",
418
+ //"备注":"explain",
419
+ //"备注":"remark",
420
+ //"附言":"postScript",
421
+ //"流水号":"hostId",
422
+ //"正反交易标志":"balanceDir",
423
+ //"业务类型[ Business type ]":"transType",
424
+
425
+ // **************浙商*****************
426
+ // TODO:浙商:账号要拆分出来:账号:;下方的统计行要删掉.
427
+ //"交易时间":"recordDate",
428
+ //"账号:": "accountNo",
429
+ "贷方发生金额(元)":"recAmount",
430
+ "借方发生金额(元)":"payAmount",
431
+ "交易后余额(元)":"balance",
432
+ //"币种":"currency",
433
+ //"对方账号":"opAccountNo",
434
+ //"对方账户名":"opAccountName",
435
+ "附言/备注":"explain",
436
+ //"备注":"remark",
437
+ //"附言":"postScript",
438
+ //"核心流水号":"hostId",
439
+ //"正反交易标志":"balanceDir",
440
+ //"业务类型[ Business type ]":"transType",
441
+
442
+ // **************广发*****************
443
+ //"交易时间":"recordDate",
444
+ //"账号:": "accountNo",
445
+ //"收支(元)":"amount",
446
+ //"收入":"recAmount",
447
+ //"余额(元)":"balance",
448
+ "币种:":"currency",
449
+ //"对方账号":"opAccountNo",
450
+ //"对方账户名":"opAccountName",
451
+ //"备注":"explain",
452
+ //"备注":"remark",
453
+ //"附言":"postScript",
454
+ //"核心流水号":"hostId",
455
+ //"正反交易标志":"balanceDir",
456
+ //"业务类型[ Business type ]":"transType",
457
+
458
+ // **************湖南农村信用社*****************
459
+ // TODO 湖南农村信用社:有汇总行要删掉
460
+ //"交易日期 ":"recordDate",
461
+ "账户:": "accountNo",
462
+ //"收支(元)":"amount",
463
+ //"收入":"recAmount",
464
+ //"余额(元)":"balance",
465
+ //"币种":"currency",
466
+ //"对方账号":"opAccountNo",
467
+ //"对方账户名":"opAccountName",
468
+ //"摘要内容":"explain",
469
+ //"交易摘要":"remark",
470
+ //"附言":"postScript",
471
+ //"核心流水号":"hostId",
472
+ //"正反交易标志":"balanceDir",
473
+ //"业务类型[ Business type ]":"transType",
474
+
475
+ // **************湖南工行*****************
476
+ // TODO :湖南工行 ,缺账号
477
+ //"交易时间":"recordDate",
478
+ //"本单位账号": "accountNo",
479
+ //"收入金额":"amount",
480
+ //"收入":"recAmount",
481
+ //"本次余额":"balance",
482
+ //"币种":"currency",
483
+ //"对方账号":"opAccountNo",
484
+ //"对方户名":"opAccountName",
485
+ //"交易摘要":"explain",
486
+ //"备注":"remark",
487
+ //"交易附言":"postScript",
488
+ //"交易日志号":"hostId",
489
+ //"正反交易标志":"balanceDir",
490
+ //"业务类型[ Business type ]":"transType",
491
+
492
+ // **************江南*****************
493
+ //"交易时间":"recordDate",
494
+ //"本单位账号": "accountNo",
495
+ //"收支(元)":"amount",
496
+ //"收入":"recAmount",
497
+ //"余额(元)":"balance",
498
+ //"币种":"currency",
499
+ //"对方账号":"opAccountNo",
500
+ //"对方账户名称":"opAccountName",
501
+ //"备注":"explain",
502
+ //"备注":"remark",
503
+ //"附言":"postScript",
504
+ //"核心流水号":"hostId",
505
+ //"正反交易标志":"balanceDir",
506
+ //"业务类型[ Business type ]":"transType",
507
+
508
+ // **************平安*****************
509
+ //"交易时间":"recordDate",
510
+ //"本单位账号": "accountNo",
511
+ "贷":"recAmount",
512
+ "借":"payAmount",
513
+ //"账户余额":"balance",
514
+ //"币种":"currency",
515
+ //"对方账号":"opAccountNo",
516
+ //"对方账户名":"opAccountName",
517
+ //"备注":"explain",
518
+ //"用途":"remark",
519
+ //"附言":"postScript",
520
+ //"核心流水号":"hostId",
521
+ //"正反交易标志":"balanceDir",
522
+ //"业务类型[ Business type ]":"transType",
523
+
524
+ // **************邮政*****************
525
+ // TODO 邮政:缺账号.
526
+ //"交易时间":"recordDate",
527
+ //"本单位账号": "accountNo",
528
+ //"收支(元)":"amount",
529
+ //"收入":"recAmount",
530
+ //"余额(元)":"balance",
531
+ //"币种":"currency",
532
+ //"对方账号":"opAccountNo",
533
+ //"对方账户名":"opAccountName",
534
+ //"备注":"explain",
535
+ //"备注":"remark",
536
+ //"附言":"postScript",
537
+ //"核心流水号":"hostId",
538
+ //"正反交易标志":"balanceDir",
539
+ //"业务类型[ Business type ]":"transType",
540
+
541
+ // **************华夏*****************
542
+ // TODO:华夏:PDF,解析不了
543
+ //"交易时间":"recordDate",
544
+ //"本单位账号": "accountNo",
545
+ //"交易金额(借)":"payAmount",
546
+ //"交易金额(贷)":"recAmount",
547
+ //"余额(元)":"balance",
548
+ //"币种":"currency",
549
+ //"对方账号":"opAccountNo",
550
+ //"对方账户名":"opAccountName",
551
+ //"备注":"explain",
552
+ //"备注":"remark",
553
+ //"附言":"postScript",
554
+ //"核心流水号":"hostId",
555
+ //"正反交易标志":"balanceDir",
556
+ //"业务类型[ Business type ]":"transType",
557
+
558
+ // **************光大*****************
559
+ //"交易时间":"recordDate",
560
+ "账号:": "accountNo",
561
+ //"收支(元)":"amount",
562
+ //"收入":"recAmount",
563
+ //"余额(元)":"balance",
564
+ //"币种":"currency",
565
+ //"对方账号":"opAccountNo",
566
+ //"对方名称":"opAccountName",
567
+ //"备注":"explain",
568
+ //"备注":"remark",
569
+ //"附言":"postScript",
570
+ //"核心流水号":"hostId",
571
+ //"正反交易标志":"balanceDir",
572
+ //"业务类型[ Business type ]":"transType",
573
+
574
+ // **************巴克莱*****************
575
+ // TODO:巴克莱:图片,解析不了.
576
+ //"交易时间":"recordDate",
577
+ //"本单位账号": "accountNo",
578
+ //"收支(元)":"amount",
579
+ //"收入":"recAmount",
580
+ //"余额(元)":"balance",
581
+ //"币种":"currency",
582
+ //"对方账号":"opAccountNo",
583
+ //"对方账户名":"opAccountName",
584
+ //"备注":"explain",
585
+ //"备注":"remark",
586
+ //"附言":"postScript",
587
+ //"核心流水号":"hostId",
588
+ //"正反交易标志":"balanceDir",
589
+ //"业务类型[ Business type ]":"transType",
590
+
591
+ // **************大丰农商行*****************:
592
+ // TODO:大丰农商行:图片,解析不了.
593
+ //"交易时间":"recordDate",
594
+ //"本单位账号": "accountNo",
595
+ //"收支(元)":"amount",
596
+ //"收入":"recAmount",
597
+ //"余额(元)":"balance",
598
+ //"币种":"currency",
599
+ //"对方账号":"opAccountNo",
600
+ //"对方账户名":"opAccountName",
601
+ //"备注":"explain",
602
+ //"备注":"remark",
603
+ //"附言":"postScript",
604
+ //"核心流水号":"hostId",
605
+ //"正反交易标志":"balanceDir",
606
+ //"业务类型[ Business type ]":"transType",
607
+
608
+ // **************民生商行*****************:
609
+ // TODO:大丰农商行:图片,解析不了.
610
+ //"交易日期":"recordDate",
611
+ //"账号:": "accountNo",
612
+ //"借方发生额":"payAmount",
613
+ //"收入":"recAmount",
614
+ //"余额(元)":"balance",
615
+ "币种:":"currency",
616
+ //"对方账号":"opAccountNo",
617
+ //"对方账户名":"opAccountName",
618
+ //"备注":"explain",
619
+ //"备注":"remark",
620
+ //"附言":"postScript",
621
+ //"核心流水号":"hostId",
622
+ //"正反交易标志":"balanceDir",
623
+ //"业务类型[ Business type ]":"transType",
624
+
625
+ // **************哥伦比亚银行:bancolombia*****************:
626
+ // TODO:没有title
627
+ //"交易时间":"recordDate",
628
+ //"本单位账号": "accountNo",
629
+ //"收支(元)":"amount",
630
+ //"收入":"recAmount",
631
+ //"余额(元)":"balance",
632
+ //"币种":"currency",
633
+ //"对方账号":"opAccountNo",
634
+ //"对方账户名":"opAccountName",
635
+ //"备注":"explain",
636
+ //"备注":"remark",
637
+ //"附言":"postScript",
638
+ //"核心流水号":"hostId",
639
+ //"正反交易标志":"balanceDir",
640
+ //"业务类型[ Business type ]":"transType",
641
+
642
+ // **************CBM 马尔代夫商业银行*****************:
643
+ "Date-Posted":"recordDate",
644
+ "Account#": "accountNo",
645
+ //"收入":"recAmount",
646
+ //"余额(元)":"balance",
647
+ //"币种":"currency",
648
+ //"对方账号":"opAccountNo",
649
+ //"对方账户名":"opAccountName",
650
+ "Description":"explain",
651
+ "Effective-Date":"remark",
652
+ //"附言":"postScript",
653
+ //"核心流水号":"hostId",
654
+ //"正反交易标志":"balanceDir",
655
+ //"业务类型[ Business type ]":"transType",
656
+
657
+ // **************花旗TEG英国*****************:TODO:以多行的形式展示,不支持导入.
658
+
659
+ // **************花旗 日本*****************:TODO导入空白,不报错
660
+ //"Entry Date":"recordDate",
661
+ "account number": "accountNo",
662
+ //"Amount":"amount",
663
+ //"收入":"recAmount",
664
+ "Closing Ledger Balance":"balance",
665
+ //"Currency":"currency",
666
+ //"对方账号":"opAccountNo",
667
+ //"对方账户名":"opAccountName",
668
+ "Transaction Description":"explain",
669
+ //"Effective-Date ":"remark",
670
+ //"附言":"postScript",
671
+ //"核心流水号":"hostId",
672
+ //"正反交易标志":"balanceDir",
673
+ "Account Type":"transType",
674
+
675
+ // **************NBG SAE:希腊国家银行*****************:TODO导入空白,不报错
676
+ "Valeur":"recordDate",
677
+ "Account": "accountNo",
678
+ //"Amount":"amount",
679
+ //"收入":"recAmount",
680
+ "Ledger Balance":"balance",
681
+ //"Currency":"currency",
682
+ //"对方账号":"opAccountNo",
683
+ //"对方账户名":"opAccountName",
684
+ "Details":"explain",
685
+ //"Effective-Date ":"remark",
686
+ //"附言":"postScript",
687
+ //"核心流水号":"hostId",
688
+ //"正反交易标志":"balanceDir",
689
+ //"Account Type":"transType",
690
+
691
+ // **************SCB TTL*****************:
692
+ "Date":"recordDate",
693
+ //"Account Number": "accountNo",
694
+ "Debit Amount":"payAmount",
695
+ "Credit Amount":"recAmount",
696
+ "Balance Amount":"balance",
697
+ //"Currency":"currency",
698
+ //"对方账号":"opAccountNo",
699
+ //"对方账户名":"opAccountName",
700
+ //"Description":"explain",
701
+ //"Effective-Date ":"remark",
702
+ //"附言":"postScript",
703
+ //"核心流水号":"hostId",
704
+ //"正反交易标志":"balanceDir",
705
+ //"Account Type":"transType",
706
+
707
+ // **************Toho TSJE JP东宝株式会社 *****************:
708
+ //"Value Date":"recordDate",
709
+ //"Account Number": "accountNo",
710
+ //"交易金额":"amount",
711
+ //"Credit Amount":"recAmount",
712
+ //"账户余额":"balance",
713
+ //"Currency":"currency",
714
+ //"对方账号":"opAccountNo",
715
+ //"对方账户名":"opAccountName",
716
+ //"Description":"explain",
717
+ //"Effective-Date ":"remark",
718
+ //"附言":"postScript",
719
+ //"核心流水号":"hostId",
720
+ //"正反交易标志":"balanceDir",
721
+ //"Account Type":"transType",
722
+
723
+ // **************美国富国银行:Wells Fargo Bank *****************:
724
+ "As-Of Date":"recordDate",
725
+ "Acct No": "accountNo",
726
+ "Debit Amt":"payAmount",
727
+ "Credit Amt":"recAmount",
728
+ //"Balance Amount":"balance",
729
+ //"Currency":"currency",
730
+ //"对方账号":"opAccountNo",
731
+ //"对方账户名":"opAccountName",
732
+ "Tran Desc":"explain",
733
+ //"Effective-Date ":"remark",
734
+ //"附言":"postScript",
735
+ //"核心流水号":"hostId",
736
+ //"正反交易标志":"balanceDir",
737
+ //"Account Type":"transType",
738
+
739
+ // **************兴业TED *****************:
740
+ //"Value Date":"recordDate",
741
+ //"账号": "accountNo",
742
+ "Withdrawal":"payAmount",
743
+ "Deposit":"recAmount",
744
+ "Balance":"balance",
745
+ //"Currency":"currency",
746
+ //"对方账号":"opAccountNo",
747
+ //"对方账户名":"opAccountName",
748
+ "Particulars":"explain",
749
+ //"Effective-Date ":"remark",
750
+ //"附言":"postScript",
751
+ //"核心流水号":"hostId",
752
+ //"正反交易标志":"balanceDir",
753
+ //"Account Type":"transType",
754
+
755
+ // **************西班牙桑坦德银行 *****************:
756
+ "Fecha de operación":"recordDate",
757
+ "Cuenta": "accountNo",
758
+ //"Withdrawal":"payAmount",
759
+ "Importe":"amount",
760
+ "Saldo":"balance",
761
+ "Divisa":"currency",
762
+ //"对方账号":"opAccountNo",
763
+ //"对方账户名":"opAccountName",
764
+ //"Particulars":"explain",
765
+ //"Effective-Date ":"remark",
766
+ //"附言":"postScript",
767
+ //"核心流水号":"hostId",
768
+ //"正反交易标志":"balanceDir",
769
+ //"Account Type":"transType",
770
+
771
+ // **************KB TTK银行 *****************:
772
+ "Transaction recordDate":"recordDate",
773
+ //"Cuenta": "accountNo",
774
+ "Withdrawn Amount(Won)":"payAmount",
775
+ "Deposited Amount(Won)":"recAmount",
776
+ "(Won)":"balance",
777
+ //"Divisa":"currency",
778
+ //"对方账号":"opAccountNo",
779
+ //"对方账户名":"opAccountName",
780
+ //"Particulars":"explain",
781
+ //"Effective-Date ":"remark",
782
+ //"附言":"postScript",
783
+ //"核心流水号":"hostId",
784
+ //"Description":"balanceDir",
785
+ //"Account Type":"transType",
786
+
787
+ // **************IBK TMK银行 *****************:
788
+ //"Transaction recordDate":"recordDate",
789
+ //"Cuenta": "accountNo",
790
+ "Receive":"payAmount",
791
+ "Withdraw":"recAmount",
792
+ "Balance after transaction":"balance",
793
+ //"Divisa":"currency",
794
+ //"对方账号":"opAccountNo",
795
+ //"对方账户名":"opAccountName",
796
+ //"Particulars":"explain",
797
+ //"Effective-Date ":"remark",
798
+ //"附言":"postScript",
799
+ //"核心流水号":"hostId",
800
+ "Transaction contents":"balanceDir",
801
+ //"Account Type":"transType",
802
+
803
+ "":"",
804
+ //模板
805
+ "*银行账号":"accountNo",
806
+ "*日期":"recordDate",
807
+ "*币种(名称)":"currency",
808
+ "*摘要":"summary",
809
+ }
810
810
  }