@kmkf-fe-packages/basic-components 2.2.5-beta.0 → 2.2.5-beta.18

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.
package/dist/index.esm.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import React, { useRef, useState, useEffect, forwardRef, useImperativeHandle, useMemo, useCallback } from 'react';
2
- import { Cascader, DatePicker, InputNumber, Input, Select, Upload, Image, message, Radio, Space, Spin, Modal, Button, Checkbox, Row, Col, Slider, Rate as Rate$1, Form, Tooltip, Popover, Table, Tabs, ConfigProvider, Pagination, Typography, Skeleton, Empty, Tag } from 'antd';
3
- import { EyeOutlined, DeleteOutlined, CloseOutlined, MinusCircleFilled, PlusCircleFilled, CopyOutlined, CloseCircleOutlined, CaretUpOutlined, UpOutlined, DownOutlined, PlusOutlined, VideoCameraTwoTone } from '@ant-design/icons';
2
+ import { Cascader, DatePicker, InputNumber, Input, Select, Upload, Image, message, Radio, Space, Spin, Modal, Button, Checkbox, Row, Col, Slider, Rate as Rate$1, Form, Popover, Tooltip, Table, Tabs, ConfigProvider, Pagination, Typography, Skeleton, Empty, Tag } from 'antd';
3
+ import { EyeOutlined, DeleteOutlined, CloseOutlined, PlusSquareOutlined, MinusCircleFilled, PlusCircleFilled, CopyOutlined, CloseCircleOutlined, CaretUpOutlined, UpOutlined, DownOutlined, PlusOutlined, VideoCameraTwoTone } from '@ant-design/icons';
4
4
  import request, { extend as extend$1 } from 'umi-request';
5
5
  import { CopyToClipboard } from 'react-copy-to-clipboard';
6
- import { AddressData, BsAddressData, WdtAddressData, GyAddressData, request as request$1, ExpressData, uuid, servers, columnsGoodsList, LogisticsAddressData, SendDataCenter, hasAddNullComponent, SUBMIT_TIME_ID, UPGRADE_TIME_ID, FINAL_TIME_ID, CUSTOM_TIME_ID, useStatus, finalFormData, transformList, dataSourceTrans, DATA_SPLIT_COMPONENT_FIELDS_MAP, BS_E3_BOOLEAN_STATUS_MAP, isNull, filterWdtOrders, WDT_ORDER_TYPE_MAP, tradeStatusMap, filterBsE3Orders, filterGyOrders, GY_DELIVERY_STATE_MAPPING, filterJstOrders, filterJyOrders, filterKmOrders, getIsPlatformCodesIncludeOrderNos, BS_SYSTEM_ORDER_CONFIG, KM_SYSTEM_ORDER_CONFIG, WLN_SYSTEM_ORDER_CONFIG, WDT_SYSTEM_ORDER_CONFIG, BS_E3_SYSTEM_ORDER_CONFIG, GY_SYSTEM_ORDER_CONFIG, JST_SYSTEM_ORDER_CONFIG, JY_SYSTEM_ORDER_CONFIG, updateOrderSubFormGoodsHandle, updateWlnGoodsHandle, updateWdtGoodsHandle, updateBsE3GoodsHandle, updateGyGoodsHandle, updateJstGoodsHandle, updateKmGoodsHandle, updateJyGoodsHandle, jstMergeIdenticalGoods, msgTypeCh, pushGyLog, skxSystemOrderBackValues, skxReturnSystemOrderBackValues, formatTrade, updateSkxGoodsHandle, formatReturnTrade, updateSkxReturnGoodsHandle } from '@kmkf-fe-packages/kmkf-utils';
6
+ import { AddressData, BsAddressData, WdtAddressData, GyAddressData, request as request$1, ExpressData, imgResize, isNull, uuid, transformWorkOrderData, servers, columnsGoodsList, LogisticsAddressData, SendDataCenter, hasAddNullComponent, SUBMIT_TIME_ID, UPGRADE_TIME_ID, FINAL_TIME_ID, CUSTOM_TIME_ID, useStatus, finalFormData, transformList, dataSourceTrans, DATA_SPLIT_COMPONENT_FIELDS_MAP, BS_E3_BOOLEAN_STATUS_MAP, filterWdtOrders, WDT_ORDER_TYPE_MAP, tradeStatusMap, filterBsE3Orders, filterGyOrders, GY_DELIVERY_STATE_MAPPING, filterJstOrders, filterJyOrders, filterKmOrders, getIsPlatformCodesIncludeOrderNos, BS_SYSTEM_ORDER_CONFIG, KM_SYSTEM_ORDER_CONFIG, WLN_SYSTEM_ORDER_CONFIG, WDT_SYSTEM_ORDER_CONFIG, BS_E3_SYSTEM_ORDER_CONFIG, GY_SYSTEM_ORDER_CONFIG, JST_SYSTEM_ORDER_CONFIG, JY_SYSTEM_ORDER_CONFIG, updateOrderSubFormGoodsHandle, updateWlnGoodsHandle, updateWdtGoodsHandle, updateBsE3GoodsHandle, updateGyGoodsHandle, updateJstGoodsHandle, updateKmGoodsHandle, updateJyGoodsHandle, jstMergeIdenticalGoods, msgTypeCh, pushGyLog, skxSystemOrderBackValues, skxReturnSystemOrderBackValues, formatTrade, updateSkxGoodsHandle, formatReturnTrade, updateSkxReturnGoodsHandle } from '@kmkf-fe-packages/kmkf-utils';
7
7
  import { debounce, isNaN as isNaN$1, isNumber as isNumber$1, uniqBy, cloneDeep, difference, differenceWith, isBoolean, isEqual, takeRight, reject as reject$1, intersection, isEmpty } from 'lodash';
8
8
  import { useUpdateEffect, useDebounceEffect, useAntdTable } from 'ahooks';
9
9
  import zhCN from 'antd/lib/locale/zh_CN';
