wt-enjoy-link-antd-repack 4.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (286) hide show
  1. package/README.md +26 -0
  2. package/dist/esm/assets/location.png +0 -0
  3. package/dist/esm/component/BiuAButton/index.d.ts +18 -0
  4. package/dist/esm/component/BiuAButton/index.js +8 -0
  5. package/dist/esm/component/BiuACard/index.d.ts +2 -0
  6. package/dist/esm/component/BiuACard/index.js +9 -0
  7. package/dist/esm/component/BiuACascader/index.d.ts +10 -0
  8. package/dist/esm/component/BiuACascader/index.js +8 -0
  9. package/dist/esm/component/BiuADatePicker/index.d.ts +19 -0
  10. package/dist/esm/component/BiuADatePicker/index.js +18 -0
  11. package/dist/esm/component/BiuAForm/index.d.ts +7 -0
  12. package/dist/esm/component/BiuAForm/index.js +10 -0
  13. package/dist/esm/component/BiuAInput/index.d.ts +14 -0
  14. package/dist/esm/component/BiuAInput/index.js +32 -0
  15. package/dist/esm/component/BiuASelect/index.d.ts +6 -0
  16. package/dist/esm/component/BiuASelect/index.js +14 -0
  17. package/dist/esm/component/BiuASwitch/index.d.ts +2 -0
  18. package/dist/esm/component/BiuASwitch/index.js +9 -0
  19. package/dist/esm/component/BiuATimePicker/index.d.ts +4 -0
  20. package/dist/esm/component/BiuATimePicker/index.js +8 -0
  21. package/dist/esm/component/BiuATreeSelect/index.d.ts +2 -0
  22. package/dist/esm/component/BiuATreeSelect/index.js +8 -0
  23. package/dist/esm/component/BiuBar/index.d.ts +13 -0
  24. package/dist/esm/component/BiuBar/index.js +42 -0
  25. package/dist/esm/component/BiuComSelect/index.d.ts +24 -0
  26. package/dist/esm/component/BiuComSelect/index.js +104 -0
  27. package/dist/esm/component/BiuCue/index.d.ts +18 -0
  28. package/dist/esm/component/BiuCue/index.js +44 -0
  29. package/dist/esm/component/BiuCustomSelect/index.d.ts +19 -0
  30. package/dist/esm/component/BiuCustomSelect/index.js +153 -0
  31. package/dist/esm/component/BiuCustomTable/index.d.ts +14 -0
  32. package/dist/esm/component/BiuCustomTable/index.js +76 -0
  33. package/dist/esm/component/BiuCustomerOperCard/component/editTable.d.ts +8 -0
  34. package/dist/esm/component/BiuCustomerOperCard/component/editTable.js +264 -0
  35. package/dist/esm/component/BiuCustomerOperCard/component/index.d.ts +1 -0
  36. package/dist/esm/component/BiuCustomerOperCard/component/index.js +1 -0
  37. package/dist/esm/component/BiuCustomerOperCard/index.d.ts +20 -0
  38. package/dist/esm/component/BiuCustomerOperCard/index.js +56 -0
  39. package/dist/esm/component/BiuCustomerOperCard/type.d.ts +117 -0
  40. package/dist/esm/component/BiuCustomerOperCard/type.js +1 -0
  41. package/dist/esm/component/BiuCustomerOperCard/utils.d.ts +48 -0
  42. package/dist/esm/component/BiuCustomerOperCard/utils.js +236 -0
  43. package/dist/esm/component/BiuDescriptions/index.d.ts +9 -0
  44. package/dist/esm/component/BiuDescriptions/index.js +39 -0
  45. package/dist/esm/component/BiuDetailDrawer/index.d.ts +15 -0
  46. package/dist/esm/component/BiuDetailDrawer/index.js +54 -0
  47. package/dist/esm/component/BiuDivider/index.d.ts +4 -0
  48. package/dist/esm/component/BiuDivider/index.js +29 -0
  49. package/dist/esm/component/BiuField/component/AddressTableSelect.d.ts +3 -0
  50. package/dist/esm/component/BiuField/component/AddressTableSelect.js +150 -0
  51. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.d.ts +3 -0
  52. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.js +3 -0
  53. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.d.ts +2 -0
  54. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.js +49 -0
  55. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.d.ts +2 -0
  56. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.js +98 -0
  57. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.d.ts +5 -0
  58. package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.js +82 -0
  59. package/dist/esm/component/BiuField/component/DepartOrgSelect/index.d.ts +14 -0
  60. package/dist/esm/component/BiuField/component/DepartOrgSelect/index.js +393 -0
  61. package/dist/esm/component/BiuField/component/DepartOrgSelect/type.d.ts +123 -0
  62. package/dist/esm/component/BiuField/component/DepartOrgSelect/type.js +1 -0
  63. package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.d.ts +5 -0
  64. package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.js +59 -0
  65. package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.d.ts +12 -0
  66. package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.js +130 -0
  67. package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.d.ts +7 -0
  68. package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.js +80 -0
  69. package/dist/esm/component/BiuField/component/SNInput.d.ts +13 -0
  70. package/dist/esm/component/BiuField/component/SNInput.js +622 -0
  71. package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.d.ts +23 -0
  72. package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.js +187 -0
  73. package/dist/esm/component/BiuField/component/TableSelectLocal/base.d.ts +13 -0
  74. package/dist/esm/component/BiuField/component/TableSelectLocal/base.js +153 -0
  75. package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.d.ts +21 -0
  76. package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.js +238 -0
  77. package/dist/esm/component/BiuField/component/TableSelectLocal/index.d.ts +3 -0
  78. package/dist/esm/component/BiuField/component/TableSelectLocal/index.js +66 -0
  79. package/dist/esm/component/BiuField/component/TableSelectLocal/interface.d.ts +16 -0
  80. package/dist/esm/component/BiuField/component/TableSelectLocal/interface.js +1 -0
  81. package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.d.ts +24 -0
  82. package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.js +164 -0
  83. package/dist/esm/component/BiuField/component/TableSelectLocal/package.d.ts +3 -0
  84. package/dist/esm/component/BiuField/component/TableSelectLocal/package.js +149 -0
  85. package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.d.ts +18 -0
  86. package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.js +145 -0
  87. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.d.ts +3 -0
  88. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.js +113 -0
  89. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.d.ts +18 -0
  90. package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.js +100 -0
  91. package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.d.ts +9 -0
  92. package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.js +75 -0
  93. package/dist/esm/component/BiuField/component/autoComplete.d.ts +8 -0
  94. package/dist/esm/component/BiuField/component/autoComplete.js +82 -0
  95. package/dist/esm/component/BiuField/component/boxTypeSelect.d.ts +11 -0
  96. package/dist/esm/component/BiuField/component/boxTypeSelect.js +139 -0
  97. package/dist/esm/component/BiuField/component/businessdistrictselect.d.ts +55 -0
  98. package/dist/esm/component/BiuField/component/businessdistrictselect.js +414 -0
  99. package/dist/esm/component/BiuField/component/carrierInfoSelect.d.ts +13 -0
  100. package/dist/esm/component/BiuField/component/carrierInfoSelect.js +145 -0
  101. package/dist/esm/component/BiuField/component/channelSelect.d.ts +8 -0
  102. package/dist/esm/component/BiuField/component/channelSelect.js +94 -0
  103. package/dist/esm/component/BiuField/component/cityAreaCascader.d.ts +11 -0
  104. package/dist/esm/component/BiuField/component/cityAreaCascader.js +86 -0
  105. package/dist/esm/component/BiuField/component/clientInfoTableSelect.d.ts +3 -0
  106. package/dist/esm/component/BiuField/component/clientInfoTableSelect.js +175 -0
  107. package/dist/esm/component/BiuField/component/customMenu.d.ts +3 -0
  108. package/dist/esm/component/BiuField/component/customMenu.js +110 -0
  109. package/dist/esm/component/BiuField/component/databaseSelect.d.ts +6 -0
  110. package/dist/esm/component/BiuField/component/databaseSelect.js +42 -0
  111. package/dist/esm/component/BiuField/component/departmentTreeSelect.d.ts +3 -0
  112. package/dist/esm/component/BiuField/component/departmentTreeSelect.js +107 -0
  113. package/dist/esm/component/BiuField/component/dicNameSelect.d.ts +12 -0
  114. package/dist/esm/component/BiuField/component/dicNameSelect.js +53 -0
  115. package/dist/esm/component/BiuField/component/dicTypeSelect.d.ts +41 -0
  116. package/dist/esm/component/BiuField/component/dicTypeSelect.js +84 -0
  117. package/dist/esm/component/BiuField/component/dockingPartySelect.d.ts +8 -0
  118. package/dist/esm/component/BiuField/component/dockingPartySelect.js +63 -0
  119. package/dist/esm/component/BiuField/component/editLocationSelect.d.ts +18 -0
  120. package/dist/esm/component/BiuField/component/editLocationSelect.js +119 -0
  121. package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.d.ts +3 -0
  122. package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.js +36 -0
  123. package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.d.ts +14 -0
  124. package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.js +97 -0
  125. package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.d.ts +7 -0
  126. package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.js +73 -0
  127. package/dist/esm/component/BiuField/component/goodsTypeSelect.d.ts +10 -0
  128. package/dist/esm/component/BiuField/component/goodsTypeSelect.js +92 -0
  129. package/dist/esm/component/BiuField/component/index.d.ts +37 -0
  130. package/dist/esm/component/BiuField/component/index.js +37 -0
  131. package/dist/esm/component/BiuField/component/interfaceNameSelect.d.ts +9 -0
  132. package/dist/esm/component/BiuField/component/interfaceNameSelect.js +65 -0
  133. package/dist/esm/component/BiuField/component/lpnSelect.d.ts +3 -0
  134. package/dist/esm/component/BiuField/component/lpnSelect.js +88 -0
  135. package/dist/esm/component/BiuField/component/orderTypeSelect.d.ts +15 -0
  136. package/dist/esm/component/BiuField/component/orderTypeSelect.js +79 -0
  137. package/dist/esm/component/BiuField/component/orderTypeTableSelect.d.ts +3 -0
  138. package/dist/esm/component/BiuField/component/orderTypeTableSelect.js +45 -0
  139. package/dist/esm/component/BiuField/component/parkSelect.d.ts +12 -0
  140. package/dist/esm/component/BiuField/component/parkSelect.js +88 -0
  141. package/dist/esm/component/BiuField/component/personnelinfoselect.d.ts +57 -0
  142. package/dist/esm/component/BiuField/component/personnelinfoselect.js +431 -0
  143. package/dist/esm/component/BiuField/component/propertNameSelect.d.ts +9 -0
  144. package/dist/esm/component/BiuField/component/propertNameSelect.js +114 -0
  145. package/dist/esm/component/BiuField/component/shipperTableSelect.d.ts +3 -0
  146. package/dist/esm/component/BiuField/component/shipperTableSelect.js +94 -0
  147. package/dist/esm/component/BiuField/component/userSelect.d.ts +8 -0
  148. package/dist/esm/component/BiuField/component/userSelect.js +163 -0
  149. package/dist/esm/component/BiuField/component/warehouseAreaSelect.d.ts +9 -0
  150. package/dist/esm/component/BiuField/component/warehouseAreaSelect.js +103 -0
  151. package/dist/esm/component/BiuField/component/warehouseInfoSelect.d.ts +13 -0
  152. package/dist/esm/component/BiuField/component/warehouseInfoSelect.js +92 -0
  153. package/dist/esm/component/BiuField/component/warehouseLoctionSelect.d.ts +14 -0
  154. package/dist/esm/component/BiuField/component/warehouseLoctionSelect.js +124 -0
  155. package/dist/esm/component/BiuField/index.d.ts +8 -0
  156. package/dist/esm/component/BiuField/index.js +607 -0
  157. package/dist/esm/component/BiuFileInput/index.d.ts +11 -0
  158. package/dist/esm/component/BiuFileInput/index.js +53 -0
  159. package/dist/esm/component/BiuForm/index.d.ts +12 -0
  160. package/dist/esm/component/BiuForm/index.js +241 -0
  161. package/dist/esm/component/BiuForm/type.d.ts +45 -0
  162. package/dist/esm/component/BiuForm/type.js +1 -0
  163. package/dist/esm/component/BiuForm/utils.d.ts +2 -0
  164. package/dist/esm/component/BiuForm/utils.js +46 -0
  165. package/dist/esm/component/BiuIcon/index.d.ts +3 -0
  166. package/dist/esm/component/BiuIcon/index.js +15 -0
  167. package/dist/esm/component/BiuMapSelectSite/index.d.ts +48 -0
  168. package/dist/esm/component/BiuMapSelectSite/index.js +453 -0
  169. package/dist/esm/component/BiuModal/index.d.ts +24 -0
  170. package/dist/esm/component/BiuModal/index.js +239 -0
  171. package/dist/esm/component/BiuOperForm/index.d.ts +15 -0
  172. package/dist/esm/component/BiuOperForm/index.js +375 -0
  173. package/dist/esm/component/BiuOperForm/type.d.ts +23 -0
  174. package/dist/esm/component/BiuOperForm/type.js +1 -0
  175. package/dist/esm/component/BiuOperTable/index.d.ts +15 -0
  176. package/dist/esm/component/BiuOperTable/index.js +349 -0
  177. package/dist/esm/component/BiuOperTable/type.d.ts +142 -0
  178. package/dist/esm/component/BiuOperTable/type.js +1 -0
  179. package/dist/esm/component/BiuOperTable/utils.d.ts +6 -0
  180. package/dist/esm/component/BiuOperTable/utils.js +13 -0
  181. package/dist/esm/component/BiuPagination/index.d.ts +14 -0
  182. package/dist/esm/component/BiuPagination/index.js +34 -0
  183. package/dist/esm/component/BiuResizeTable/component/biuTableCell.d.ts +1 -0
  184. package/dist/esm/component/BiuResizeTable/component/biuTableCell.js +74 -0
  185. package/dist/esm/component/BiuResizeTable/component/index.d.ts +1 -0
  186. package/dist/esm/component/BiuResizeTable/component/index.js +1 -0
  187. package/dist/esm/component/BiuResizeTable/index.d.ts +2 -0
  188. package/dist/esm/component/BiuResizeTable/index.js +71 -0
  189. package/dist/esm/component/BiuResizeTable/index.less +19 -0
  190. package/dist/esm/component/BiuSplit/index.d.ts +32 -0
  191. package/dist/esm/component/BiuSplit/index.js +57 -0
  192. package/dist/esm/component/BiuTable/component/index.d.ts +3 -0
  193. package/dist/esm/component/BiuTable/component/index.js +3 -0
  194. package/dist/esm/component/BiuTable/component/tableActionBarRender.d.ts +9 -0
  195. package/dist/esm/component/BiuTable/component/tableActionBarRender.js +88 -0
  196. package/dist/esm/component/BiuTable/component/tableCellRender.d.ts +14 -0
  197. package/dist/esm/component/BiuTable/component/tableCellRender.js +108 -0
  198. package/dist/esm/component/BiuTable/component/tableSettingRender.d.ts +2 -0
  199. package/dist/esm/component/BiuTable/component/tableSettingRender.js +345 -0
  200. package/dist/esm/component/BiuTable/context.d.ts +2 -0
  201. package/dist/esm/component/BiuTable/context.js +2 -0
  202. package/dist/esm/component/BiuTable/hooks/index.d.ts +1 -0
  203. package/dist/esm/component/BiuTable/hooks/index.js +1 -0
  204. package/dist/esm/component/BiuTable/hooks/useFetchData.d.ts +4 -0
  205. package/dist/esm/component/BiuTable/hooks/useFetchData.js +64 -0
  206. package/dist/esm/component/BiuTable/index.d.ts +42 -0
  207. package/dist/esm/component/BiuTable/index.js +484 -0
  208. package/dist/esm/component/BiuTable/type.d.ts +168 -0
  209. package/dist/esm/component/BiuTable/type.js +1 -0
  210. package/dist/esm/component/BiuTable/utils.d.ts +10 -0
  211. package/dist/esm/component/BiuTable/utils.js +117 -0
  212. package/dist/esm/component/BiuTableLink/index.d.ts +11 -0
  213. package/dist/esm/component/BiuTableLink/index.js +54 -0
  214. package/dist/esm/component/BiuTableSelect/index.d.ts +49 -0
  215. package/dist/esm/component/BiuTableSelect/index.js +209 -0
  216. package/dist/esm/component/BiuTabs/index.d.ts +4 -0
  217. package/dist/esm/component/BiuTabs/index.js +18 -0
  218. package/dist/esm/component/BiuVirtualTable/index.d.ts +21 -0
  219. package/dist/esm/component/BiuVirtualTable/index.js +161 -0
  220. package/dist/esm/component/index.d.ts +35 -0
  221. package/dist/esm/component/index.js +35 -0
  222. package/dist/esm/constant/Cache_Key.d.ts +28 -0
  223. package/dist/esm/constant/Cache_Key.js +28 -0
  224. package/dist/esm/constant/DateTime.d.ts +12 -0
  225. package/dist/esm/constant/DateTime.js +15 -0
  226. package/dist/esm/constant/External.d.ts +64 -0
  227. package/dist/esm/constant/External.js +260 -0
  228. package/dist/esm/constant/Gateway_Path.d.ts +5 -0
  229. package/dist/esm/constant/Gateway_Path.js +5 -0
  230. package/dist/esm/constant/Layout.d.ts +210 -0
  231. package/dist/esm/constant/Layout.js +215 -0
  232. package/dist/esm/constant/Regexp.d.ts +109 -0
  233. package/dist/esm/constant/Regexp.js +130 -0
  234. package/dist/esm/constant/index.d.ts +6 -0
  235. package/dist/esm/constant/index.js +6 -0
  236. package/dist/esm/hooks/index.d.ts +6 -0
  237. package/dist/esm/hooks/index.js +6 -0
  238. package/dist/esm/hooks/useAuth.d.ts +4 -0
  239. package/dist/esm/hooks/useAuth.js +22 -0
  240. package/dist/esm/hooks/useCurrentSystem.d.ts +6 -0
  241. package/dist/esm/hooks/useCurrentSystem.js +15 -0
  242. package/dist/esm/hooks/useLayoutInfo.d.ts +10 -0
  243. package/dist/esm/hooks/useLayoutInfo.js +14 -0
  244. package/dist/esm/hooks/useReducerState.d.ts +16 -0
  245. package/dist/esm/hooks/useReducerState.js +43 -0
  246. package/dist/esm/hooks/useUserInfo.d.ts +4 -0
  247. package/dist/esm/hooks/useUserInfo.js +15 -0
  248. package/dist/esm/hooks/useWareInfo.d.ts +4 -0
  249. package/dist/esm/hooks/useWareInfo.js +15 -0
  250. package/dist/esm/index.d.ts +5 -0
  251. package/dist/esm/index.js +5 -0
  252. package/dist/esm/package/index.d.ts +1 -0
  253. package/dist/esm/package/index.js +1 -0
  254. package/dist/esm/package/requestWrapper/baseRequest.d.ts +3 -0
  255. package/dist/esm/package/requestWrapper/baseRequest.js +47 -0
  256. package/dist/esm/package/requestWrapper/index.d.ts +4 -0
  257. package/dist/esm/package/requestWrapper/index.js +402 -0
  258. package/dist/esm/package/requestWrapper/type.d.ts +36 -0
  259. package/dist/esm/package/requestWrapper/type.js +1 -0
  260. package/dist/esm/package/requestWrapper/utils.d.ts +10 -0
  261. package/dist/esm/package/requestWrapper/utils.js +35 -0
  262. package/dist/esm/utils/authUtils.d.ts +18 -0
  263. package/dist/esm/utils/authUtils.js +36 -0
  264. package/dist/esm/utils/cacheUtils.d.ts +4 -0
  265. package/dist/esm/utils/cacheUtils.js +24 -0
  266. package/dist/esm/utils/chainUtils.d.ts +26 -0
  267. package/dist/esm/utils/chainUtils.js +54 -0
  268. package/dist/esm/utils/dateUtils.d.ts +23 -0
  269. package/dist/esm/utils/dateUtils.js +55 -0
  270. package/dist/esm/utils/decimalUtils.d.ts +5 -0
  271. package/dist/esm/utils/decimalUtils.js +7 -0
  272. package/dist/esm/utils/excelUtils.d.ts +22 -0
  273. package/dist/esm/utils/excelUtils.js +153 -0
  274. package/dist/esm/utils/index.d.ts +11 -0
  275. package/dist/esm/utils/index.js +11 -0
  276. package/dist/esm/utils/layoutUtils.d.ts +1 -0
  277. package/dist/esm/utils/layoutUtils.js +13 -0
  278. package/dist/esm/utils/objectUtils.d.ts +1 -0
  279. package/dist/esm/utils/objectUtils.js +3 -0
  280. package/dist/esm/utils/soundUtils.d.ts +5 -0
  281. package/dist/esm/utils/soundUtils.js +29 -0
  282. package/dist/esm/utils/stringUtils.d.ts +24 -0
  283. package/dist/esm/utils/stringUtils.js +39 -0
  284. package/dist/esm/utils/sysUtils.d.ts +4 -0
  285. package/dist/esm/utils/sysUtils.js +4 -0
  286. package/package.json +59 -0
