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.
- package/README.md +26 -0
- package/dist/esm/assets/location.png +0 -0
- package/dist/esm/component/BiuAButton/index.d.ts +18 -0
- package/dist/esm/component/BiuAButton/index.js +8 -0
- package/dist/esm/component/BiuACard/index.d.ts +2 -0
- package/dist/esm/component/BiuACard/index.js +9 -0
- package/dist/esm/component/BiuACascader/index.d.ts +10 -0
- package/dist/esm/component/BiuACascader/index.js +8 -0
- package/dist/esm/component/BiuADatePicker/index.d.ts +19 -0
- package/dist/esm/component/BiuADatePicker/index.js +18 -0
- package/dist/esm/component/BiuAForm/index.d.ts +7 -0
- package/dist/esm/component/BiuAForm/index.js +10 -0
- package/dist/esm/component/BiuAInput/index.d.ts +14 -0
- package/dist/esm/component/BiuAInput/index.js +32 -0
- package/dist/esm/component/BiuASelect/index.d.ts +6 -0
- package/dist/esm/component/BiuASelect/index.js +14 -0
- package/dist/esm/component/BiuASwitch/index.d.ts +2 -0
- package/dist/esm/component/BiuASwitch/index.js +9 -0
- package/dist/esm/component/BiuATimePicker/index.d.ts +4 -0
- package/dist/esm/component/BiuATimePicker/index.js +8 -0
- package/dist/esm/component/BiuATreeSelect/index.d.ts +2 -0
- package/dist/esm/component/BiuATreeSelect/index.js +8 -0
- package/dist/esm/component/BiuBar/index.d.ts +13 -0
- package/dist/esm/component/BiuBar/index.js +42 -0
- package/dist/esm/component/BiuComSelect/index.d.ts +24 -0
- package/dist/esm/component/BiuComSelect/index.js +104 -0
- package/dist/esm/component/BiuCue/index.d.ts +18 -0
- package/dist/esm/component/BiuCue/index.js +44 -0
- package/dist/esm/component/BiuCustomSelect/index.d.ts +19 -0
- package/dist/esm/component/BiuCustomSelect/index.js +153 -0
- package/dist/esm/component/BiuCustomTable/index.d.ts +14 -0
- package/dist/esm/component/BiuCustomTable/index.js +76 -0
- package/dist/esm/component/BiuCustomerOperCard/component/editTable.d.ts +8 -0
- package/dist/esm/component/BiuCustomerOperCard/component/editTable.js +264 -0
- package/dist/esm/component/BiuCustomerOperCard/component/index.d.ts +1 -0
- package/dist/esm/component/BiuCustomerOperCard/component/index.js +1 -0
- package/dist/esm/component/BiuCustomerOperCard/index.d.ts +20 -0
- package/dist/esm/component/BiuCustomerOperCard/index.js +56 -0
- package/dist/esm/component/BiuCustomerOperCard/type.d.ts +117 -0
- package/dist/esm/component/BiuCustomerOperCard/type.js +1 -0
- package/dist/esm/component/BiuCustomerOperCard/utils.d.ts +48 -0
- package/dist/esm/component/BiuCustomerOperCard/utils.js +236 -0
- package/dist/esm/component/BiuDescriptions/index.d.ts +9 -0
- package/dist/esm/component/BiuDescriptions/index.js +39 -0
- package/dist/esm/component/BiuDetailDrawer/index.d.ts +15 -0
- package/dist/esm/component/BiuDetailDrawer/index.js +54 -0
- package/dist/esm/component/BiuDivider/index.d.ts +4 -0
- package/dist/esm/component/BiuDivider/index.js +29 -0
- package/dist/esm/component/BiuField/component/AddressTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/AddressTableSelect.js +150 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.d.ts +3 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/index.js +3 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.d.ts +2 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertSubValue.js +49 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.d.ts +2 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useConvertUnSubValue.js +98 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.d.ts +5 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/hooks/useInConvertUnSubValue.js +82 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/index.d.ts +14 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/index.js +393 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/type.d.ts +123 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/type.js +1 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.d.ts +5 -0
- package/dist/esm/component/BiuField/component/DepartOrgSelect/utils.js +59 -0
- package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/OMSSystem/cityAreaSelect.js +130 -0
- package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.d.ts +7 -0
- package/dist/esm/component/BiuField/component/OMSSystem/warehouseSel.js +80 -0
- package/dist/esm/component/BiuField/component/SNInput.d.ts +13 -0
- package/dist/esm/component/BiuField/component/SNInput.js +622 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.d.ts +23 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/addressSelect.js +187 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/base.d.ts +13 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/base.js +153 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.d.ts +21 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/goodSelect.js +238 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/index.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/index.js +66 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/interface.d.ts +16 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/interface.js +1 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.d.ts +24 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/locationSelect.js +164 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/package.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/package.js +149 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.d.ts +18 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/supplierSelect.js +145 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseAreaSelect.js +113 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.d.ts +18 -0
- package/dist/esm/component/BiuField/component/TableSelectLocal/warehouseInfoSelects.js +100 -0
- package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/appliedgoodsTypeSelect.js +75 -0
- package/dist/esm/component/BiuField/component/autoComplete.d.ts +8 -0
- package/dist/esm/component/BiuField/component/autoComplete.js +82 -0
- package/dist/esm/component/BiuField/component/boxTypeSelect.d.ts +11 -0
- package/dist/esm/component/BiuField/component/boxTypeSelect.js +139 -0
- package/dist/esm/component/BiuField/component/businessdistrictselect.d.ts +55 -0
- package/dist/esm/component/BiuField/component/businessdistrictselect.js +414 -0
- package/dist/esm/component/BiuField/component/carrierInfoSelect.d.ts +13 -0
- package/dist/esm/component/BiuField/component/carrierInfoSelect.js +145 -0
- package/dist/esm/component/BiuField/component/channelSelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/channelSelect.js +94 -0
- package/dist/esm/component/BiuField/component/cityAreaCascader.d.ts +11 -0
- package/dist/esm/component/BiuField/component/cityAreaCascader.js +86 -0
- package/dist/esm/component/BiuField/component/clientInfoTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/clientInfoTableSelect.js +175 -0
- package/dist/esm/component/BiuField/component/customMenu.d.ts +3 -0
- package/dist/esm/component/BiuField/component/customMenu.js +110 -0
- package/dist/esm/component/BiuField/component/databaseSelect.d.ts +6 -0
- package/dist/esm/component/BiuField/component/databaseSelect.js +42 -0
- package/dist/esm/component/BiuField/component/departmentTreeSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/departmentTreeSelect.js +107 -0
- package/dist/esm/component/BiuField/component/dicNameSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/dicNameSelect.js +53 -0
- package/dist/esm/component/BiuField/component/dicTypeSelect.d.ts +41 -0
- package/dist/esm/component/BiuField/component/dicTypeSelect.js +84 -0
- package/dist/esm/component/BiuField/component/dockingPartySelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/dockingPartySelect.js +63 -0
- package/dist/esm/component/BiuField/component/editLocationSelect.d.ts +18 -0
- package/dist/esm/component/BiuField/component/editLocationSelect.js +119 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/accountSelect.js +36 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.d.ts +14 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/addresSelect.js +97 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.d.ts +7 -0
- package/dist/esm/component/BiuField/component/electronicFaceSheet/platformSelect.js +73 -0
- package/dist/esm/component/BiuField/component/goodsTypeSelect.d.ts +10 -0
- package/dist/esm/component/BiuField/component/goodsTypeSelect.js +92 -0
- package/dist/esm/component/BiuField/component/index.d.ts +37 -0
- package/dist/esm/component/BiuField/component/index.js +37 -0
- package/dist/esm/component/BiuField/component/interfaceNameSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/interfaceNameSelect.js +65 -0
- package/dist/esm/component/BiuField/component/lpnSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/lpnSelect.js +88 -0
- package/dist/esm/component/BiuField/component/orderTypeSelect.d.ts +15 -0
- package/dist/esm/component/BiuField/component/orderTypeSelect.js +79 -0
- package/dist/esm/component/BiuField/component/orderTypeTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/orderTypeTableSelect.js +45 -0
- package/dist/esm/component/BiuField/component/parkSelect.d.ts +12 -0
- package/dist/esm/component/BiuField/component/parkSelect.js +88 -0
- package/dist/esm/component/BiuField/component/personnelinfoselect.d.ts +57 -0
- package/dist/esm/component/BiuField/component/personnelinfoselect.js +431 -0
- package/dist/esm/component/BiuField/component/propertNameSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/propertNameSelect.js +114 -0
- package/dist/esm/component/BiuField/component/shipperTableSelect.d.ts +3 -0
- package/dist/esm/component/BiuField/component/shipperTableSelect.js +94 -0
- package/dist/esm/component/BiuField/component/userSelect.d.ts +8 -0
- package/dist/esm/component/BiuField/component/userSelect.js +163 -0
- package/dist/esm/component/BiuField/component/warehouseAreaSelect.d.ts +9 -0
- package/dist/esm/component/BiuField/component/warehouseAreaSelect.js +103 -0
- package/dist/esm/component/BiuField/component/warehouseInfoSelect.d.ts +13 -0
- package/dist/esm/component/BiuField/component/warehouseInfoSelect.js +92 -0
- package/dist/esm/component/BiuField/component/warehouseLoctionSelect.d.ts +14 -0
- package/dist/esm/component/BiuField/component/warehouseLoctionSelect.js +124 -0
- package/dist/esm/component/BiuField/index.d.ts +8 -0
- package/dist/esm/component/BiuField/index.js +607 -0
- package/dist/esm/component/BiuFileInput/index.d.ts +11 -0
- package/dist/esm/component/BiuFileInput/index.js +53 -0
- package/dist/esm/component/BiuForm/index.d.ts +12 -0
- package/dist/esm/component/BiuForm/index.js +241 -0
- package/dist/esm/component/BiuForm/type.d.ts +45 -0
- package/dist/esm/component/BiuForm/type.js +1 -0
- package/dist/esm/component/BiuForm/utils.d.ts +2 -0
- package/dist/esm/component/BiuForm/utils.js +46 -0
- package/dist/esm/component/BiuIcon/index.d.ts +3 -0
- package/dist/esm/component/BiuIcon/index.js +15 -0
- package/dist/esm/component/BiuMapSelectSite/index.d.ts +48 -0
- package/dist/esm/component/BiuMapSelectSite/index.js +453 -0
- package/dist/esm/component/BiuModal/index.d.ts +24 -0
- package/dist/esm/component/BiuModal/index.js +239 -0
- package/dist/esm/component/BiuOperForm/index.d.ts +15 -0
- package/dist/esm/component/BiuOperForm/index.js +375 -0
- package/dist/esm/component/BiuOperForm/type.d.ts +23 -0
- package/dist/esm/component/BiuOperForm/type.js +1 -0
- package/dist/esm/component/BiuOperTable/index.d.ts +15 -0
- package/dist/esm/component/BiuOperTable/index.js +349 -0
- package/dist/esm/component/BiuOperTable/type.d.ts +142 -0
- package/dist/esm/component/BiuOperTable/type.js +1 -0
- package/dist/esm/component/BiuOperTable/utils.d.ts +6 -0
- package/dist/esm/component/BiuOperTable/utils.js +13 -0
- package/dist/esm/component/BiuPagination/index.d.ts +14 -0
- package/dist/esm/component/BiuPagination/index.js +34 -0
- package/dist/esm/component/BiuResizeTable/component/biuTableCell.d.ts +1 -0
- package/dist/esm/component/BiuResizeTable/component/biuTableCell.js +74 -0
- package/dist/esm/component/BiuResizeTable/component/index.d.ts +1 -0
- package/dist/esm/component/BiuResizeTable/component/index.js +1 -0
- package/dist/esm/component/BiuResizeTable/index.d.ts +2 -0
- package/dist/esm/component/BiuResizeTable/index.js +71 -0
- package/dist/esm/component/BiuResizeTable/index.less +19 -0
- package/dist/esm/component/BiuSplit/index.d.ts +32 -0
- package/dist/esm/component/BiuSplit/index.js +57 -0
- package/dist/esm/component/BiuTable/component/index.d.ts +3 -0
- package/dist/esm/component/BiuTable/component/index.js +3 -0
- package/dist/esm/component/BiuTable/component/tableActionBarRender.d.ts +9 -0
- package/dist/esm/component/BiuTable/component/tableActionBarRender.js +88 -0
- package/dist/esm/component/BiuTable/component/tableCellRender.d.ts +14 -0
- package/dist/esm/component/BiuTable/component/tableCellRender.js +108 -0
- package/dist/esm/component/BiuTable/component/tableSettingRender.d.ts +2 -0
- package/dist/esm/component/BiuTable/component/tableSettingRender.js +345 -0
- package/dist/esm/component/BiuTable/context.d.ts +2 -0
- package/dist/esm/component/BiuTable/context.js +2 -0
- package/dist/esm/component/BiuTable/hooks/index.d.ts +1 -0
- package/dist/esm/component/BiuTable/hooks/index.js +1 -0
- package/dist/esm/component/BiuTable/hooks/useFetchData.d.ts +4 -0
- package/dist/esm/component/BiuTable/hooks/useFetchData.js +64 -0
- package/dist/esm/component/BiuTable/index.d.ts +42 -0
- package/dist/esm/component/BiuTable/index.js +484 -0
- package/dist/esm/component/BiuTable/type.d.ts +168 -0
- package/dist/esm/component/BiuTable/type.js +1 -0
- package/dist/esm/component/BiuTable/utils.d.ts +10 -0
- package/dist/esm/component/BiuTable/utils.js +117 -0
- package/dist/esm/component/BiuTableLink/index.d.ts +11 -0
- package/dist/esm/component/BiuTableLink/index.js +54 -0
- package/dist/esm/component/BiuTableSelect/index.d.ts +49 -0
- package/dist/esm/component/BiuTableSelect/index.js +209 -0
- package/dist/esm/component/BiuTabs/index.d.ts +4 -0
- package/dist/esm/component/BiuTabs/index.js +18 -0
- package/dist/esm/component/BiuVirtualTable/index.d.ts +21 -0
- package/dist/esm/component/BiuVirtualTable/index.js +161 -0
- package/dist/esm/component/index.d.ts +35 -0
- package/dist/esm/component/index.js +35 -0
- package/dist/esm/constant/Cache_Key.d.ts +28 -0
- package/dist/esm/constant/Cache_Key.js +28 -0
- package/dist/esm/constant/DateTime.d.ts +12 -0
- package/dist/esm/constant/DateTime.js +15 -0
- package/dist/esm/constant/External.d.ts +64 -0
- package/dist/esm/constant/External.js +260 -0
- package/dist/esm/constant/Gateway_Path.d.ts +5 -0
- package/dist/esm/constant/Gateway_Path.js +5 -0
- package/dist/esm/constant/Layout.d.ts +210 -0
- package/dist/esm/constant/Layout.js +215 -0
- package/dist/esm/constant/Regexp.d.ts +109 -0
- package/dist/esm/constant/Regexp.js +130 -0
- package/dist/esm/constant/index.d.ts +6 -0
- package/dist/esm/constant/index.js +6 -0
- package/dist/esm/hooks/index.d.ts +6 -0
- package/dist/esm/hooks/index.js +6 -0
- package/dist/esm/hooks/useAuth.d.ts +4 -0
- package/dist/esm/hooks/useAuth.js +22 -0
- package/dist/esm/hooks/useCurrentSystem.d.ts +6 -0
- package/dist/esm/hooks/useCurrentSystem.js +15 -0
- package/dist/esm/hooks/useLayoutInfo.d.ts +10 -0
- package/dist/esm/hooks/useLayoutInfo.js +14 -0
- package/dist/esm/hooks/useReducerState.d.ts +16 -0
- package/dist/esm/hooks/useReducerState.js +43 -0
- package/dist/esm/hooks/useUserInfo.d.ts +4 -0
- package/dist/esm/hooks/useUserInfo.js +15 -0
- package/dist/esm/hooks/useWareInfo.d.ts +4 -0
- package/dist/esm/hooks/useWareInfo.js +15 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/package/index.d.ts +1 -0
- package/dist/esm/package/index.js +1 -0
- package/dist/esm/package/requestWrapper/baseRequest.d.ts +3 -0
- package/dist/esm/package/requestWrapper/baseRequest.js +47 -0
- package/dist/esm/package/requestWrapper/index.d.ts +4 -0
- package/dist/esm/package/requestWrapper/index.js +402 -0
- package/dist/esm/package/requestWrapper/type.d.ts +36 -0
- package/dist/esm/package/requestWrapper/type.js +1 -0
- package/dist/esm/package/requestWrapper/utils.d.ts +10 -0
- package/dist/esm/package/requestWrapper/utils.js +35 -0
- package/dist/esm/utils/authUtils.d.ts +18 -0
- package/dist/esm/utils/authUtils.js +36 -0
- package/dist/esm/utils/cacheUtils.d.ts +4 -0
- package/dist/esm/utils/cacheUtils.js +24 -0
- package/dist/esm/utils/chainUtils.d.ts +26 -0
- package/dist/esm/utils/chainUtils.js +54 -0
- package/dist/esm/utils/dateUtils.d.ts +23 -0
- package/dist/esm/utils/dateUtils.js +55 -0
- package/dist/esm/utils/decimalUtils.d.ts +5 -0
- package/dist/esm/utils/decimalUtils.js +7 -0
- package/dist/esm/utils/excelUtils.d.ts +22 -0
- package/dist/esm/utils/excelUtils.js +153 -0
- package/dist/esm/utils/index.d.ts +11 -0
- package/dist/esm/utils/index.js +11 -0
- package/dist/esm/utils/layoutUtils.d.ts +1 -0
- package/dist/esm/utils/layoutUtils.js +13 -0
- package/dist/esm/utils/objectUtils.d.ts +1 -0
- package/dist/esm/utils/objectUtils.js +3 -0
- package/dist/esm/utils/soundUtils.d.ts +5 -0
- package/dist/esm/utils/soundUtils.js +29 -0
- package/dist/esm/utils/stringUtils.d.ts +24 -0
- package/dist/esm/utils/stringUtils.js +39 -0
- package/dist/esm/utils/sysUtils.d.ts +4 -0
- package/dist/esm/utils/sysUtils.js +4 -0
- 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";
|