@@ -8046,6 +8046,439 @@ function withFormItem(WrappedComponent) {
8046
8046
  */
8047
8047
  var extendRequest = extend$1({});
8048
8048
 
8049
+ var hostUrl = 'https://kefu.kuaimai.com';
8050
+ var FileRender = function FileRender(_ref) {
8051
+ var _ref$fileList = _ref.fileList,
8052
+ fileList = _ref$fileList === void 0 ? [] : _ref$fileList,
8053
+ _ref$canDownload = _ref.canDownload,
8054
+ canDownload = _ref$canDownload === void 0 ? false : _ref$canDownload;
8055
+ var _useState = useState(false),
8056
+ _useState2 = _slicedToArray(_useState, 2),
8057
+ visible = _useState2[0],
8058
+ setVisible = _useState2[1];
8059
+ var _useState3 = useState(''),
8060
+ _useState4 = _slicedToArray(_useState3, 2),
8061
+ fileUrl = _useState4[0],
8062
+ setFileUrl = _useState4[1];
8063
+ var _useState5 = useState(''),
8064
+ _useState6 = _slicedToArray(_useState5, 2),
8065
+ fileType = _useState6[0],
8066
+ setFileType = _useState6[1];
8067
+ var _useState7 = useState(''),
8068
+ _useState8 = _slicedToArray(_useState7, 2),
8069
+ fileName = _useState8[0],
8070
+ setFileName = _useState8[1];
8071
+ var _useState9 = useState(false),
8072
+ _useState10 = _slicedToArray(_useState9, 2),
8073
+ downloading = _useState10[0],
8074
+ setDownloading = _useState10[1];
8075
+ var handleCancel = function handleCancel() {
8076
+ setFileUrl('');
8077
+ setFileName('');
8078
+ setVisible(false);
8079
+ setDownloading(false);
8080
+ };
8081
+ var onPreview = function onPreview(file) {
8082
+ var _file$url;
8083
+ var fileArr = file === null || file === void 0 ? void 0 : (_file$url = file.url) === null || _file$url === void 0 ? void 0 : _file$url.split('.');
8084
+ var fileType = fileArr[fileArr.length - 1];
8085
+ if (['png', 'jpg', 'jpeg', 'gif', 'bmp', 'svg'].includes(fileType.toLowerCase())) {
8086
+ setFileUrl(file === null || file === void 0 ? void 0 : file.url);
8087
+ setFileName(file === null || file === void 0 ? void 0 : file.name);
8088
+ setFileType('pic');
8089
+ setVisible(true);
8090
+ } else if (['mp4', 'avi', 'mpeg', 'asf', 'mov', '3gp', 'wmv', 'rmvb'].includes(fileType.toLowerCase())) {
8091
+ setFileUrl(file === null || file === void 0 ? void 0 : file.url);
8092
+ setFileName(file === null || file === void 0 ? void 0 : file.name);
8093
+ setFileType('video');
8094
+ setVisible(true);
8095
+ } else {
8096
+ window.open(file === null || file === void 0 ? void 0 : file.url);
8097
+ }
8098
+ };
8099
+ var download = function download(url, name) {
8100
+ setDownloading(true);
8101
+ fetch(url).then(function (res) {
8102
+ return res.blob();
8103
+ }).then(function (blob) {
8104
+ var a = document.createElement('a');
8105
+ document.body.appendChild(a);
8106
+ a.style.display = 'none';
8107
+ var url = window.URL.createObjectURL(blob);
8108
+ a.href = url;
8109
+ a.download = name;
8110
+ a.click();
8111
+ document.body.removeChild(a);
8112
+ window.URL.revokeObjectURL(url);
8113
+ }).finally(function () {
8114
+ setDownloading(false);
8115
+ });
8116
+ };
8117
+ return /*#__PURE__*/React.createElement(React.Fragment, null, fileList.map(function (item) {
8118
+ return /*#__PURE__*/React.createElement("a", {
8119
+ style: {
8120
+ color: '#1890ff',
8121
+ cursor: 'pointer',
8122
+ display: 'block'
8123
+ },
8124
+ onClick: function onClick(e) {
8125
+ e.preventDefault();
8126
+ onPreview(item);
8127
+ },
8128
+ href: item === null || item === void 0 ? void 0 : item.url
8129
+ }, item.name);
8130
+ }), /*#__PURE__*/React.createElement(Modal, {
8131
+ visible: visible,
8132
+ title: fileName,
8133
+ footer: null,
8134
+ onCancel: handleCancel
8135
+ }, canDownload ? /*#__PURE__*/React.createElement(Button, {
8136
+ type: "link",
8137
+ onClick: function onClick() {
8138
+ return download(fileUrl, fileName);
8139
+ },
8140
+ loading: downloading
8141
+ }, "\u4E0B\u8F7D") : /*#__PURE__*/React.createElement(CopyToClipboard, {
8142
+ text: fileUrl,
8143
+ onCopy: function onCopy() {
8144
+ message.success('复制成功');
8145
+ }
8146
+ }, /*#__PURE__*/React.createElement(Button, {
8147
+ type: "link"
8148
+ }, "\u4E0B\u8F7D\u5730\u5740")), fileType === 'pic' ? /*#__PURE__*/React.createElement("img", {
8149
+ alt: "example",
8150
+ style: {
8151
+ width: '100%'
8152
+ },
8153
+ src: fileUrl
8154
+ }) : /*#__PURE__*/React.createElement("video", {
8155
+ style: {
8156
+ width: '100%',
8157
+ height: '100%'
8158
+ },
8159
+ autoPlay: true,
8160
+ controls: true,
8161
+ src: fileUrl
8162
+ })));
8163
+ };
8164
+ var PictureRender = function PictureRender(_ref2) {
8165
+ var _ref2$value = _ref2.value,
8166
+ value = _ref2$value === void 0 ? [] : _ref2$value,
8167
+ _ref2$width = _ref2.width,
8168
+ width = _ref2$width === void 0 ? 32 : _ref2$width;
8169
+ return /*#__PURE__*/React.createElement(Image.PreviewGroup, null, value === null || value === void 0 ? void 0 : value.map(function (pic) {
8170
+ return /*#__PURE__*/React.createElement("div", {
8171
+ style: {
8172
+ marginRight: '5px',
8173
+ display: 'inline-block'
8174
+ },
8175
+ onClick: function onClick(e) {
8176
+ return e.stopPropagation();
8177
+ }
8178
+ }, /*#__PURE__*/React.createElement(Image, {
8179
+ width: width,
8180
+ src: imgResize(pic || ''),
8181
+ preview: {
8182
+ src: imgResize(pic || '', 0, 0)
8183
+ }
8184
+ }));
8185
+ }));
8186
+ };
8187
+ var RadioRender = function RadioRender(_ref3) {
8188
+ var _value$value;
8189
+ var _ref3$value = _ref3.value,
8190
+ value = _ref3$value === void 0 ? {} : _ref3$value;
8191
+ return /*#__PURE__*/React.createElement("span", null, value === null || value === void 0 ? void 0 : value.value, (value === null || value === void 0 ? void 0 : value.value) && typeof value.value === 'string' && (value === null || value === void 0 ? void 0 : (_value$value = value.value) === null || _value$value === void 0 ? void 0 : _value$value.indexOf('其他')) > -1 && (value === null || value === void 0 ? void 0 : value.other) && "(".concat(value === null || value === void 0 ? void 0 : value.other, ")"));
8192
+ };
8193
+ var CheckboxRender = function CheckboxRender(_ref4) {
8194
+ var _value$value2, _value$value3, _value$value4;
8195
+ var _ref4$value = _ref4.value,
8196
+ value = _ref4$value === void 0 ? [] : _ref4$value;
8197
+ if ((value === null || value === void 0 ? void 0 : (_value$value2 = value.value) === null || _value$value2 === void 0 ? void 0 : _value$value2.length) === 0 && isNull(value === null || value === void 0 ? void 0 : value.other)) return null;
8198
+ var findIndex = value === null || value === void 0 ? void 0 : (_value$value3 = value.value) === null || _value$value3 === void 0 ? void 0 : _value$value3.findIndex(function (item) {
8199
+ return item === '其他';
8200
+ });
8201
+ if (findIndex > -1 && (value === null || value === void 0 ? void 0 : value.other)) {
8202
+ // @ts-ignore
8203
+ value.value[findIndex] = "\u5176\u4ED6(".concat(value === null || value === void 0 ? void 0 : value.other, ")");
8204
+ }
8205
+ return value === null || value === void 0 ? void 0 : (_value$value4 = value.value) === null || _value$value4 === void 0 ? void 0 : _value$value4.join('/');
8206
+ };
8207
+ var MultipleSelectRender = function MultipleSelectRender(_ref5) {
8208
+ var _ref5$value = _ref5.value,
8209
+ value = _ref5$value === void 0 ? [] : _ref5$value;
8210
+ return value === null || value === void 0 ? void 0 : value.join(',');
8211
+ };
8212
+ var renderMap = {
8213
+ PICTURE: function PICTURE() {
8214
+ var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
8215
+ var finalPictures = value.map(function (item) {
8216
+ return item.startsWith('http') ? item : "".concat(hostUrl, "/").concat(item);
8217
+ });
8218
+ return /*#__PURE__*/React.createElement(PictureRender, {
8219
+ value: finalPictures,
8220
+ hostUrl: 'https://kefu.kuaimai.com'
8221
+ });
8222
+ },
8223
+ FILE: function FILE(value) {
8224
+ return /*#__PURE__*/React.createElement(FileRender, {
8225
+ fileList: value,
8226
+ canDownload: true
8227
+ });
8228
+ },
8229
+ RADIO: function RADIO(value) {
8230
+ return /*#__PURE__*/React.createElement(RadioRender, {
8231
+ value: value
8232
+ });
8233
+ },
8234
+ CHECKBOX: function CHECKBOX(value) {
8235
+ return /*#__PURE__*/React.createElement(CheckboxRender, {
8236
+ value: value
8237
+ });
8238
+ },
8239
+ BASIC_MULT_SELECT: function BASIC_MULT_SELECT(value) {
8240
+ return /*#__PURE__*/React.createElement(MultipleSelectRender, {
8241
+ value: value
8242
+ });
8243
+ }
8244
+ };
8245
+ var EditPictureRender = function EditPictureRender(_ref6) {
8246
+ var _ref6$val = _ref6.val,
8247
+ val = _ref6$val === void 0 ? [] : _ref6$val,
8248
+ index = _ref6.index,
8249
+ t = _ref6.t,
8250
+ updateHandle = _ref6.updateHandle,
8251
+ disabled = _ref6.disabled,
8252
+ hostUrl = _ref6.hostUrl;
8253
+ var finalPictures = val.map(function (item) {
8254
+ return item.startsWith('http') ? item : "".concat(hostUrl, "/").concat(item);
8255
+ });
8256
+ return /*#__PURE__*/React.createElement("div", {
8257
+ style: {
8258
+ display: 'flex',
8259
+ flexWrap: 'wrap',
8260
+ border: '1px solid #d9d9d9',
8261
+ padding: '3px'
8262
+ }
8263
+ }, t.isEdit || disabled ? /*#__PURE__*/React.createElement(PlusSquareOutlined, {
8264
+ style: {
8265
+ fontSize: 18,
8266
+ color: '#aaa'
8267
+ }
8268
+ }) : /*#__PURE__*/React.createElement(Popover, {
8269
+ content: /*#__PURE__*/React.createElement(ApaasUploadAsync$1, _objectSpread2(_objectSpread2({}, t.componentConfig), {}, {
8270
+ value: finalPictures,
8271
+ onChange: function onChange(e) {
8272
+ return updateHandle(e, index, t.key);
8273
+ },
8274
+ hostUrl: hostUrl
8275
+ })),
8276
+ trigger: "click"
8277
+ }, /*#__PURE__*/React.createElement(PlusSquareOutlined, {
8278
+ style: {
8279
+ fontSize: 18
8280
+ }
8281
+ })), /*#__PURE__*/React.createElement(PictureRender, {
8282
+ value: finalPictures,
8283
+ width: 24,
8284
+ hostUrl: hostUrl
8285
+ }));
8286
+ };
8287
+ var EditFileRender = function EditFileRender(_ref7) {
8288
+ var _ref7$val = _ref7.val,
8289
+ val = _ref7$val === void 0 ? [] : _ref7$val,
8290
+ index = _ref7.index,
8291
+ t = _ref7.t,
8292
+ updateHandle = _ref7.updateHandle,
8293
+ disabled = _ref7.disabled,
8294
+ hostUrl = _ref7.hostUrl;
8295
+ return /*#__PURE__*/React.createElement("div", {
8296
+ style: {
8297
+ display: 'flex',
8298
+ flexWrap: 'wrap',
8299
+ border: '1px solid #d9d9d9',
8300
+ padding: '3px'
8301
+ }
8302
+ }, t.isEdit || disabled ? /*#__PURE__*/React.createElement(PlusSquareOutlined, {
8303
+ style: {
8304
+ fontSize: 18,
8305
+ color: '#aaa'
8306
+ }
8307
+ }) : /*#__PURE__*/React.createElement(Popover, {
8308
+ content: /*#__PURE__*/React.createElement(ApaasUploadFile, _objectSpread2(_objectSpread2({}, t.componentConfig), {}, {
8309
+ value: val,
8310
+ onChange: function onChange(e) {
8311
+ return updateHandle(e, index, t.key);
8312
+ },
8313
+ hostUrl: hostUrl
8314
+ })),
8315
+ trigger: "click"
8316
+ }, /*#__PURE__*/React.createElement(PlusSquareOutlined, {
8317
+ style: {
8318
+ fontSize: 18
8319
+ }
8320
+ })), /*#__PURE__*/React.createElement(FileRender, {
8321
+ fileList: val,
8322
+ canDownload: true
8323
+ }));
8324
+ };
8325
+ var EditRenderMap = {
8326
+ INPUT: function INPUT(_ref8) {
8327
+ var val = _ref8.val,
8328
+ record = _ref8.record,
8329
+ index = _ref8.index,
8330
+ t = _ref8.t,
8331
+ updateHandle = _ref8.updateHandle,
8332
+ disabled = _ref8.disabled;
8333
+ var precisionValue = t.precision === 'nolimit' ? undefined : t.precision;
8334
+ return !t.isEdit && !disabled ? t.isNumber ? /*#__PURE__*/React.createElement(InputNumber, {
8335
+ style: {
8336
+ width: '100%'
8337
+ },
8338
+ value: val,
8339
+ precision: precisionValue,
8340
+ onChange: function onChange(e) {
8341
+ return updateHandle(e, index, t.key);
8342
+ },
8343
+ stringMode: true
8344
+ }) : /*#__PURE__*/React.createElement(Input, {
8345
+ style: {
8346
+ width: '100%'
8347
+ },
8348
+ value: val,
8349
+ onChange: function onChange(e) {
8350
+ var _e$target;
8351
+ return updateHandle(e === null || e === void 0 ? void 0 : (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.value, index, t.key);
8352
+ }
8353
+ }) : /*#__PURE__*/React.createElement("div", null, val);
8354
+ },
8355
+ TEXTAREA: function TEXTAREA(_ref9) {
8356
+ var val = _ref9.val,
8357
+ record = _ref9.record,
8358
+ index = _ref9.index,
8359
+ t = _ref9.t,
8360
+ updateHandle = _ref9.updateHandle,
8361
+ disabled = _ref9.disabled;
8362
+ var precisionValue = t.precision === 'nolimit' ? undefined : t.precision;
8363
+ return !t.isEdit && !disabled ? t.isNumber ? /*#__PURE__*/React.createElement(InputNumber, {
8364
+ style: {
8365
+ width: '100%'
8366
+ },
8367
+ value: val,
8368
+ precision: precisionValue,
8369
+ onChange: function onChange(e) {
8370
+ return updateHandle(e, index, t.key);
8371
+ },
8372
+ stringMode: true
8373
+ }) : /*#__PURE__*/React.createElement(Input, {
8374
+ style: {
8375
+ width: '100%'
8376
+ },
8377
+ value: val,
8378
+ onChange: function onChange(e) {
8379
+ var _e$target2;
8380
+ return updateHandle(e === null || e === void 0 ? void 0 : (_e$target2 = e.target) === null || _e$target2 === void 0 ? void 0 : _e$target2.value, index, t.key);
8381
+ }
8382
+ }) : /*#__PURE__*/React.createElement("div", null, val);
8383
+ },
8384
+ PICTURE: function PICTURE(_ref10) {
8385
+ var val = _ref10.val,
8386
+ record = _ref10.record,
8387
+ index = _ref10.index,
8388
+ t = _ref10.t,
8389
+ updateHandle = _ref10.updateHandle,
8390
+ disabled = _ref10.disabled;
8391
+ return /*#__PURE__*/React.createElement(EditPictureRender, {
8392
+ val: val,
8393
+ t: t,
8394
+ disabled: disabled,
8395
+ index: index,
8396
+ updateHandle: updateHandle,
8397
+ hostUrl: hostUrl
8398
+ });
8399
+ },
8400
+ FILE: function FILE(_ref11) {
8401
+ var val = _ref11.val,
8402
+ record = _ref11.record,
8403
+ index = _ref11.index,
8404
+ t = _ref11.t,
8405
+ updateHandle = _ref11.updateHandle,
8406
+ disabled = _ref11.disabled;
8407
+ return /*#__PURE__*/React.createElement(EditFileRender, {
8408
+ val: val,
8409
+ t: t,
8410
+ disabled: disabled,
8411
+ index: index,
8412
+ updateHandle: updateHandle,
8413
+ hostUrl: hostUrl
8414
+ });
8415
+ },
8416
+ RADIO: function RADIO(_ref12) {
8417
+ var val = _ref12.val,
8418
+ record = _ref12.record,
8419
+ index = _ref12.index,
8420
+ t = _ref12.t,
8421
+ updateHandle = _ref12.updateHandle,
8422
+ disabled = _ref12.disabled,
8423
+ componentDto = _ref12.componentDto;
8424
+ return /*#__PURE__*/React.createElement(ApaasRadio, _objectSpread2(_objectSpread2({}, componentDto === null || componentDto === void 0 ? void 0 : componentDto.componentConfig), {}, {
8425
+ value: val,
8426
+ disabled: t.isEdit || disabled,
8427
+ onChange: function onChange(e) {
8428
+ return updateHandle(e, index, t.key);
8429
+ }
8430
+ }));
8431
+ },
8432
+ SELECT: function SELECT(_ref13) {
8433
+ var val = _ref13.val,
8434
+ record = _ref13.record,
8435
+ index = _ref13.index,
8436
+ t = _ref13.t,
8437
+ updateHandle = _ref13.updateHandle,
8438
+ disabled = _ref13.disabled,
8439
+ componentDto = _ref13.componentDto;
8440
+ return /*#__PURE__*/React.createElement(ApaasSelect, _objectSpread2(_objectSpread2({}, componentDto === null || componentDto === void 0 ? void 0 : componentDto.componentConfig), {}, {
8441
+ value: val,
8442
+ disabled: t.isEdit || disabled,
8443
+ onChange: function onChange(e) {
8444
+ return updateHandle(e, index, t.key);
8445
+ }
8446
+ }));
8447
+ },
8448
+ CHECKBOX: function CHECKBOX(_ref14) {
8449
+ var val = _ref14.val,
8450
+ record = _ref14.record,
8451
+ index = _ref14.index,
8452
+ t = _ref14.t,
8453
+ updateHandle = _ref14.updateHandle,
8454
+ disabled = _ref14.disabled,
8455
+ componentDto = _ref14.componentDto;
8456
+ return /*#__PURE__*/React.createElement(ApaasCheckbox, _objectSpread2(_objectSpread2({}, componentDto === null || componentDto === void 0 ? void 0 : componentDto.componentConfig), {}, {
8457
+ value: val,
8458
+ disabled: t.isEdit || disabled,
8459
+ onChange: function onChange(e) {
8460
+ return updateHandle(e, index, t.key);
8461
+ }
8462
+ }));
8463
+ },
8464
+ BASIC_MULT_SELECT: function BASIC_MULT_SELECT(_ref15) {
8465
+ var val = _ref15.val,
8466
+ record = _ref15.record,
8467
+ index = _ref15.index,
8468
+ t = _ref15.t,
8469
+ updateHandle = _ref15.updateHandle,
8470
+ disabled = _ref15.disabled,
8471
+ componentDto = _ref15.componentDto;
8472
+ return /*#__PURE__*/React.createElement(ApaasMultipleSelect, _objectSpread2(_objectSpread2({}, componentDto === null || componentDto === void 0 ? void 0 : componentDto.componentConfig), {}, {
8473
+ value: val,
8474
+ disabled: t.isEdit || disabled,
8475
+ onChange: function onChange(e) {
8476
+ return updateHandle(e, index, t.key);
8477
+ }
8478
+ }));
8479
+ }
8480
+ };
8481
+
8049
8482
  function HoverTableRowDeleteIcon(_ref) {
8050
8483
  var index = _ref.index,
8051
8484
  hoveredRowIndex = _ref.hoveredRowIndex,
@@ -8071,8 +8504,15 @@ function HoverTableRowDeleteIcon(_ref) {
8071
8504
 
8072
8505
  var WidgetMap = {
8073
8506
  INPUT: 'input',
8074
- TEXTAREA: 'textarea'
8507
+ TEXTAREA: 'textarea',
8508
+ PICTURE: 'picture',
8509
+ FILE: 'file',
8510
+ RADIO: 'radio',
8511
+ CHECKBOX: 'checkbox',
8512
+ SELECT: 'select',
8513
+ BASIC_MULT_SELECT: 'basicMultSelect'
8075
8514
  };
8515
+ var filterComponentType = ['PICTURE', 'FILE'];
8076
8516
  var pageSize = 50;
8077
8517
  var SubForm = function SubForm(props) {
8078
8518
  var _selectOptions$;
@@ -8121,6 +8561,10 @@ var SubForm = function SubForm(props) {
8121
8561
  _useState14 = _slicedToArray(_useState13, 2),
8122
8562
  hoveredRowIndex = _useState14[0],
8123
8563
  setHoveredRowIndex = _useState14[1];
8564
+ var _useState15 = useState([]),
8565
+ _useState16 = _slicedToArray(_useState15, 2),
8566
+ componentDtoList = _useState16[0],
8567
+ setComponentDtoList = _useState16[1];
8124
8568
  var updateHandle = function updateHandle(val, index, type) {
8125
8569
  if (value === null || value === void 0 ? void 0 : value.length) {
8126
8570
  var valueItem = tableHeader.find(function (t) {
@@ -8154,7 +8598,7 @@ var SubForm = function SubForm(props) {
8154
8598
  title: '序号',
8155
8599
  width: 50,
8156
8600
  render: function render(val, record, index) {
8157
- return /*#__PURE__*/React.createElement(HoverTableRowDeleteIcon, {
8601
+ return disabled ? /*#__PURE__*/React.createElement("div", null, index + 1) : /*#__PURE__*/React.createElement(HoverTableRowDeleteIcon, {
8158
8602
  index: index,
8159
8603
  hoveredRowIndex: hoveredRowIndex,
8160
8604
  handleClick: function handleClick() {
@@ -8174,18 +8618,16 @@ var SubForm = function SubForm(props) {
8174
8618
  ellipsis: true,
8175
8619
  width: t.width,
8176
8620
  render: function render(val, record, index) {
8177
- // @ts-ignore
8178
- var precisionValue = t.precision === 'nolimit' ? undefined : t.precision;
8179
- return !t.isEdit && !disabled ? t.isNumber ? /*#__PURE__*/React.createElement(InputNumber, {
8180
- style: {
8181
- width: '100%'
8182
- },
8183
- value: val,
8184
- precision: precisionValue,
8185
- onChange: function onChange(e) {
8186
- return updateHandle(e, index, t.key);
8187
- },
8188
- stringMode: true
8621
+ return EditRenderMap[t.workOrderComponentType] ? EditRenderMap[t.workOrderComponentType]({
8622
+ val: val,
8623
+ record: record,
8624
+ index: index,
8625
+ t: t,
8626
+ updateHandle: updateHandle,
8627
+ disabled: disabled,
8628
+ componentDto: componentDtoList.find(function (item) {
8629
+ return item.uniqueKey === t.key;
8630
+ })
8189
8631
  }) : /*#__PURE__*/React.createElement(Input, {
8190
8632
  style: {
8191
8633
  width: '100%'
@@ -8195,7 +8637,7 @@ var SubForm = function SubForm(props) {
8195
8637
  var _e$target;
8196
8638
  return updateHandle(e === null || e === void 0 ? void 0 : (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.value, index, t.key);
8197
8639
  }
8198
- }) : /*#__PURE__*/React.createElement("div", null, val);
8640
+ });
8199
8641
  }
8200
8642
  };
8201
8643
  })), [disabled ? {} : {
@@ -8236,28 +8678,50 @@ var SubForm = function SubForm(props) {
8236
8678
  return index + 1;
8237
8679
  }
8238
8680
  }].concat(_toConsumableArray(newTableHeader.map(function (t) {
8239
- return {
8681
+ var item = {
8240
8682
  dataIndex: t.key,
8241
8683
  title: t.name,
8242
8684
  width: 90
8243
8685
  };
8686
+ if (renderMap[t.workOrderComponentType]) {
8687
+ item.render = function (val) {
8688
+ return renderMap[t.workOrderComponentType](val);
8689
+ };
8690
+ }
8691
+ return item;
8244
8692
  })));
8245
8693
  }, [newTableHeader]);
8246
8694
  var valueMap = useMemo(function () {
8247
8695
  return newTableHeader.reduce(function (prv, next) {
8248
- prv["".concat(next.key, "_").concat(WidgetMap[next.workOrderComponentType])] = next.key;
8696
+ var item = {
8697
+ key: next.key,
8698
+ workOrderComponentType: next.workOrderComponentType,
8699
+ defaultValue: ''
8700
+ };
8701
+ if (['PICTURE', 'FILE', 'BASIC_MULT_SELECT'].includes(next.workOrderComponentType)) {
8702
+ item.defaultValue = [];
8703
+ }
8704
+ if (['RADIO', 'CHECKBOX'].includes(next.workOrderComponentType)) {
8705
+ item.defaultValue = {
8706
+ value: next.workOrderComponentType === 'RADIO' ? '' : [],
8707
+ other: ''
8708
+ };
8709
+ }
8710
+ prv["".concat(next.key, "_").concat(WidgetMap[next.workOrderComponentType])] = item;
8249
8711
  return prv;
8250
8712
  }, {});
8251
8713
  }, [newTableHeader]);
8252
8714
  var defaultValueMap = useMemo(function () {
8253
8715
  return Object.keys(valueMap).reduce(function (prv, next) {
8254
- prv["".concat(valueMap[next])] = '';
8716
+ prv["".concat(valueMap[next].key)] = valueMap[next].defaultValue;
8255
8717
  return prv;
8256
8718
  }, {});
8257
8719
  }, [valueMap]);
8258
8720
  var selectOptions = useMemo(function () {
8259
8721
  var _options$;
8260
- var options = newTableHeader.map(function (item) {
8722
+ var options = newTableHeader.filter(function (item) {
8723
+ return !filterComponentType.includes(item.workOrderComponentType);
8724
+ }).map(function (item) {
8261
8725
  return {
8262
8726
  label: item.name,
8263
8727
  value: "".concat(item.key, "_").concat(WidgetMap[item.workOrderComponentType])
@@ -8299,10 +8763,14 @@ var SubForm = function SubForm(props) {
8299
8763
  var _ref2,
8300
8764
  _ref2$pageNo,
8301
8765
  pageNo,
8766
+ _yield$request,
8767
+ templateDetail,
8302
8768
  params,
8303
8769
  res,
8304
8770
  data,
8305
8771
  success,
8772
+ transDataSourceItem,
8773
+ headerKeys,
8306
8774
  newList,
8307
8775
  _args = arguments;
8308
8776
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -8315,6 +8783,18 @@ var SubForm = function SubForm(props) {
8315
8783
  }
8316
8784
  return _context.abrupt("return");
8317
8785
  case 3:
8786
+ _context.next = 5;
8787
+ return extendRequest('/qy/gdfw/template/queryTemplateDetail', {
8788
+ method: 'post',
8789
+ data: {
8790
+ templateType: 'QY_CUSTOM',
8791
+ uniqueKey: workOrderTemplateId
8792
+ }
8793
+ });
8794
+ case 5:
8795
+ _yield$request = _context.sent;
8796
+ templateDetail = _yield$request.data;
8797
+ setComponentDtoList((templateDetail === null || templateDetail === void 0 ? void 0 : templateDetail.componentDtoList) || []);
8318
8798
  params = {
8319
8799
  flowNodeId: nodeId,
8320
8800
  flowTemplateKey: flowTemplateKey === null || flowTemplateKey === void 0 ? void 0 : flowTemplateKey[1],
@@ -8340,22 +8820,27 @@ var SubForm = function SubForm(props) {
8340
8820
  value: [inputValue]
8341
8821
  }];
8342
8822
  }
8343
- _context.next = 7;
8823
+ _context.next = 12;
8344
8824
  return extendRequest('/qy/view/workOrderList', {
8345
8825
  method: 'post',
8346
8826
  data: params
8347
8827
  });
8348
- case 7:
8828
+ case 12:
8349
8829
  res = _context.sent;
8350
8830
  data = res.data, success = res.success;
8351
8831
  if (success) {
8832
+ transDataSourceItem = transformWorkOrderData(templateDetail.componentDtoList, 'init');
8833
+ headerKeys = correlationList.map(function (t) {
8834
+ return t.key;
8835
+ });
8352
8836
  newList = ((data === null || data === void 0 ? void 0 : data.list) || []).map(function (item) {
8837
+ var value = transDataSourceItem(item);
8353
8838
  var params = {
8354
8839
  uuid: uuid()
8355
8840
  };
8356
- Object.keys(item.jsonMap).forEach(function (key) {
8357
- if (valueMap[key]) {
8358
- params[valueMap[key]] = item.jsonMap[key];
8841
+ Object.keys(value).forEach(function (key) {
8842
+ if (headerKeys.includes(key)) {
8843
+ params[key] = value[key];
8359
8844
  }
8360
8845
  });
8361
8846
  return params;
@@ -8369,7 +8854,7 @@ var SubForm = function SubForm(props) {
8369
8854
  setHasMore((data === null || data === void 0 ? void 0 : data.list.length) === pageSize);
8370
8855
  isRequest.current = false;
8371
8856
  }
8372
- case 10:
8857
+ case 15:
8373
8858
  case "end":
8374
8859
  return _context.stop();
8375
8860
  }
@@ -11810,6 +12295,7 @@ var jstGoods = function jstGoods(props) {
11810
12295
  var _props$value = props.value,
11811
12296
  value = _props$value === void 0 ? [] : _props$value,
11812
12297
  onChange = props.onChange,
12298
+ _onBlur = props.onBlur,
11813
12299
  disabled = props.disabled,
11814
12300
  _props$type = props.type,
11815
12301
  type = _props$type === void 0 ? 1 : _props$type,
@@ -11824,7 +12310,7 @@ var jstGoods = function jstGoods(props) {
11824
12310
  changeIndex = _useState2[0],
11825
12311
  setChangeIndex = _useState2[1]; //选中的包裹
11826
12312
  var sendOptions = SendDataCenter.getInstance(platformType).getSendData();
11827
- var isSelectName = ['wdt', 'bsE3', 'km', 'gy', 'jst'].includes(platformType);
12313
+ var isSelectName = ['wdt', 'bsE3', 'km', 'gy', 'jst', 'jy'].includes(platformType);
11828
12314
  var expressDateInstance = ExpressData.getInstance(platformType);
11829
12315
  var isSendGoodSavedId = isSelectName && !['jst'].includes(platformType);
11830
12316
  useEffect(function () {
@@ -11939,6 +12425,9 @@ var jstGoods = function jstGoods(props) {
11939
12425
  onChange: function onChange(e) {
11940
12426
  return changeInputHandle(e.target.value, 'logisticsCode');
11941
12427
  },
12428
+ onBlur: function onBlur(e) {
12429
+ return _onBlur === null || _onBlur === void 0 ? void 0 : _onBlur(e.target.value);
12430
+ },
11942
12431
  value: (_value$changeIndex6 = value[changeIndex]) === null || _value$changeIndex6 === void 0 ? void 0 : _value$changeIndex6.logisticsCode
11943
12432
  }) : null) : null, type === 2 ? /*#__PURE__*/React.createElement(Space, null, ['supplyId', 'all'].includes(showField) && /*#__PURE__*/React.createElement(Input, {
11944
12433
  disabled: disabled,
@@ -21805,6 +22294,7 @@ var OrderSubForm = function OrderSubForm(props) {
21805
22294
  manual = props.manual,
21806
22295
  correlationList = props.subConfig.correlationList,
21807
22296
  effects = props.effects;
22297
+ console.log('effects', effects);
21808
22298
  var valueRef = useRef(value);
21809
22299
  useEffect(function () {
21810
22300
  valueRef.current = value;
@@ -21866,7 +22356,7 @@ var OrderSubForm = function OrderSubForm(props) {
21866
22356
  width: 80,
21867
22357
  ellipsis: true,
21868
22358
  render: function render(val, record, index) {
21869
- return /*#__PURE__*/React.createElement(HoverTableRowDeleteIcon, {
22359
+ return disabled ? /*#__PURE__*/React.createElement("div", null, index + 1) : /*#__PURE__*/React.createElement(HoverTableRowDeleteIcon, {
21870
22360
  index: index,
21871
22361
  hoveredRowIndex: hoveredRowIndex,
21872
22362
  handleClick: function handleClick() {
@@ -21929,8 +22419,7 @@ var OrderSubForm = function OrderSubForm(props) {
21929
22419
  });
21930
22420
  }
21931
22421
  return list;
21932
- }, [newTableHeader, disabled, updateHandle]);
21933
- console.log('column', column);
22422
+ }, [newTableHeader, disabled, updateHandle, hoveredRowIndex]);
21934
22423
  var orderModalColumns = useMemo(function () {
21935
22424
  return [{
21936
22425
  dataIndex: '',
@@ -21985,11 +22474,16 @@ var OrderSubForm = function OrderSubForm(props) {
21985
22474
  }));
21986
22475
  };
21987
22476
  var getDataSourceAsync = function getDataSourceAsync() {
21988
- var _effects$form;
21989
- var _ref = (effects === null || effects === void 0 ? void 0 : (_effects$form = effects.form) === null || _effects$form === void 0 ? void 0 : _effects$form.getFieldsValue()) || {},
21990
- _ref$shopId = _ref.shopId,
21991
- shopId = _ref$shopId === void 0 ? '' : _ref$shopId;
21992
- return (value === null || value === void 0 ? void 0 : value.orderNo) && shopId ? getOrderListSingleton$4({
22477
+ var _ref = effects || {},
22478
+ shopList = _ref.shopList,
22479
+ form = _ref.form;
22480
+ var _ref2 = (form === null || form === void 0 ? void 0 : form.getFieldsValue()) || {},
22481
+ _ref2$shopId = _ref2.shopId,
22482
+ shopId = _ref2$shopId === void 0 ? '' : _ref2$shopId;
22483
+ var JOIN_SHOP = shopList === null || shopList === void 0 ? void 0 : shopList.find(function (item) {
22484
+ return !item.notJoin && item.shopId == shopId;
22485
+ });
22486
+ return (value === null || value === void 0 ? void 0 : value.orderNo) && shopId && JOIN_SHOP ? getOrderListSingleton$4({
21993
22487
  orderNo: value === null || value === void 0 ? void 0 : value.orderNo,
21994
22488
  shopId: shopId
21995
22489
  }).then(function (data) {
@@ -25434,13 +25928,11 @@ var typeMap$6 = {
25434
25928
  }
25435
25929
  },
25436
25930
  asyncGetData: function () {
25437
- var _asyncGetData = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(tradeId) {
25931
+ var _asyncGetData = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(params) {
25438
25932
  return _regeneratorRuntime().wrap(function _callee$(_context) {
25439
25933
  while (1) switch (_context.prev = _context.next) {
25440
25934
  case 0:
25441
- return _context.abrupt("return", servers.SKX.querySkxOrderDetailSingleton({
25442
- tid: tradeId
25443
- }).then(function (res) {
25935
+ return _context.abrupt("return", servers.SKX.querySkxOrderDetailSingleton(params).then(function (res) {
25444
25936
  var orderDetailInfoList = res.data.orderDetailInfoList || [];
25445
25937
  return orderDetailInfoList;
25446
25938
  }));
@@ -25475,13 +25967,11 @@ var typeMap$6 = {
25475
25967
  }
25476
25968
  },
25477
25969
  asyncGetData: function () {
25478
- var _asyncGetData2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(tradeId) {
25970
+ var _asyncGetData2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(params) {
25479
25971
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
25480
25972
  while (1) switch (_context2.prev = _context2.next) {
25481
25973
  case 0:
25482
- return _context2.abrupt("return", servers.SKX.queryReturnOrderDetailSingleton({
25483
- tid: tradeId
25484
- }).then(function (res) {
25974
+ return _context2.abrupt("return", servers.SKX.queryReturnOrderDetailSingleton(params).then(function (res) {
25485
25975
  var skqReturnOrderDetailInfoDtos = res.data.skqReturnOrderDetailInfoDtos || [];
25486
25976
  return skqReturnOrderDetailInfoDtos;
25487
25977
  }));
@@ -25546,32 +26036,42 @@ var IdInputSelect = function IdInputSelect(props) {
25546
26036
  }, [value]);
25547
26037
  var asyncQueryData = /*#__PURE__*/function () {
25548
26038
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
25549
- var tradeId;
26039
+ var _form$getFieldValue, _form$getFieldValue$;
26040
+ var tradeId, skxReturnExpressCode, blurFrom;
25550
26041
  return _regeneratorRuntime().wrap(function _callee3$(_context3) {
25551
26042
  while (1) switch (_context3.prev = _context3.next) {
25552
26043
  case 0:
25553
26044
  tradeId = form.getFieldValue('m3ap1EvEyd');
26045
+ skxReturnExpressCode = (_form$getFieldValue = form.getFieldValue('4487c6516b')) === null || _form$getFieldValue === void 0 ? void 0 : (_form$getFieldValue$ = _form$getFieldValue[0]) === null || _form$getFieldValue$ === void 0 ? void 0 : _form$getFieldValue$.logisticsCode;
26046
+ blurFrom = form.getFieldValue('skx_return_billNo_blur_from');
25554
26047
  console.log('asyncQueryData---', {
26048
+ skxReturnExpressCode: skxReturnExpressCode,
26049
+ blurFrom: blurFrom,
25555
26050
  tradeId: tradeId,
25556
26051
  tradeIdRef: tradeIdRef.current,
25557
26052
  form: form
25558
26053
  });
25559
- if (tradeId) {
25560
- _context3.next = 5;
26054
+ if (!(type === 'SKX_OUTBOUND_NOTICE_NO' && !tradeId || type === 'SKX_RETURN_BILL_NO' && !tradeId && !skxReturnExpressCode)) {
26055
+ _context3.next = 7;
25561
26056
  break;
25562
26057
  }
25563
26058
  setDataSource([]);
25564
26059
  return _context3.abrupt("return");
25565
- case 5:
26060
+ case 7:
25566
26061
  setSpinning(true);
25567
- typeMap$6[type].asyncGetData(tradeId).then(function (data) {
26062
+ // 判断是从哪个组件失焦,若是从[SKX]退换物流信息(TH)失焦,则根据物流单号查询,若是从订单号组件失焦,则根据订单号查询
26063
+ typeMap$6[type].asyncGetData(type === 'SKX_RETURN_BILL_NO' && blurFrom === '4487c6516b' ? {
26064
+ expressCode: skxReturnExpressCode
26065
+ } : {
26066
+ tid: tradeId
26067
+ }).then(function (data) {
25568
26068
  setDataSource(data);
25569
26069
  }).catch(function () {
25570
26070
  setDataSource([]);
25571
26071
  }).finally(function () {
25572
26072
  setSpinning(false);
25573
26073
  });
25574
- case 7:
26074
+ case 9:
25575
26075
  case "end":
25576
26076
  return _context3.stop();
25577
26077
  }
@@ -25668,7 +26168,14 @@ var IdInputSelect = function IdInputSelect(props) {
25668
26168
  value: value,
25669
26169
  isInput: isInput
25670
26170
  });
25671
- onChange === null || onChange === void 0 ? void 0 : onChange(val, value !== val && !!isInput);
26171
+ var isReturnBillNoChange = type === 'SKX_RETURN_BILL_NO' && form.getFieldValue('skx_return_billNo_blur_from') === '4487c6516b';
26172
+ onChange === null || onChange === void 0 ? void 0 : onChange(val, value !== val && (!!isInput || isReturnBillNoChange));
26173
+ // 如果类型是[SKX]退换货单号,则根据blurFrom判断是从[SKX]退换物流信息(TH)失焦,则调用onBlur
26174
+ isReturnBillNoChange && (_onBlur === null || _onBlur === void 0 ? void 0 : _onBlur({
26175
+ target: {
26176
+ value: val
26177
+ }
26178
+ }));
25672
26179
  // 关闭浮窗
25673
26180
  setPopoverVisible(false);
25674
26181
  };
@@ -25784,4 +26291,4 @@ var SkxGoods = function SkxGoods(props) {
25784
26291
  }));
25785
26292
  };
25786
26293
 
25787
- export { ApaasAddress as Address, AliPay, Province as ApaasAddress, ApaasCascader, ApaasCheckbox, ApaasDate, withFormItem as ApaasHoc, ApaasInput, ApaasInputNumber, ApaasLogistics, ApaasMultipleSelect, ApaasPosting, ApaasRadio, ApaasRate, ApaasSelect, ApaasSlider, ApaasTextArea, ApaasUpload, ApaasUploadAsync$1 as ApaasUploadAsync, ApaasUploadFile, index as ApaasUploadProAsync, AsyncSelect, bsE3Reissue as BsE3Reissue, BsExchange, BsGoods, BsReissue, BsReturnGoods as BsReturn, index$2 as BsSystemOrder, BuyerNick, CalculationInput, ChooseBaby, CommonExchangeGoods, CommonGoods, CommonSystemOrder$1 as CommonMultiStatus, CommonReturnGoods, CommonStatus, CommonSystemOrder, CopyTextIcon, ExpressLogistics, Goods, index$3 as GoodsTable, GyReissue, GyReturnGoods as GyReturn, IdentifyAddress, Invoice, jstGoods as JstGoods, ItemList as JstItemList, KmVideo, LogisticsInterception, LogisticsMoreInterception, LogisticsMoreTrajectory, LogisticsTrajectory, MsgStatus, OrderSubForm, utils as OrderSubFormUtils, ParseLogistics, Payment, PublicReissue, RemarkInput as Remark, ExpressLogistics as ReturnLogistics, ShopNameSelect as ShopName, SkxGoods, IdInputSelect as SkxIdInputSelect, Status, SubForm, Supplier, TBGoodId, TBGoodSerial, TradeId, WdtGoodList, wdtReissue as WdtReissue, WlnGoods, columnsBaseInfoMap, erpColumnsMap, erpFormValidator, index$1 as erpModalColumnsMap, getColumns$4 as getGyColumns, getColumns$5 as getJstColumns, getColumns$7 as getJyColumns, getColumns$6 as getKmColumns, getColumns$8 as getSkxColumns, getColumns$2 as getWdtColumns, getColumns$3 as getWlnColumns, orderSubFormConstants };
26294
+ export { ApaasAddress as Address, AliPay, Province as ApaasAddress, ApaasCascader, ApaasCheckbox, ApaasDate, withFormItem as ApaasHoc, ApaasInput, ApaasInputNumber, ApaasLogistics, ApaasMultipleSelect, ApaasPosting, ApaasRadio, ApaasRate, ApaasSelect, ApaasSlider, ApaasTextArea, ApaasUpload, ApaasUploadAsync$1 as ApaasUploadAsync, ApaasUploadFile, index as ApaasUploadProAsync, AsyncSelect, bsE3Reissue as BsE3Reissue, BsExchange, BsGoods, BsReissue, BsReturnGoods as BsReturn, index$2 as BsSystemOrder, BuyerNick, CalculationInput, ChooseBaby, CommonExchangeGoods, CommonGoods, CommonSystemOrder$1 as CommonMultiStatus, CommonReturnGoods, CommonStatus, CommonSystemOrder, CopyTextIcon, ExpressLogistics, Goods, index$3 as GoodsTable, GyReissue, GyReturnGoods as GyReturn, IdentifyAddress, Invoice, jstGoods as JstGoods, ItemList as JstItemList, KmVideo, LogisticsInterception, LogisticsMoreInterception, LogisticsMoreTrajectory, LogisticsTrajectory, MsgStatus, OrderSubForm, utils as OrderSubFormUtils, ParseLogistics, Payment, PublicReissue, RemarkInput as Remark, ExpressLogistics as ReturnLogistics, ShopNameSelect as ShopName, SkxGoods, IdInputSelect as SkxIdInputSelect, Status, SubForm, Supplier, TBGoodId, TBGoodSerial, TradeId, WdtGoodList, wdtReissue as WdtReissue, WlnGoods, columnsBaseInfoMap, erpColumnsMap, erpFormValidator, index$1 as erpModalColumnsMap, getColumns$4 as getGyColumns, getColumns$5 as getJstColumns, getColumns$7 as getJyColumns, getColumns$6 as getKmColumns, getColumns$8 as getSkxColumns, getColumns$2 as getWdtColumns, getColumns$3 as getWlnColumns, orderSubFormConstants, renderMap };