@@ -0,0 +1,161 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["columns", "scroll", "className"];
3
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
8
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
13
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
14
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
15
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
16
+ import { useSize } from 'ahooks';
17
+ import { Table } from 'antd';
18
+ import classNames from 'classnames';
19
+ import React, { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
20
+ import { VariableSizeGrid } from 'react-window';
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ var VariableSizeGridJSX = VariableSizeGrid;
23
+ export var BiuVirtualTable = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, parentRef) {
24
+ var columns = props.columns,
25
+ scroll = props.scroll,
26
+ className = props.className,
27
+ restProps = _objectWithoutProperties(props, _excluded);
28
+ var domRef = useRef(null);
29
+ var gridRef = useRef();
30
+ var domSize = useSize(domRef);
31
+ var _ref = domSize || {
32
+ width: 0
33
+ },
34
+ _ref$width = _ref.width,
35
+ domWidth = _ref$width === void 0 ? 0 : _ref$width;
36
+ var mergedColumns = useMemo(function () {
37
+ var widthColumnCount = columns.filter(function (_ref2) {
38
+ var width = _ref2.width;
39
+ return !width;
40
+ }).length;
41
+ var widthColumn = columns.reduce(function (sumWidth, _ref3) {
42
+ var width = _ref3.width;
43
+ return sumWidth + (width || 0);
44
+ }, 0);
45
+ return columns.map(function (column) {
46
+ if (column.width) {
47
+ if (widthColumn < domWidth && widthColumn > 0 && typeof column.width === 'number') {
48
+ return _objectSpread(_objectSpread({}, column), {}, {
49
+ width: column.width / widthColumn * domWidth
50
+ });
51
+ }
52
+ return column;
53
+ }
54
+ return _objectSpread(_objectSpread({}, column), {}, {
55
+ width: Math.floor((domWidth - widthColumn) / widthColumnCount)
56
+ });
57
+ });
58
+ }, [columns, domWidth]);
59
+ var _useState = useState(function () {
60
+ var obj = {};
61
+ Object.defineProperty(obj, 'scrollLeft', {
62
+ get: function get() {
63
+ return null;
64
+ },
65
+ set: function set(scrollLeft) {
66
+ if (gridRef.current) {
67
+ gridRef.current.scrollTo({
68
+ scrollLeft: scrollLeft
69
+ });
70
+ }
71
+ }
72
+ });
73
+ return obj;
74
+ }),
75
+ _useState2 = _slicedToArray(_useState, 1),
76
+ connectObject = _useState2[0];
77
+ var resetVirtualGrid = useCallback(function () {
78
+ if (gridRef.current && domSize !== null && domSize !== void 0 && domSize.width) {
79
+ gridRef.current.resetAfterIndices({
80
+ columnIndex: 0,
81
+ shouldForceUpdate: false
82
+ });
83
+ }
84
+ }, [domSize === null || domSize === void 0 ? void 0 : domSize.width]);
85
+ useEffect(function () {
86
+ return resetVirtualGrid;
87
+ }, [resetVirtualGrid]);
88
+ var renderVirtualListRow = useCallback(function (columnIndex, rawData, rowIndex) {
89
+ var columnRender = mergedColumns[columnIndex].render;
90
+ var dataIndex = mergedColumns[columnIndex].dataIndex;
91
+ var field = '';
92
+ if (Array.isArray(dataIndex) && dataIndex.length <= 0 || !dataIndex) return null;
93
+ if (Array.isArray(dataIndex)) {
94
+ var _ref4 = dataIndex;
95
+ var _ref5 = _slicedToArray(_ref4, 1);
96
+ field = _ref5[0];
97
+ } else {
98
+ field = dataIndex;
99
+ }
100
+ if (columnRender) {
101
+ return columnRender(rawData[rowIndex][field], rawData[rowIndex], rowIndex);
102
+ }
103
+ return rawData[rowIndex][field];
104
+ }, [mergedColumns]);
105
+ var renderVirtualList = useCallback(function (rawData, _ref6, rowClassName) {
106
+ var scrollbarSize = _ref6.scrollbarSize,
107
+ ref = _ref6.ref,
108
+ _onScroll = _ref6.onScroll;
109
+ ref.current = connectObject;
110
+ return /*#__PURE__*/_jsx(VariableSizeGridJSX, {
111
+ ref: gridRef,
112
+ className: "virtual-grid",
113
+ columnCount: mergedColumns.length,
114
+ columnWidth: function columnWidth(index) {
115
+ var width = mergedColumns[index].width;
116
+ return index === mergedColumns.length - 1 ? width - scrollbarSize - 1 : width;
117
+ },
118
+ height: scroll.y,
119
+ rowCount: rawData.length,
120
+ rowHeight: function rowHeight() {
121
+ return 38;
122
+ },
123
+ width: domWidth,
124
+ onScroll: function onScroll(_ref7) {
125
+ var scrollLeft = _ref7.scrollLeft;
126
+ _onScroll({
127
+ scrollLeft: scrollLeft
128
+ });
129
+ },
130
+ children: function children(_ref8) {
131
+ var columnIndex = _ref8.columnIndex,
132
+ rowIndex = _ref8.rowIndex,
133
+ style = _ref8.style;
134
+ var rowCName = rowClassName ? rowClassName(rawData[rowIndex], rowIndex) : '';
135
+ return /*#__PURE__*/_jsx("div", {
136
+ className: classNames('virtual-table-cell', rowCName, {
137
+ 'virtual-table-cell-last': columnIndex === mergedColumns.length - 1
138
+ }),
139
+ style: style,
140
+ children: renderVirtualListRow(columnIndex, rawData, rowIndex)
141
+ });
142
+ }
143
+ });
144
+ }, [connectObject, domWidth, mergedColumns, renderVirtualListRow, scroll.y]);
145
+ return /*#__PURE__*/_jsx("div", {
146
+ ref: domRef,
147
+ children: /*#__PURE__*/_jsx(Table, _objectSpread(_objectSpread({
148
+ ref: parentRef
149
+ }, restProps), {}, {
150
+ scroll: scroll,
151
+ className: classNames(className, 'virtual-table'),
152
+ columns: mergedColumns,
153
+ pagination: false,
154
+ components: {
155
+ body: function body(rowData, row) {
156
+ return renderVirtualList(rowData, row, restProps.rowClassName);
157
+ }
158
+ }
159
+ }))
160
+ });
161
+ }));
@@ -0,0 +1,35 @@
1
+ export * from './BiuAButton';
2
+ export * from './BiuACard';
3
+ export * from './BiuACascader';
4
+ export * from './BiuADatePicker';
5
+ export * from './BiuATimePicker';
6
+ export * from './BiuAForm';
7
+ export * from './BiuAInput';
8
+ export * from './BiuASelect';
9
+ export * from './BiuASwitch';
10
+ export * from './BiuATreeSelect';
11
+ export * from './BiuBar';
12
+ export * from './BiuComSelect';
13
+ export * from './BiuCue';
14
+ export * from './BiuCustomerOperCard';
15
+ export * from './BiuCustomSelect';
16
+ export * from './BiuCustomTable';
17
+ export * from './BiuDescriptions';
18
+ export * from './BiuDetailDrawer';
19
+ export * from './BiuDivider';
20
+ export * from './BiuField';
21
+ export * from './BiuFileInput';
22
+ export * from './BiuForm';
23
+ export * from './BiuIcon';
24
+ export * from './BiuMapSelectSite';
25
+ export * from './BiuModal';
26
+ export * from './BiuOperForm';
27
+ export * from './BiuOperTable';
28
+ export * from './BiuPagination';
29
+ export * from './BiuResizeTable';
30
+ export * from './BiuSplit';
31
+ export * from './BiuTable';
32
+ export * from './BiuTableLink';
33
+ export * from './BiuTableSelect';
34
+ export * from './BiuTabs';
35
+ export * from './BiuVirtualTable';
@@ -0,0 +1,35 @@
1
+ export * from "./BiuAButton";
2
+ export * from "./BiuACard";
3
+ export * from "./BiuACascader";
4
+ export * from "./BiuADatePicker";
5
+ export * from "./BiuATimePicker";
6
+ export * from "./BiuAForm";
7
+ export * from "./BiuAInput";
8
+ export * from "./BiuASelect";
9
+ export * from "./BiuASwitch";
10
+ export * from "./BiuATreeSelect";
11
+ export * from "./BiuBar";
12
+ export * from "./BiuComSelect";
13
+ export * from "./BiuCue";
14
+ export * from "./BiuCustomerOperCard";
15
+ export * from "./BiuCustomSelect";
16
+ export * from "./BiuCustomTable";
17
+ export * from "./BiuDescriptions";
18
+ export * from "./BiuDetailDrawer";
19
+ export * from "./BiuDivider";
20
+ export * from "./BiuField";
21
+ export * from "./BiuFileInput";
22
+ export * from "./BiuForm";
23
+ export * from "./BiuIcon";
24
+ export * from "./BiuMapSelectSite";
25
+ export * from "./BiuModal";
26
+ export * from "./BiuOperForm";
27
+ export * from "./BiuOperTable";
28
+ export * from "./BiuPagination";
29
+ export * from "./BiuResizeTable";
30
+ export * from "./BiuSplit";
31
+ export * from "./BiuTable";
32
+ export * from "./BiuTableLink";
33
+ export * from "./BiuTableSelect";
34
+ export * from "./BiuTabs";
35
+ export * from "./BiuVirtualTable";
@@ -0,0 +1,28 @@
1
+ /**
2
+ * 缓存存储用户信息
3
+ */
4
+ export declare const BUBU100_CACHE_USERINFO_KEY: Readonly<string>;
5
+ /**
6
+ * 缓存仓库信息
7
+ */
8
+ export declare const BUBU100_CACHE_WAREINFO_KEY: Readonly<string>;
9
+ /**
10
+ * 缓存系统相关信息
11
+ */
12
+ export declare const BUBU100_CACHE_SYSTEM_KEY: Readonly<string>;
13
+ /**
14
+ * 缓存基础 token 信息
15
+ */
16
+ export declare const BUBU100_CACHE_TOKEN_KEY: Readonly<string>;
17
+ /**
18
+ * 缓存验证 token 信息
19
+ */
20
+ export declare const BUBU100_CACHE_AUTH_TOKEN_KEY: Readonly<string>;
21
+ /**
22
+ * 缓存按钮权限信息
23
+ */
24
+ export declare const BUBU100_CACHE_AUTH_BUTTON_KEY: Readonly<string>;
25
+ /**
26
+ * 缓存当前机构信息
27
+ */
28
+ export declare const BUBU100_CACHE_CURRENT_ORG_KEY: Readonly<string>;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * 缓存存储用户信息
3
+ */
4
+ export var BUBU100_CACHE_USERINFO_KEY = 'ENJOY_LINK_USER';
5
+ /**
6
+ * 缓存仓库信息
7
+ */
8
+ export var BUBU100_CACHE_WAREINFO_KEY = 'ENJOY_LINK_WARE';
9
+ /**
10
+ * 缓存系统相关信息
11
+ */
12
+ export var BUBU100_CACHE_SYSTEM_KEY = 'ENJOY_LINK_SYS';
13
+ /**
14
+ * 缓存基础 token 信息
15
+ */
16
+ export var BUBU100_CACHE_TOKEN_KEY = 'ENJOY_LINK_BASE_TOKEN';
17
+ /**
18
+ * 缓存验证 token 信息
19
+ */
20
+ export var BUBU100_CACHE_AUTH_TOKEN_KEY = 'ENJOY_LINK_AUTH_TOKEN';
21
+ /**
22
+ * 缓存按钮权限信息
23
+ */
24
+ export var BUBU100_CACHE_AUTH_BUTTON_KEY = 'ENJOY_LINK_AUTH_BUTTON';
25
+ /**
26
+ * 缓存当前机构信息
27
+ */
28
+ export var BUBU100_CACHE_CURRENT_ORG_KEY = 'BUBU100_CACHE_CURRENT_ORG_KEY';
@@ -0,0 +1,12 @@
1
+ export declare const DATE_FORMAT: {
2
+ default: string;
3
+ date: (timeFormat?: string) => string;
4
+ defaultRange: string[];
5
+ year: string;
6
+ month: string;
7
+ day: string;
8
+ hour: string;
9
+ minute: string;
10
+ time: string;
11
+ };
12
+ export declare const DATE_FORMTYPE: string[];
@@ -0,0 +1,15 @@
1
+ export var DATE_FORMAT = {
2
+ default: 'YYYY-MM-DD HH:mm:ss',
3
+ date: function date() {
4
+ var timeFormat = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '00:00:00';
5
+ return "YYYY-MM-DD ".concat(timeFormat);
6
+ },
7
+ defaultRange: ['YYYY-MM-DD 00:00:00', 'YYYY-MM-DD 23:59:59'],
8
+ year: 'YYYY',
9
+ month: 'YYYY-MM',
10
+ day: 'YYYY-MM-DD',
11
+ hour: 'YYYY-MM-DD HH',
12
+ minute: 'YYYY-MM-DD HH:mm',
13
+ time: 'HH:mm:ss'
14
+ };
15
+ export var DATE_FORMTYPE = ['date', 'time', 'datetime', 'month'];
@@ -0,0 +1,64 @@
1
+ /**
2
+ * 拓展属性判断值
3
+ */
4
+ export declare enum EXT_INFO {
5
+ prefix = "ext",
6
+ prefixAttr = "attribute",
7
+ 入库必填 = "isInFill",
8
+ 上架必填 = "isSheFill",
9
+ 库存必填 = "isInvFill",
10
+ 出库必填 = "isOutFill",
11
+ 入库订单显示 = "isInShow",
12
+ 入库上架显示 = "isSheShow",
13
+ 出库订单显示 = "isOutShow",
14
+ 拣货单显示 = "isPickingShow",
15
+ 入库打印显示 = "isInPrintShow",
16
+ 出库打印显示 = "isOutPrintShow",
17
+ 拣货打印显示 = "isPicPrintShow",
18
+ 库存显示 = "isInvShow"
19
+ }
20
+ /**
21
+ * 根据货主value查询扩展属性接口的showType
22
+ */
23
+ export declare enum SHOW_TYPE {
24
+ 入库必填 = 1,
25
+ 上架必填 = 2,
26
+ 出库必填 = 3,
27
+ 入库订单显示 = 4,
28
+ 入库上架显示 = 5,
29
+ 出库订单显示 = 6,
30
+ 拣货单显示 = 7,
31
+ 入库打印显示 = 8,
32
+ 出库打印显示 = 9,
33
+ 拣货打印显示 = 10,
34
+ 库存显示 = 11
35
+ }
36
+ type SelectOption = {
37
+ label: string;
38
+ value: string | number;
39
+ };
40
+ export declare const SELECT_OPTIONS: {
41
+ auditStatus: SelectOption[];
42
+ urgentStatus: SelectOption[];
43
+ reviewStatus: SelectOption[];
44
+ isLockLibrary: SelectOption[];
45
+ isIntercept: SelectOption[];
46
+ printOrder: SelectOption[];
47
+ shipStatus: SelectOption[];
48
+ abcType: SelectOption[];
49
+ queriesType: SelectOption[];
50
+ addressType: SelectOption[];
51
+ normallyvoidState: SelectOption[];
52
+ whetherGoods: SelectOption[];
53
+ userType: SelectOption[];
54
+ adjSymbol: SelectOption[];
55
+ whether: SelectOption[];
56
+ sexType: SelectOption[];
57
+ countingState: SelectOption[];
58
+ inspectionState: SelectOption[];
59
+ isCheckInv: SelectOption[];
60
+ inspectionStatus: SelectOption[];
61
+ invalid: SelectOption[];
62
+ normalInvalid: SelectOption[];
63
+ };
64
+ export {};
@@ -0,0 +1,260 @@
1
+ /**
2
+ * 拓展属性判断值
3
+ */
4
+ export var EXT_INFO = /*#__PURE__*/function (EXT_INFO) {
5
+ EXT_INFO["prefix"] = "ext";
6
+ EXT_INFO["prefixAttr"] = "attribute";
7
+ EXT_INFO["\u5165\u5E93\u5FC5\u586B"] = "isInFill";
8
+ EXT_INFO["\u4E0A\u67B6\u5FC5\u586B"] = "isSheFill";
9
+ EXT_INFO["\u5E93\u5B58\u5FC5\u586B"] = "isInvFill";
10
+ EXT_INFO["\u51FA\u5E93\u5FC5\u586B"] = "isOutFill";
11
+ EXT_INFO["\u5165\u5E93\u8BA2\u5355\u663E\u793A"] = "isInShow";
12
+ EXT_INFO["\u5165\u5E93\u4E0A\u67B6\u663E\u793A"] = "isSheShow";
13
+ EXT_INFO["\u51FA\u5E93\u8BA2\u5355\u663E\u793A"] = "isOutShow";
14
+ EXT_INFO["\u62E3\u8D27\u5355\u663E\u793A"] = "isPickingShow";
15
+ EXT_INFO["\u5165\u5E93\u6253\u5370\u663E\u793A"] = "isInPrintShow";
16
+ EXT_INFO["\u51FA\u5E93\u6253\u5370\u663E\u793A"] = "isOutPrintShow";
17
+ EXT_INFO["\u62E3\u8D27\u6253\u5370\u663E\u793A"] = "isPicPrintShow";
18
+ EXT_INFO["\u5E93\u5B58\u663E\u793A"] = "isInvShow";
19
+ return EXT_INFO;
20
+ }({});
21
+
22
+ /**
23
+ * 根据货主value查询扩展属性接口的showType
24
+ */
25
+ export var SHOW_TYPE = /*#__PURE__*/function (SHOW_TYPE) {
26
+ SHOW_TYPE[SHOW_TYPE["\u5165\u5E93\u5FC5\u586B"] = 1] = "\u5165\u5E93\u5FC5\u586B";
27
+ SHOW_TYPE[SHOW_TYPE["\u4E0A\u67B6\u5FC5\u586B"] = 2] = "\u4E0A\u67B6\u5FC5\u586B";
28
+ SHOW_TYPE[SHOW_TYPE["\u51FA\u5E93\u5FC5\u586B"] = 3] = "\u51FA\u5E93\u5FC5\u586B";
29
+ SHOW_TYPE[SHOW_TYPE["\u5165\u5E93\u8BA2\u5355\u663E\u793A"] = 4] = "\u5165\u5E93\u8BA2\u5355\u663E\u793A";
30
+ SHOW_TYPE[SHOW_TYPE["\u5165\u5E93\u4E0A\u67B6\u663E\u793A"] = 5] = "\u5165\u5E93\u4E0A\u67B6\u663E\u793A";
31
+ SHOW_TYPE[SHOW_TYPE["\u51FA\u5E93\u8BA2\u5355\u663E\u793A"] = 6] = "\u51FA\u5E93\u8BA2\u5355\u663E\u793A";
32
+ SHOW_TYPE[SHOW_TYPE["\u62E3\u8D27\u5355\u663E\u793A"] = 7] = "\u62E3\u8D27\u5355\u663E\u793A";
33
+ SHOW_TYPE[SHOW_TYPE["\u5165\u5E93\u6253\u5370\u663E\u793A"] = 8] = "\u5165\u5E93\u6253\u5370\u663E\u793A";
34
+ SHOW_TYPE[SHOW_TYPE["\u51FA\u5E93\u6253\u5370\u663E\u793A"] = 9] = "\u51FA\u5E93\u6253\u5370\u663E\u793A";
35
+ SHOW_TYPE[SHOW_TYPE["\u62E3\u8D27\u6253\u5370\u663E\u793A"] = 10] = "\u62E3\u8D27\u6253\u5370\u663E\u793A";
36
+ SHOW_TYPE[SHOW_TYPE["\u5E93\u5B58\u663E\u793A"] = 11] = "\u5E93\u5B58\u663E\u793A";
37
+ return SHOW_TYPE;
38
+ }({});
39
+ export var SELECT_OPTIONS = {
40
+ /**
41
+ * 审核状态
42
+ */
43
+ auditStatus: [{
44
+ value: 1,
45
+ label: '未审核'
46
+ }, {
47
+ value: 2,
48
+ label: '已审核'
49
+ }],
50
+ /**
51
+ * 紧急状态
52
+ */
53
+ urgentStatus: [{
54
+ value: 1,
55
+ label: '正常'
56
+ }, {
57
+ value: 2,
58
+ label: '紧急'
59
+ }],
60
+ /**
61
+ * 复核状态
62
+ */
63
+ reviewStatus: [{
64
+ value: 0,
65
+ label: '未复核'
66
+ }, {
67
+ value: 1,
68
+ label: '已复核'
69
+ }],
70
+ normallyvoidState: [{
71
+ value: 0,
72
+ label: '正常'
73
+ }, {
74
+ value: 1,
75
+ label: '禁用'
76
+ }],
77
+ /**
78
+ * 订单锁库状态
79
+ */
80
+ isLockLibrary: [{
81
+ value: 1,
82
+ label: '未锁库'
83
+ }, {
84
+ value: 2,
85
+ label: '已锁库'
86
+ }],
87
+ /**
88
+ * 订单拦截状态
89
+ */
90
+ isIntercept: [{
91
+ value: 1,
92
+ label: '未拦截'
93
+ }, {
94
+ value: 2,
95
+ label: '已拦截'
96
+ }],
97
+ /**
98
+ * 打印状态
99
+ */
100
+ printOrder: [{
101
+ value: 1,
102
+ label: '未打印'
103
+ }, {
104
+ value: 2,
105
+ label: '已打印'
106
+ }],
107
+ /**
108
+ * 订单发运状态
109
+ */
110
+ shipStatus: [{
111
+ value: 0,
112
+ label: '未发运'
113
+ }, {
114
+ value: 1,
115
+ label: '已发运'
116
+ }],
117
+ /**
118
+ * 商品信息(abc类型)
119
+ */
120
+ abcType: [{
121
+ value: 1,
122
+ label: 'A'
123
+ }, {
124
+ value: 2,
125
+ label: 'B'
126
+ }, {
127
+ value: 3,
128
+ label: 'C'
129
+ }],
130
+ /**
131
+ * 库存调增(查询类型)
132
+ */
133
+ queriesType: [{
134
+ value: 1,
135
+ label: '库存'
136
+ }, {
137
+ value: 2,
138
+ label: '调整明细'
139
+ }],
140
+ /**
141
+ * 调整符号
142
+ */
143
+ adjSymbol: [{
144
+ value: '+',
145
+ label: '+'
146
+ }, {
147
+ value: '-',
148
+ label: '-'
149
+ }],
150
+ /**
151
+ * 性别
152
+ */
153
+ sexType: [{
154
+ value: 1,
155
+ label: '男'
156
+ }, {
157
+ value: 2,
158
+ label: '女'
159
+ }],
160
+ /**
161
+ * 地址类型
162
+ */
163
+ addressType: [{
164
+ value: 1,
165
+ label: '发货地址'
166
+ }, {
167
+ value: 2,
168
+ label: '收货地址'
169
+ }],
170
+ /**
171
+ * 是否
172
+ */
173
+ whether: [{
174
+ value: 0,
175
+ label: '否'
176
+ }, {
177
+ value: 1,
178
+ label: '是'
179
+ }],
180
+ /**
181
+ * 是否(商品使用)
182
+ */
183
+ whetherGoods: [{
184
+ value: 0,
185
+ label: '否'
186
+ }, {
187
+ value: 1,
188
+ label: '是'
189
+ }],
190
+ /**
191
+ * 账号类型
192
+ */
193
+ userType: [{
194
+ value: 1,
195
+ label: '本公司'
196
+ }, {
197
+ value: 2,
198
+ label: '客户'
199
+ }, {
200
+ value: 3,
201
+ label: '承运商'
202
+ }],
203
+ /**
204
+ * 验收状态(主表)
205
+ */
206
+ inspectionState: [{
207
+ value: 0,
208
+ label: '未验收'
209
+ }, {
210
+ value: 1,
211
+ label: '验收中'
212
+ }, {
213
+ value: 2,
214
+ label: '已验收'
215
+ }],
216
+ /**
217
+ * 验收状态(明细表)
218
+ */
219
+ inspectionStatus: [{
220
+ value: 0,
221
+ label: '未验收'
222
+ }, {
223
+ value: 1,
224
+ label: '已验收'
225
+ }],
226
+ isCheckInv: [{
227
+ value: 0,
228
+ label: '否'
229
+ }, {
230
+ value: 1,
231
+ label: '是'
232
+ }],
233
+ /**
234
+ * 补货状态
235
+ */
236
+ countingState: [{
237
+ value: 0,
238
+ label: '未补货'
239
+ }, {
240
+ value: 1,
241
+ label: '补货完成'
242
+ }],
243
+ invalid: [{
244
+ value: 0,
245
+ label: '正常'
246
+ }, {
247
+ value: 1,
248
+ label: '禁用'
249
+ }],
250
+ /**
251
+ * 正常/作废
252
+ */
253
+ normalInvalid: [{
254
+ value: 0,
255
+ label: '正常'
256
+ }, {
257
+ value: 1,
258
+ label: '作废'
259
+ }]
260
+ };
@@ -0,0 +1,5 @@
1
+ export declare const GATEWAY_ROUTE_WMS = "/edi/wms/in";
2
+ export declare const GATEWAY_ROUTE_MDM = "/edi/mdm/in";
3
+ export declare const GATEWAY_ROUTE_OMS = "/edi/oms/in";
4
+ export declare const GATEWAY_ROUTE_SSO = "/edi/sso/in";
5
+ export declare const GATEWAY_ROUTE_REPORT = "/edi/report/in";
@@ -0,0 +1,5 @@
1
+ export var GATEWAY_ROUTE_WMS = '/edi/wms/in';
2
+ export var GATEWAY_ROUTE_MDM = '/edi/mdm/in';
3
+ export var GATEWAY_ROUTE_OMS = '/edi/oms/in';
4
+ export var GATEWAY_ROUTE_SSO = '/edi/sso/in';
5
+ export var GATEWAY_ROUTE_REPORT = '/edi/report/in';