wt-enjoy-link-antd-repack 4.1.17

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 (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,66 @@
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 = ["type", "ownerId", "goodsAttribute"];
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
+ import React, { forwardRef } from 'react';
11
+ import AddressSelect from "./addressSelect";
12
+ import TableSelectBase from "./base";
13
+ import GoodSelect from "./goodSelect";
14
+ import LocationSelect from "./locationSelect";
15
+ import Package from "./package";
16
+ import SupplierSelect from "./supplierSelect";
17
+ import WarehouseAreaSelect from "./warehouseAreaSelect";
18
+ import WarehouseInfoSelects from "./warehouseInfoSelects";
19
+ import { jsx as _jsx } from "react/jsx-runtime";
20
+ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
21
+ var type = props.type,
22
+ ownerId = props.ownerId,
23
+ goodsAttribute = props.goodsAttribute,
24
+ restProps = _objectWithoutProperties(props, _excluded);
25
+ switch (type) {
26
+ case 'location':
27
+ return /*#__PURE__*/_jsx(LocationSelect, _objectSpread(_objectSpread({
28
+ ownerId: ownerId
29
+ }, restProps), {}, {
30
+ ref: ref
31
+ }));
32
+ case 'good':
33
+ return /*#__PURE__*/_jsx(GoodSelect, _objectSpread(_objectSpread({
34
+ ownerId: ownerId,
35
+ goodsAttribute: goodsAttribute
36
+ }, restProps), {}, {
37
+ ref: ref
38
+ }));
39
+ case 'supplier':
40
+ return /*#__PURE__*/_jsx(SupplierSelect, _objectSpread(_objectSpread({}, restProps), {}, {
41
+ ref: ref
42
+ }));
43
+ case 'address':
44
+ return /*#__PURE__*/_jsx(AddressSelect, _objectSpread(_objectSpread({}, restProps), {}, {
45
+ ref: ref
46
+ }));
47
+ case 'package':
48
+ return /*#__PURE__*/_jsx(Package, _objectSpread(_objectSpread({
49
+ ownerId: ownerId
50
+ }, restProps), {}, {
51
+ ref: ref
52
+ }));
53
+ case 'warehouseinfoselects':
54
+ return /*#__PURE__*/_jsx(WarehouseInfoSelects, _objectSpread(_objectSpread({}, restProps), {}, {
55
+ ref: ref
56
+ }));
57
+ case 'area':
58
+ return /*#__PURE__*/_jsx(WarehouseAreaSelect, _objectSpread(_objectSpread({}, restProps), {}, {
59
+ ref: ref
60
+ }));
61
+ default:
62
+ return /*#__PURE__*/_jsx(TableSelectBase, _objectSpread(_objectSpread({}, restProps), {}, {
63
+ ref: ref
64
+ }));
65
+ }
66
+ }));
@@ -0,0 +1,16 @@
1
+ import type { SelectProps } from 'antd';
2
+ import type { TableProps } from 'antd/es/table';
3
+ import type { BiuColumnType } from "../../..";
4
+ type TableSelectProps = {
5
+ columns?: BiuColumnType[];
6
+ bindField?: {
7
+ rowKey?: string;
8
+ rowLabel?: string;
9
+ };
10
+ value?: string;
11
+ initialValue?: any;
12
+ initSelectValue?: string;
13
+ onChangeData?: (value: any, record: any) => void;
14
+ };
15
+ export type TableSelectType = TableProps<any> & SelectProps<any> & TableSelectProps;
16
+ export {};
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/table").TableProps<any> & import("antd").SelectProps<any, import("antd/lib/select").DefaultOptionType> & {
3
+ columns?: import("../../..").BiuColumnType[] | undefined;
4
+ bindField?: {
5
+ rowKey?: string | undefined;
6
+ rowLabel?: string | undefined;
7
+ } | undefined;
8
+ value?: string | undefined;
9
+ initialValue?: any;
10
+ initSelectValue?: string | undefined;
11
+ onChangeData?: ((value: any, record: any) => void) | undefined;
12
+ } & {
13
+ ownerId: string;
14
+ warehouseIds?: string | undefined;
15
+ warehouseAreaId?: string | undefined;
16
+ initialValue?: string | undefined;
17
+ searchTimes?: number | undefined;
18
+ rowLabel?: string | undefined;
19
+ isDefWth?: boolean | undefined;
20
+ batch?: string | undefined;
21
+ goodsId: string;
22
+ isAutoGenerate?: string | undefined;
23
+ } & React.RefAttributes<unknown>>>;
24
+ export default _default;
@@ -0,0 +1,164 @@
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 = ["ownerId", "initialValue", "warehouseIds", "warehouseAreaId", "searchTimes", "rowLabel", "isDefWth", "goodsId", "batch", "isAutoGenerate"];
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
9
+ 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."); }
10
+ 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); }
11
+ 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; }
12
+ 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; } }
13
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
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 { isNil } from 'lodash';
17
+ import React, { forwardRef, useCallback, useEffect, useRef, useState } from 'react';
18
+ import TableSelectBase from "./base";
19
+ import { GATEWAY_ROUTE_WMS } from "../../../../constant";
20
+ import { request } from "../../../../package";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ var getWarehouseLoctionList = function getWarehouseLoctionList(queryData) {
23
+ return request({
24
+ apiName: isNil(queryData.goodsId) ? 'wms.basedata.querySimpleComponent' : 'wms.base.getLocationGoods',
25
+ data: queryData,
26
+ requestConfig: {
27
+ GatewayRoute: GATEWAY_ROUTE_WMS
28
+ }
29
+ });
30
+ };
31
+ var columns = [{
32
+ title: '库位编码',
33
+ dataIndex: 'locationCode',
34
+ ellipsis: true,
35
+ width: 100
36
+ }, {
37
+ title: '库位名称',
38
+ dataIndex: 'locationName',
39
+ ellipsis: true,
40
+ width: 100
41
+ }, {
42
+ title: '仓库编码',
43
+ dataIndex: 'warehouseCode',
44
+ ellipsis: true,
45
+ width: 100
46
+ }, {
47
+ title: '仓库名称',
48
+ dataIndex: 'warehouseName',
49
+ ellipsis: true,
50
+ width: 100
51
+ }, {
52
+ title: '库区编码',
53
+ dataIndex: 'warehouseAreaCode',
54
+ ellipsis: true,
55
+ width: 100
56
+ }, {
57
+ title: '库区名称',
58
+ dataIndex: 'warehouseAreaName',
59
+ ellipsis: true,
60
+ width: 100
61
+ }];
62
+ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
63
+ var ownerId = props.ownerId,
64
+ initialValue = props.initialValue,
65
+ warehouseIds = props.warehouseIds,
66
+ warehouseAreaId = props.warehouseAreaId,
67
+ _props$searchTimes = props.searchTimes,
68
+ searchTimes = _props$searchTimes === void 0 ? 300 : _props$searchTimes,
69
+ _props$rowLabel = props.rowLabel,
70
+ rowLabel = _props$rowLabel === void 0 ? 'locationCode' : _props$rowLabel,
71
+ _props$isDefWth = props.isDefWth,
72
+ isDefWth = _props$isDefWth === void 0 ? false : _props$isDefWth,
73
+ goodsId = props.goodsId,
74
+ batch = props.batch,
75
+ _props$isAutoGenerate = props.isAutoGenerate,
76
+ isAutoGenerate = _props$isAutoGenerate === void 0 ? '2' : _props$isAutoGenerate,
77
+ restProps = _objectWithoutProperties(props, _excluded);
78
+ var _useState = useState(),
79
+ _useState2 = _slicedToArray(_useState, 2),
80
+ locationList = _useState2[0],
81
+ setLocationList = _useState2[1];
82
+ var _useState3 = useState(false),
83
+ _useState4 = _slicedToArray(_useState3, 2),
84
+ loading = _useState4[0],
85
+ setLoading = _useState4[1];
86
+ var _useState5 = useState(),
87
+ _useState6 = _slicedToArray(_useState5, 2),
88
+ initSelectValue = _useState6[0],
89
+ setInitSelectValue = _useState6[1];
90
+ var timerRef = useRef();
91
+ useEffect(function () {
92
+ if (initialValue && !props.initSelectValue && (props.value === initialValue || props.value === undefined || props.value === null)) {
93
+ setLoading(true);
94
+ getWarehouseLoctionList({
95
+ warehouseLocationIds: initialValue,
96
+ warehouseIds: warehouseIds,
97
+ warehouseAreaId: warehouseAreaId,
98
+ goodsId: goodsId,
99
+ ownerId: ownerId,
100
+ defWth: isDefWth,
101
+ batch: batch,
102
+ page: 1,
103
+ size: 20,
104
+ isAutoGenerate: isAutoGenerate
105
+ }).then(function (res) {
106
+ if (res !== null && res !== void 0 && res.length && res[0].id) {
107
+ setLocationList(res);
108
+ setInitSelectValue(res[0][rowLabel]);
109
+ if (props.onChange) {
110
+ props.onChange(initialValue, res[0]);
111
+ }
112
+ if (props.onChangeData) {
113
+ props.onChangeData(initialValue, res[0]);
114
+ }
115
+ } else {
116
+ setLocationList([]);
117
+ setInitSelectValue(undefined);
118
+ if (props.onChange) {
119
+ props.onChange(undefined, undefined);
120
+ }
121
+ if (props.onChangeData) {
122
+ props.onChangeData(undefined, {});
123
+ }
124
+ }
125
+ }).finally(function () {
126
+ setLoading(false);
127
+ });
128
+ }
129
+ }, [initialValue, warehouseIds, goodsId, ownerId, isDefWth, batch, warehouseAreaId, props, isAutoGenerate, rowLabel]);
130
+ var onSearch = useCallback(function (sValue) {
131
+ if (timerRef.current) clearTimeout(timerRef.current);
132
+ timerRef.current = setTimeout(function () {
133
+ setLoading(true);
134
+ getWarehouseLoctionList({
135
+ warehouseIds: warehouseIds,
136
+ locationCode: sValue,
137
+ goodsId: goodsId,
138
+ ownerId: ownerId,
139
+ defWth: isDefWth,
140
+ batch: batch,
141
+ page: 1,
142
+ size: 20,
143
+ isAutoGenerate: isAutoGenerate
144
+ }).then(function (res) {
145
+ setLocationList(res);
146
+ }).finally(function () {
147
+ setLoading(false);
148
+ });
149
+ }, searchTimes);
150
+ }, [searchTimes, warehouseIds, goodsId, ownerId, isDefWth, batch, isAutoGenerate]);
151
+ return /*#__PURE__*/_jsx(TableSelectBase, _objectSpread(_objectSpread({
152
+ ref: ref
153
+ }, restProps), {}, {
154
+ initSelectValue: initSelectValue || restProps.initSelectValue,
155
+ loading: loading,
156
+ bindField: {
157
+ rowKey: 'id',
158
+ rowLabel: rowLabel
159
+ },
160
+ onSearch: onSearch,
161
+ columns: columns,
162
+ dataSource: locationList || []
163
+ }));
164
+ }));
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>>;
3
+ export default _default;
@@ -0,0 +1,149 @@
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 = ["ownerId", "initialValue", "searchTimes", "rowLabel", "onChangeData"];
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ 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."); }
12
+ 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); }
13
+ 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; }
14
+ 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; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ import React, { forwardRef, useCallback, useEffect, useRef, useState } from 'react';
17
+ import TableSelectBase from "./base";
18
+ import { GATEWAY_ROUTE_WMS } from "../../../../constant";
19
+ import { request } from "../../../../package";
20
+ import { jsx as _jsx } from "react/jsx-runtime";
21
+ var queryPackageInfo = function queryPackageInfo(data) {
22
+ return request({
23
+ apiName: 'wms.basedata.packingSimple',
24
+ data: data,
25
+ requestConfig: {
26
+ GatewayRoute: GATEWAY_ROUTE_WMS
27
+ }
28
+ });
29
+ };
30
+ var invLocList = function invLocList(data) {
31
+ return request({
32
+ apiName: 'wms.materialsInvLoc.queryList',
33
+ data: data,
34
+ requestConfig: {
35
+ GatewayRoute: GATEWAY_ROUTE_WMS,
36
+ Version: ''
37
+ }
38
+ });
39
+ };
40
+ var initColumns = [{
41
+ title: '耗材编码',
42
+ dataIndex: 'packageCode',
43
+ ellipsis: true,
44
+ width: 80
45
+ }, {
46
+ title: '耗材名称',
47
+ dataIndex: 'packageName',
48
+ ellipsis: true,
49
+ width: 80
50
+ }];
51
+ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
52
+ var _useState = useState([]),
53
+ _useState2 = _slicedToArray(_useState, 2),
54
+ packageList = _useState2[0],
55
+ setPackageList = _useState2[1];
56
+ var _useState3 = useState(false),
57
+ _useState4 = _slicedToArray(_useState3, 2),
58
+ loading = _useState4[0],
59
+ setLoading = _useState4[1];
60
+ var _useState5 = useState(),
61
+ _useState6 = _slicedToArray(_useState5, 2),
62
+ initSelectValue = _useState6[0],
63
+ setInitSelectValue = _useState6[1];
64
+ var timerRef = useRef();
65
+ var ownerId = props.ownerId,
66
+ initialValue = props.initialValue,
67
+ _props$searchTimes = props.searchTimes,
68
+ searchTimes = _props$searchTimes === void 0 ? 300 : _props$searchTimes,
69
+ _props$rowLabel = props.rowLabel,
70
+ rowLabel = _props$rowLabel === void 0 ? 'packageCode' : _props$rowLabel,
71
+ _onChangeData = props.onChangeData,
72
+ restProps = _objectWithoutProperties(props, _excluded);
73
+ useEffect(function () {
74
+ if (ownerId && initialValue && !props.initSelectValue && (props.value === initialValue || props.value === undefined || props.value === null)) {
75
+ queryPackageInfo({
76
+ id: initialValue || '',
77
+ ownerId: ownerId
78
+ }).then(function () {
79
+ var rows = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
80
+ if (rows !== null && rows !== void 0 && rows.length && rows[0].id) {
81
+ setInitSelectValue(rows[0][rowLabel]);
82
+ if (props.onChange) {
83
+ props.onChange(initialValue, rows[0]);
84
+ }
85
+ if (props.onChangeData) {
86
+ props.onChangeData(initialValue, rows[0]);
87
+ }
88
+ } else {
89
+ setPackageList([]);
90
+ setInitSelectValue(undefined);
91
+ if (props.onChange) {
92
+ props.onChange(undefined, undefined);
93
+ }
94
+ if (props.onChangeData) {
95
+ props.onChangeData(undefined, {});
96
+ }
97
+ }
98
+ }).finally(function () {
99
+ setLoading(false);
100
+ });
101
+ } else {
102
+ setPackageList([]);
103
+ setInitSelectValue(undefined);
104
+ }
105
+ }, [ownerId, initialValue, props, rowLabel]);
106
+ var onSearch = useCallback(function (sValue) {
107
+ if (timerRef.current) clearTimeout(timerRef.current);
108
+ timerRef.current = setTimeout(function () {
109
+ setLoading(true);
110
+ queryPackageInfo({
111
+ ownerId: ownerId,
112
+ remoteSearchCValue: sValue
113
+ }).then(function (rows) {
114
+ setPackageList(rows || []);
115
+ }).finally(function () {
116
+ setLoading(false);
117
+ });
118
+ }, searchTimes);
119
+ }, [ownerId, searchTimes]);
120
+ return /*#__PURE__*/_jsx(TableSelectBase, _objectSpread(_objectSpread({
121
+ ref: ref
122
+ }, restProps), {}, {
123
+ loading: loading,
124
+ initSelectValue: initSelectValue || restProps.initSelectValue,
125
+ bindField: {
126
+ rowKey: 'id',
127
+ rowLabel: rowLabel
128
+ },
129
+ onSearch: onSearch,
130
+ columns: initColumns,
131
+ dataSource: packageList,
132
+ onChangeData: function onChangeData(value, record) {
133
+ if (value || ownerId) {
134
+ invLocList({
135
+ materialsId: value,
136
+ ownerId: ownerId
137
+ }).then(function (res) {
138
+ _onChangeData(value, _objectSpread(_objectSpread({}, record), {}, {
139
+ mateInvAdjList: res
140
+ }));
141
+ }).catch(function () {
142
+ _onChangeData(value, _objectSpread(_objectSpread({}, record), {}, {
143
+ mateInvAdjList: []
144
+ }));
145
+ });
146
+ }
147
+ }
148
+ }));
149
+ }));
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("antd/es/table").TableProps<any> & import("antd").SelectProps<any, import("antd/lib/select").DefaultOptionType> & {
3
+ columns?: import("../../..").BiuColumnType[] | undefined;
4
+ bindField?: {
5
+ rowKey?: string | undefined;
6
+ rowLabel?: string | undefined;
7
+ } | undefined;
8
+ value?: string | undefined;
9
+ initialValue?: any;
10
+ initSelectValue?: string | undefined;
11
+ onChangeData?: ((value: any, record: any) => void) | undefined;
12
+ } & {
13
+ clientid: number;
14
+ initialValue?: number | undefined;
15
+ searchTimes?: number | undefined;
16
+ rowLabel?: string | undefined;
17
+ } & React.RefAttributes<unknown>>>;
18
+ export default _default;
@@ -0,0 +1,145 @@
1
+ var _excluded = ["clientid", "initialValue", "searchTimes", "rowLabel"];
2
+ 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); }
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 _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; }
10
+ 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; }
11
+ 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; }
12
+ 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; }
13
+ 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; }
14
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
15
+ 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); }
16
+ import React, { forwardRef, useCallback, useEffect, useRef, useState } from 'react';
17
+ import TableSelectBase from "./base";
18
+ import { GATEWAY_ROUTE_MDM } from "../../../../constant";
19
+ import { request } from "../../../../package";
20
+ import { jsx as _jsx } from "react/jsx-runtime";
21
+ var supplierinfoQuery = function supplierinfoQuery(data) {
22
+ return request({
23
+ apiName: 'wms.mdm.supplierinfoQuery',
24
+ data: _objectSpread({
25
+ invalid: 0
26
+ }, data),
27
+ requestConfig: {
28
+ GatewayRoute: GATEWAY_ROUTE_MDM
29
+ }
30
+ });
31
+ };
32
+ var columns = [{
33
+ title: '供应商编码',
34
+ dataIndex: 'suppliercode',
35
+ ellipsis: true,
36
+ width: 100
37
+ }, {
38
+ title: '供应商名称',
39
+ dataIndex: 'suppliername',
40
+ ellipsis: true,
41
+ width: 100
42
+ }, {
43
+ title: '联系人',
44
+ dataIndex: 'linkman',
45
+ ellipsis: true,
46
+ width: 100
47
+ }, {
48
+ title: '联系电话',
49
+ dataIndex: 'linkphone',
50
+ ellipsis: true,
51
+ width: 100
52
+ }, {
53
+ title: '手机号',
54
+ dataIndex: 'linkmobile',
55
+ ellipsis: true,
56
+ width: 100
57
+ }, {
58
+ title: '详细地址',
59
+ dataIndex: 'supplieraddress',
60
+ ellipsis: true,
61
+ width: 100
62
+ }];
63
+ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
64
+ var clientid = props.clientid,
65
+ initialValue = props.initialValue,
66
+ _props$searchTimes = props.searchTimes,
67
+ searchTimes = _props$searchTimes === void 0 ? 300 : _props$searchTimes,
68
+ _props$rowLabel = props.rowLabel,
69
+ rowLabel = _props$rowLabel === void 0 ? 'suppliername' : _props$rowLabel,
70
+ restProps = _objectWithoutProperties(props, _excluded);
71
+ var _useState = useState(),
72
+ _useState2 = _slicedToArray(_useState, 2),
73
+ supplierList = _useState2[0],
74
+ setSupplierList = _useState2[1];
75
+ var _useState3 = useState(false),
76
+ _useState4 = _slicedToArray(_useState3, 2),
77
+ loading = _useState4[0],
78
+ setLoading = _useState4[1];
79
+ var _useState5 = useState(),
80
+ _useState6 = _slicedToArray(_useState5, 2),
81
+ initSelectValue = _useState6[0],
82
+ setInitSelectValue = _useState6[1];
83
+ var timerRef = useRef();
84
+ useEffect(function () {
85
+ if (initialValue && !props.initSelectValue && (props.value === initialValue || props.value === undefined || props.value === null)) {
86
+ setLoading(true);
87
+ supplierinfoQuery({
88
+ id: initialValue
89
+ }).then(function (_ref) {
90
+ var _ref$rows = _ref.rows,
91
+ rows = _ref$rows === void 0 ? [] : _ref$rows;
92
+ if (rows !== null && rows !== void 0 && rows.length && rows[0].id) {
93
+ setSupplierList(rows);
94
+ setInitSelectValue(rows[0][rowLabel]);
95
+ if (props.onChange) {
96
+ props.onChange(initialValue, rows[0]);
97
+ }
98
+ if (props.onChangeData) {
99
+ props.onChangeData(initialValue, rows[0]);
100
+ }
101
+ } else {
102
+ setSupplierList([]);
103
+ setInitSelectValue(rows[0][rowLabel]);
104
+ if (props.onChange) {
105
+ props.onChange(undefined, undefined);
106
+ }
107
+ if (props.onChangeData) {
108
+ props.onChangeData(undefined, {});
109
+ }
110
+ }
111
+ }).finally(function () {
112
+ setLoading(false);
113
+ });
114
+ }
115
+ }, [initialValue, props, rowLabel]);
116
+ var onSearch = useCallback(function (sValue) {
117
+ if (timerRef.current) clearTimeout(timerRef.current);
118
+ timerRef.current = setTimeout(function () {
119
+ setLoading(true);
120
+ supplierinfoQuery({
121
+ clientid: clientid,
122
+ remoteSearchCValue: sValue
123
+ }).then(function (_ref2) {
124
+ var _ref2$rows = _ref2.rows,
125
+ rows = _ref2$rows === void 0 ? [] : _ref2$rows;
126
+ setSupplierList(rows);
127
+ }).finally(function () {
128
+ setLoading(false);
129
+ });
130
+ }, searchTimes);
131
+ }, [clientid, searchTimes]);
132
+ return /*#__PURE__*/_jsx(TableSelectBase, _objectSpread(_objectSpread({
133
+ ref: ref
134
+ }, restProps), {}, {
135
+ loading: loading,
136
+ initSelectValue: initSelectValue || restProps.initSelectValue,
137
+ bindField: {
138
+ rowKey: 'id',
139
+ rowLabel: rowLabel
140
+ },
141
+ onSearch: onSearch,
142
+ columns: columns,
143
+ dataSource: supplierList
144
+ }));
145
+ }));
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>>;
3
+ export default _default;