kmkf-work-order-service-component 0.1.14 → 0.2.0-alpha.2
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/README.md +3 -2
- package/dist/esm/Login/index.d.ts +8 -0
- package/dist/esm/Login/index.js +390 -0
- package/dist/esm/Login/index.module.less +45 -0
- package/dist/esm/WorkOrder/components/CustomizeFormModal/index.js +2 -2
- package/dist/esm/WorkOrder/components/DealWorkOrderModal/index.js +5 -5
- package/dist/esm/WorkOrder/components/DeleteCustomizeOrderModal/index.js +4 -4
- package/dist/esm/WorkOrder/components/DeletePaymentWorkOrderModal/index.js +5 -5
- package/dist/esm/WorkOrder/components/ExamineModal/index.js +5 -5
- package/dist/esm/WorkOrder/components/FlagPayModal/index.js +5 -5
- package/dist/esm/WorkOrder/components/ListOrderItem/index.js +4 -4
- package/dist/esm/WorkOrder/components/PayListOrderItem/ModifyModal.js +2 -2
- package/dist/esm/WorkOrder/components/PayListOrderItem/RecordModal.js +2 -2
- package/dist/esm/WorkOrder/components/PayListOrderItem/index.js +4 -4
- package/dist/esm/WorkOrder/components/RecordLog/index.js +2 -2
- package/dist/esm/WorkOrder/components/TransferOrderModal/index.js +3 -3
- package/dist/esm/WorkOrder/components/UnExamineModal/index.js +5 -5
- package/dist/esm/WorkOrder/components/Widget/OrdinaryHeader/index.js +1 -1
- package/dist/esm/WorkOrder/components/Widget/basic/Address/index.js +2 -2
- package/dist/esm/WorkOrder/components/Widget/basic/Cascader/index.js +3 -3
- package/dist/esm/WorkOrder/components/Widget/basic/Picture/index.js +2 -2
- package/dist/esm/WorkOrder/components/Widget/common/formItemWrap.js +7 -5
- package/dist/esm/WorkOrder/components/Widget/electricity/ELogistics/index.js +3 -3
- package/dist/esm/WorkOrder/components/Widget/electricity/EReceiverAddress/index.js +2 -2
- package/dist/esm/WorkOrder/components/Widget/electricity/EReturnLogistics/index.js +3 -3
- package/dist/esm/WorkOrder/components/Widget/electricity/ETradeId/index.js +2 -2
- package/dist/esm/WorkOrder/components/Widget/electricity/Express/index.js +2 -2
- package/dist/esm/WorkOrder/components/Widget/index.js +4 -0
- package/dist/esm/WorkOrder/components/Widget/third/Payment/index.js +1 -1
- package/dist/esm/WorkOrder/components/Widget/third/Status/CustomerService.js +3 -3
- package/dist/esm/WorkOrder/components/Widget/third/SystemOrderNo/index.d.ts +7 -0
- package/dist/esm/WorkOrder/components/Widget/third/SystemOrderNo/index.js +80 -0
- package/dist/esm/WorkOrder/index.js +9 -9
- package/dist/esm/assets/logo.svg +1 -0
- package/dist/esm/{WorkOrder/common → common}/cache/index.d.ts +1 -1
- package/dist/esm/{WorkOrder/common → common}/cache/index.js +2 -2
- package/dist/esm/{WorkOrder/common → common}/cache/type.d.ts +0 -0
- package/dist/esm/{WorkOrder/common → common}/cache/type.js +0 -0
- package/dist/esm/{WorkOrder/common → common}/constant.d.ts +0 -0
- package/dist/esm/{WorkOrder/common → common}/constant.js +0 -0
- package/dist/esm/common/imgs/default-img.png +0 -0
- package/dist/esm/{WorkOrder/common → common}/imgs/empty.png +0 -0
- package/dist/esm/{WorkOrder/common → common}/imgs/refresh.png +0 -0
- package/dist/esm/{WorkOrder/common → common}/styles/base.less +0 -0
- package/dist/esm/{WorkOrder/common → common}/styles/theme.less +0 -0
- package/dist/esm/{WorkOrder/common → common}/utils/express.d.ts +0 -0
- package/dist/esm/{WorkOrder/common → common}/utils/express.js +1 -1
- package/dist/esm/{WorkOrder/common → common}/utils/formatAddrData.d.ts +0 -0
- package/dist/esm/{WorkOrder/common → common}/utils/formatAddrData.js +2 -2
- package/dist/esm/{WorkOrder/common → common}/utils/tools.d.ts +0 -0
- package/dist/esm/{WorkOrder/common → common}/utils/tools.js +4 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +4 -3
- package/dist/esm/{WorkOrder/model → model}/global.d.ts +1 -2
- package/dist/esm/{WorkOrder/model → model}/global.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/hooks.d.ts +0 -0
- package/dist/esm/{WorkOrder/model → model}/hooks.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/login.d.ts +1 -1
- package/dist/esm/{WorkOrder/model → model}/login.js +2 -2
- package/dist/esm/{WorkOrder/model → model}/servers/api.d.ts +0 -0
- package/dist/esm/{WorkOrder/model → model}/servers/api.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/servers/request.d.ts +0 -0
- package/dist/esm/{WorkOrder/model → model}/servers/request.js +2 -2
- package/dist/esm/{WorkOrder/model → model}/store.d.ts +1 -1
- package/dist/esm/{WorkOrder/model → model}/store.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/types/login.d.ts +0 -0
- package/dist/esm/{WorkOrder/model → model}/types/login.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/types/workOrder.d.ts +0 -0
- package/dist/esm/{WorkOrder/model → model}/types/workOrder.js +0 -0
- package/dist/esm/{WorkOrder/model → model}/workOrder.d.ts +1 -1
- package/dist/esm/{WorkOrder/model → model}/workOrder.js +3 -3
- package/package.json +2 -1
- package/dist/esm/WorkOrder/app/hooks.d.ts +0 -8
- package/dist/esm/WorkOrder/app/hooks.js +0 -6
- package/dist/esm/WorkOrder/app/store.d.ts +0 -5
- package/dist/esm/WorkOrder/app/store.js +0 -1
@@ -23,13 +23,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
23
23
|
* @Author: litian
|
24
24
|
* @Date: 2022-09-09 16:58:00
|
25
25
|
* @LastEditors: litian
|
26
|
-
* @LastEditTime: 2022-11-
|
26
|
+
* @LastEditTime: 2022-11-24 14:13:33
|
27
27
|
*/
|
28
28
|
import React, { useImperativeHandle, forwardRef, useState } from 'react';
|
29
29
|
import { Drawer } from 'antd';
|
30
30
|
import { LeftOutlined } from '@ant-design/icons';
|
31
31
|
import moment from 'moment';
|
32
|
-
import { reportLogs } from "
|
32
|
+
import { reportLogs } from "../../../model/servers/api";
|
33
33
|
import styles from "./record.module.less";
|
34
34
|
import { jsx as _jsx } from "react/jsx-runtime";
|
35
35
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -9,8 +9,8 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
9
9
|
import React from 'react';
|
10
10
|
import { Divider, message } from 'antd';
|
11
11
|
import moment from 'moment';
|
12
|
-
import { useAppDispatch } from "
|
13
|
-
import { paymentOrder } from "
|
12
|
+
import { useAppDispatch } from "../../../model/hooks";
|
13
|
+
import { paymentOrder } from "../../../model/servers/api";
|
14
14
|
import styles from "../ListOrderItem/index.module.less";
|
15
15
|
import { jsx as _jsx } from "react/jsx-runtime";
|
16
16
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -254,7 +254,7 @@ function PayListOrderItem(props) {
|
|
254
254
|
};
|
255
255
|
|
256
256
|
var renderFormItem = function renderFormItem(items) {
|
257
|
-
return items.map(function (item) {
|
257
|
+
return items.map(function (item, index) {
|
258
258
|
return /*#__PURE__*/_jsxs("div", {
|
259
259
|
className: styles.orderItemView,
|
260
260
|
children: [/*#__PURE__*/_jsx("span", {
|
@@ -264,7 +264,7 @@ function PayListOrderItem(props) {
|
|
264
264
|
className: styles.itemViewRight,
|
265
265
|
children: item.value
|
266
266
|
})]
|
267
|
-
});
|
267
|
+
}, index);
|
268
268
|
});
|
269
269
|
};
|
270
270
|
|
@@ -39,8 +39,8 @@ import { LeftOutlined } from '@ant-design/icons';
|
|
39
39
|
import moment from 'moment';
|
40
40
|
import { get } from 'lodash';
|
41
41
|
import { factory } from "../Widget";
|
42
|
-
import { calcWorkOrderList, jsonParseSecurity } from "
|
43
|
-
import { reportLogs } from "
|
42
|
+
import { calcWorkOrderList, jsonParseSecurity } from "../../../common/utils/tools";
|
43
|
+
import { reportLogs } from "../../../model/servers/api";
|
44
44
|
import styles from "./index.module.less";
|
45
45
|
import { jsx as _jsx } from "react/jsx-runtime";
|
46
46
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -22,13 +22,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
22
22
|
* @Description:
|
23
23
|
* @Author: litian
|
24
24
|
* @Date: 2022-09-15 10:51:44
|
25
|
-
* @LastEditors:
|
26
|
-
* @LastEditTime: 2022-11-
|
25
|
+
* @LastEditors: litian
|
26
|
+
* @LastEditTime: 2022-11-24 14:13:49
|
27
27
|
*/
|
28
28
|
import React, { useState, useImperativeHandle, forwardRef } from 'react';
|
29
29
|
import { Modal, Form, Select } from 'antd';
|
30
30
|
import { get } from 'lodash';
|
31
|
-
import { querySubUsers } from "
|
31
|
+
import { querySubUsers } from "../../../model/servers/api";
|
32
32
|
import { jsx as _jsx } from "react/jsx-runtime";
|
33
33
|
|
34
34
|
var TransCustomerModal = function TransCustomerModal(props, ref) {
|
@@ -9,8 +9,8 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
9
9
|
/*
|
10
10
|
* @Author: wangzhenggui jianjia.wzg@raycloud.com
|
11
11
|
* @Date: 2022-11-03 16:01:49
|
12
|
-
* @LastEditors:
|
13
|
-
* @LastEditTime: 2022-11-
|
12
|
+
* @LastEditors: litian
|
13
|
+
* @LastEditTime: 2022-11-24 14:13:53
|
14
14
|
* @FilePath: /kmkf-work-order-service-component/src/WorkOrder/components/UnExamineModal/index.tsx
|
15
15
|
* @Description:
|
16
16
|
*
|
@@ -18,9 +18,9 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
18
18
|
*/
|
19
19
|
import React, { useCallback } from 'react';
|
20
20
|
import { Modal, message } from 'antd';
|
21
|
-
import { useAppSelector, useAppDispatch } from "
|
22
|
-
import { selectUnExamineModalVisible, selectCurrentRecord, fetchQueryPaymentWorkOrderList } from "
|
23
|
-
import { examinePaymentOrder } from "
|
21
|
+
import { useAppSelector, useAppDispatch } from "../../../model/hooks";
|
22
|
+
import { selectUnExamineModalVisible, selectCurrentRecord, fetchQueryPaymentWorkOrderList } from "../../../model/workOrder";
|
23
|
+
import { examinePaymentOrder } from "../../../model/servers/api";
|
24
24
|
import { jsx as _jsx } from "react/jsx-runtime";
|
25
25
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
26
26
|
|
@@ -26,7 +26,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
26
26
|
|
27
27
|
import React, { useState, useRef } from 'react';
|
28
28
|
import { Input, Button, message } from 'antd';
|
29
|
-
import request from "
|
29
|
+
import request from "../../../../model/servers/request";
|
30
30
|
import Popover from "../Popover";
|
31
31
|
import styles from "./index.module.less";
|
32
32
|
import { jsx as _jsx } from "react/jsx-runtime";
|
@@ -35,13 +35,13 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
35
35
|
* @Author: litian
|
36
36
|
* @Date: 2022-09-07 17:58:35
|
37
37
|
* @LastEditors: litian
|
38
|
-
* @LastEditTime: 2022-
|
38
|
+
* @LastEditTime: 2022-11-24 14:04:21
|
39
39
|
*/
|
40
40
|
import React from 'react';
|
41
41
|
import BasicComponent from "../../BasicComponent";
|
42
42
|
import { ApaasAddress } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
43
43
|
import { getFormItem } from "../../common/formItemWrap";
|
44
|
-
import formatAddrData from "
|
44
|
+
import formatAddrData from "../../../../../common/utils/formatAddrData";
|
45
45
|
import { jsx as _jsx } from "react/jsx-runtime";
|
46
46
|
|
47
47
|
var BasicInput = /*#__PURE__*/function (_BasicComponent) {
|
@@ -34,14 +34,14 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
34
34
|
* @Description:
|
35
35
|
* @Author: litian
|
36
36
|
* @Date: 2022-09-01 14:10:31
|
37
|
-
* @LastEditors:
|
38
|
-
* @LastEditTime: 2022-
|
37
|
+
* @LastEditors: litian
|
38
|
+
* @LastEditTime: 2022-11-24 14:51:46
|
39
39
|
*/
|
40
40
|
import React from 'react';
|
41
41
|
import { Cascader } from 'antd';
|
42
42
|
import BasicComponent from "../../BasicComponent";
|
43
43
|
import { getFormItem } from "../../common/formItemWrap";
|
44
|
-
import { findLabelBySelectValue, transMultSelectOptions } from "
|
44
|
+
import { findLabelBySelectValue, transMultSelectOptions } from "../../../../../common/utils/tools";
|
45
45
|
import { jsx as _jsx } from "react/jsx-runtime";
|
46
46
|
|
47
47
|
var BasicCascader = /*#__PURE__*/function (_BasicComponent) {
|
@@ -31,14 +31,14 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
31
31
|
* @Author: litian
|
32
32
|
* @Date: 2022-09-07 17:58:35
|
33
33
|
* @LastEditors: litian
|
34
|
-
* @LastEditTime: 2022-
|
34
|
+
* @LastEditTime: 2022-11-24 14:53:50
|
35
35
|
*/
|
36
36
|
import React from 'react';
|
37
37
|
import BasicComponent from "../../BasicComponent";
|
38
38
|
import { getFormItem } from "../../common/formItemWrap";
|
39
39
|
import { ApaasUploadAsync } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
40
40
|
import { Image } from 'antd';
|
41
|
-
import { imgResize } from "
|
41
|
+
import { imgResize } from "../../../../../common/utils/tools";
|
42
42
|
import { jsx as _jsx } from "react/jsx-runtime";
|
43
43
|
|
44
44
|
var BasicPicture = /*#__PURE__*/function (_BasicComponent) {
|
@@ -13,6 +13,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
13
|
import { Form, Button, Modal, Tooltip } from 'antd';
|
14
14
|
import React, { useState } from 'react';
|
15
15
|
import styles from "./index.module.less";
|
16
|
+
import defaultImg from "../../../../common/imgs/default-img.png";
|
16
17
|
import { jsx as _jsx } from "react/jsx-runtime";
|
17
18
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
18
19
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
@@ -64,6 +65,7 @@ export var getFormItem = function getFormItem(_ref) {
|
|
64
65
|
export var showImage = function showImage(_ref2) {
|
65
66
|
var item = _ref2.item,
|
66
67
|
type = _ref2.type;
|
68
|
+
var picUrl = item.picUrl ? (item === null || item === void 0 ? void 0 : item.platform) !== 'tabao' ? item.picUrl : item.picUrl + '_40x40.jpg' : defaultImg;
|
67
69
|
return /*#__PURE__*/_jsxs("div", {
|
68
70
|
className: styles.goodImgBox,
|
69
71
|
children: [(item === null || item === void 0 ? void 0 : item.platform) === 'taobao' ? /*#__PURE__*/_jsx("a", {
|
@@ -75,7 +77,7 @@ export var showImage = function showImage(_ref2) {
|
|
75
77
|
height: '40px',
|
76
78
|
objectFit: 'contain'
|
77
79
|
},
|
78
|
-
src:
|
80
|
+
src: picUrl
|
79
81
|
})
|
80
82
|
}) : /*#__PURE__*/_jsx("img", {
|
81
83
|
style: {
|
@@ -83,7 +85,7 @@ export var showImage = function showImage(_ref2) {
|
|
83
85
|
height: '40px',
|
84
86
|
objectFit: 'contain'
|
85
87
|
},
|
86
|
-
src:
|
88
|
+
src: picUrl
|
87
89
|
}), /*#__PURE__*/_jsxs("div", {
|
88
90
|
className: styles.options,
|
89
91
|
children: [type === 'itemId' && /*#__PURE__*/_jsx(TextTool, {
|
@@ -154,7 +156,7 @@ export var ShowTotalImage = function ShowTotalImage(_ref4) {
|
|
154
156
|
display: 'flex',
|
155
157
|
flexWrap: 'wrap'
|
156
158
|
},
|
157
|
-
children: allImage.map(function (i) {
|
159
|
+
children: allImage.map(function (i, index) {
|
158
160
|
return /*#__PURE__*/_jsxs("div", {
|
159
161
|
style: {
|
160
162
|
width: '50%'
|
@@ -171,7 +173,7 @@ export var ShowTotalImage = function ShowTotalImage(_ref4) {
|
|
171
173
|
},
|
172
174
|
children: /*#__PURE__*/_jsx("img", {
|
173
175
|
alt: "",
|
174
|
-
src: i.picUrl,
|
176
|
+
src: i.picUrl || defaultImg,
|
175
177
|
style: {
|
176
178
|
width: '72px',
|
177
179
|
height: '72px',
|
@@ -196,7 +198,7 @@ export var ShowTotalImage = function ShowTotalImage(_ref4) {
|
|
196
198
|
text: i.propertiesName
|
197
199
|
})]
|
198
200
|
})]
|
199
|
-
});
|
201
|
+
}, index);
|
200
202
|
})
|
201
203
|
})
|
202
204
|
})]
|
@@ -30,8 +30,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
30
30
|
* @Description:
|
31
31
|
* @Author: litian
|
32
32
|
* @Date: 2022-09-07 17:58:35
|
33
|
-
* @LastEditors:
|
34
|
-
* @LastEditTime: 2022-
|
33
|
+
* @LastEditors: litian
|
34
|
+
* @LastEditTime: 2022-11-24 14:05:01
|
35
35
|
*/
|
36
36
|
import React from 'react';
|
37
37
|
import BasicComponent from "../../BasicComponent";
|
@@ -39,7 +39,7 @@ import { ExpressLogistics } from '@raycloud-apaas-fe-setup/apaas-react-basics-wi
|
|
39
39
|
import Express from "../Express";
|
40
40
|
import ExpressCode from "../ExpressCode";
|
41
41
|
import { getFormItem } from "../../common/formItemWrap";
|
42
|
-
import expressApi from "
|
42
|
+
import expressApi from "../../../../../common/utils/express";
|
43
43
|
import { jsx as _jsx } from "react/jsx-runtime";
|
44
44
|
|
45
45
|
var ELogistics = /*#__PURE__*/function (_BasicComponent) {
|
@@ -35,13 +35,13 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
35
35
|
* @Author: litian
|
36
36
|
* @Date: 2022-09-07 17:58:35
|
37
37
|
* @LastEditors: litian
|
38
|
-
* @LastEditTime: 2022-
|
38
|
+
* @LastEditTime: 2022-11-24 14:05:21
|
39
39
|
*/
|
40
40
|
import React from 'react';
|
41
41
|
import BasicComponent from "../../BasicComponent";
|
42
42
|
import { Address } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
43
43
|
import { getFormItem } from "../../common/formItemWrap";
|
44
|
-
import formatAddrData from "
|
44
|
+
import formatAddrData from "../../../../../common/utils/formatAddrData";
|
45
45
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
46
46
|
import { jsx as _jsx } from "react/jsx-runtime";
|
47
47
|
|
@@ -30,13 +30,13 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
30
30
|
* @Description:
|
31
31
|
* @Author: litian
|
32
32
|
* @Date: 2022-09-07 17:58:35
|
33
|
-
* @LastEditors:
|
34
|
-
* @LastEditTime: 2022-
|
33
|
+
* @LastEditors: litian
|
34
|
+
* @LastEditTime: 2022-11-24 14:05:45
|
35
35
|
*/
|
36
36
|
import React from 'react';
|
37
37
|
import BasicComponent from "../../BasicComponent";
|
38
38
|
import { ReturnLogistics } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
39
|
-
import expressApi from "
|
39
|
+
import expressApi from "../../../../../common/utils/express";
|
40
40
|
import Express from "../Express";
|
41
41
|
import ExpressCode from "../ExpressCode";
|
42
42
|
import { getFormItem } from "../../common/formItemWrap";
|
@@ -37,13 +37,13 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
37
37
|
* @Author: litian
|
38
38
|
* @Date: 2022-06-30 17:30:05
|
39
39
|
* @LastEditors: litian
|
40
|
-
* @LastEditTime: 2022-11-
|
40
|
+
* @LastEditTime: 2022-11-24 14:54:02
|
41
41
|
*/
|
42
42
|
import React from 'react';
|
43
43
|
import Input from "../../basic/Input";
|
44
44
|
import { TradeId } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
45
45
|
import { getFormItem } from "../../common/formItemWrap";
|
46
|
-
import { orderBack } from "
|
46
|
+
import { orderBack } from "../../../../../common/utils/tools";
|
47
47
|
import { jsx as _jsx } from "react/jsx-runtime";
|
48
48
|
|
49
49
|
var ETradeId = /*#__PURE__*/function (_Input) {
|
@@ -35,12 +35,12 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
35
35
|
* @Author: litian
|
36
36
|
* @Date: 2022-06-21 21:20:47
|
37
37
|
* @LastEditors: litian
|
38
|
-
* @LastEditTime: 2022-
|
38
|
+
* @LastEditTime: 2022-11-24 14:06:10
|
39
39
|
*/
|
40
40
|
import React from 'react';
|
41
41
|
import BasicComponent from "../../BasicComponent";
|
42
42
|
import { getFormItem } from "../../common/formItemWrap";
|
43
|
-
import express from "
|
43
|
+
import express from "../../../../../common/utils/express";
|
44
44
|
import ExpressCompany from "../ExpressCompany";
|
45
45
|
import { jsx as _jsx } from "react/jsx-runtime";
|
46
46
|
|
@@ -28,6 +28,7 @@ import Status from "../Widget/third/Status";
|
|
28
28
|
import Ordinary from "../Widget/third/Ordinary";
|
29
29
|
import ItemSelectThird from "../Widget/third/ItemSelect";
|
30
30
|
import Payment from "../Widget/third/Payment";
|
31
|
+
import SystemOrderNo from "../Widget/third/SystemOrderNo";
|
31
32
|
export var factory = function factory(type, options) {
|
32
33
|
switch (type) {
|
33
34
|
case 'INPUT':
|
@@ -123,6 +124,9 @@ export var factory = function factory(type, options) {
|
|
123
124
|
case 'ENTERPRISE_PAYMENT':
|
124
125
|
return new Payment(options);
|
125
126
|
|
127
|
+
case 'SYSTEM_ORDER_NO':
|
128
|
+
return new SystemOrderNo(options);
|
129
|
+
|
126
130
|
default:
|
127
131
|
return new BasicInput(options);
|
128
132
|
}
|
@@ -44,7 +44,7 @@ import BuyerOpenUid from "./BuyerOpenUid";
|
|
44
44
|
import PaymentTid from "./PaymentTid";
|
45
45
|
import AlipayNo from "./AlipayNo";
|
46
46
|
import PayTime from "./PayTime";
|
47
|
-
import { orderBack } from "
|
47
|
+
import { orderBack } from "../../../../../common/utils/tools";
|
48
48
|
import { jsx as _jsx } from "react/jsx-runtime";
|
49
49
|
|
50
50
|
var Payment = /*#__PURE__*/function (_BasicComponent) {
|
@@ -52,14 +52,14 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
52
52
|
* @Description:
|
53
53
|
* @Author: litian
|
54
54
|
* @Date: 2022-09-07 17:58:35
|
55
|
-
* @LastEditors:
|
56
|
-
* @LastEditTime: 2022-
|
55
|
+
* @LastEditors: litian
|
56
|
+
* @LastEditTime: 2022-11-23 16:23:47
|
57
57
|
*/
|
58
58
|
import React from 'react';
|
59
59
|
import { useState, useEffect } from 'react';
|
60
60
|
import { Select } from 'antd';
|
61
61
|
import { get } from 'lodash';
|
62
|
-
import request from "
|
62
|
+
import request from "../../../../../model/servers/request";
|
63
63
|
import BasicComponent from "../../BasicComponent";
|
64
64
|
import { getFormItem } from "../../common/formItemWrap";
|
65
65
|
import { jsx as _jsx } from "react/jsx-runtime";
|
@@ -0,0 +1,80 @@
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
2
|
+
|
3
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
4
|
+
|
5
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
6
|
+
|
7
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
8
|
+
|
9
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
10
|
+
|
11
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
12
|
+
|
13
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
14
|
+
|
15
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
16
|
+
|
17
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
18
|
+
|
19
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
20
|
+
|
21
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
22
|
+
|
23
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
24
|
+
|
25
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
26
|
+
|
27
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
28
|
+
|
29
|
+
/*
|
30
|
+
* @Description:
|
31
|
+
* @Author: litian
|
32
|
+
* @Date: 2022-11-14 14:58:01
|
33
|
+
* @LastEditors: litian
|
34
|
+
* @LastEditTime: 2022-11-17 09:54:36
|
35
|
+
*/
|
36
|
+
import React from 'react';
|
37
|
+
import Input from "../../basic/Input";
|
38
|
+
import { ApaasInput } from '@raycloud-apaas-fe-setup/apaas-react-basics-widgets';
|
39
|
+
import { getFormItem } from "../../common/formItemWrap"; //系统订单号
|
40
|
+
|
41
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
42
|
+
|
43
|
+
var ESystemOrderNo = /*#__PURE__*/function (_Input) {
|
44
|
+
_inherits(ESystemOrderNo, _Input);
|
45
|
+
|
46
|
+
var _super = _createSuper(ESystemOrderNo);
|
47
|
+
|
48
|
+
function ESystemOrderNo(options) {
|
49
|
+
var _this;
|
50
|
+
|
51
|
+
_classCallCheck(this, ESystemOrderNo);
|
52
|
+
|
53
|
+
_this = _super.call(this, options);
|
54
|
+
|
55
|
+
_defineProperty(_assertThisInitialized(_this), "editRender", function (value) {
|
56
|
+
var _this$componentConfig;
|
57
|
+
|
58
|
+
return getFormItem(_objectSpread({
|
59
|
+
title: _this.name,
|
60
|
+
name: _this.id,
|
61
|
+
rules: _this.rules,
|
62
|
+
required: (_this$componentConfig = _this.componentConfig) === null || _this$componentConfig === void 0 ? void 0 : _this$componentConfig.required,
|
63
|
+
component: /*#__PURE__*/_jsx(ApaasInput, _objectSpread(_objectSpread({}, _this.componentConfig), {}, {
|
64
|
+
placeholder: "\u8BF7\u8F93\u5165".concat(_this.name)
|
65
|
+
}))
|
66
|
+
}, value));
|
67
|
+
});
|
68
|
+
|
69
|
+
_this.dataType = 'string';
|
70
|
+
_this.rules = [];
|
71
|
+
_this.showContains = true;
|
72
|
+
_this.effects = options.effects;
|
73
|
+
_this.componentConfig = _objectSpread({}, options.componentConfig);
|
74
|
+
return _this;
|
75
|
+
}
|
76
|
+
|
77
|
+
return _createClass(ESystemOrderNo);
|
78
|
+
}(Input);
|
79
|
+
|
80
|
+
export default ESystemOrderNo;
|
@@ -28,7 +28,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
28
28
|
* @Author: wangzhenggui jianjia.wzg@raycloud.com
|
29
29
|
* @Date: 2022-09-16 11:19:43
|
30
30
|
* @LastEditors: litian
|
31
|
-
* @LastEditTime: 2022-11-
|
31
|
+
* @LastEditTime: 2022-11-24 14:11:47
|
32
32
|
* @FilePath: /kmkf-work-order-service-component/src/WorkOrder/index.tsx
|
33
33
|
* @Description:
|
34
34
|
*
|
@@ -36,12 +36,12 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
36
36
|
*/
|
37
37
|
import React, { useState, useEffect, useRef, useLayoutEffect } from 'react';
|
38
38
|
import { Tabs, Select, Pagination, Cascader, DatePicker, Space, Checkbox, Spin, message } from 'antd';
|
39
|
-
import { useAppSelector, useAppDispatch } from "
|
40
|
-
import { fetchQueryGroupCustomTemplate, fetchQueryWorkOrder, fetchQueryCurrentCompanyUser, fetchQueryPaymentWorkOrderList } from "
|
39
|
+
import { useAppSelector, useAppDispatch } from "../model/hooks";
|
40
|
+
import { fetchQueryGroupCustomTemplate, fetchQueryWorkOrder, fetchQueryCurrentCompanyUser, fetchQueryPaymentWorkOrderList } from "../model/workOrder";
|
41
41
|
import CustomizeFormModal from "./components/CustomizeFormModal";
|
42
42
|
import PayOrderModal from "./components/PayListOrderItem/ModifyModal";
|
43
|
-
import express from "
|
44
|
-
import formatAddrData from "
|
43
|
+
import express from "../common/utils/express";
|
44
|
+
import formatAddrData from "../common/utils/formatAddrData";
|
45
45
|
import ListOrderItem from "./components/ListOrderItem";
|
46
46
|
import PayListOrderItem from "./components/PayListOrderItem";
|
47
47
|
import RecordModal from "./components/PayListOrderItem/RecordModal";
|
@@ -53,12 +53,12 @@ import DeletePaymentWorkOrderModal from "./components/DeletePaymentWorkOrderModa
|
|
53
53
|
import FlagPayModal from "./components/FlagPayModal";
|
54
54
|
import RecordLog from "./components/RecordLog";
|
55
55
|
import TransferOrderModal from "./components/TransferOrderModal";
|
56
|
-
import store from "
|
56
|
+
import store from "../model/store";
|
57
57
|
import { Provider } from 'react-redux';
|
58
|
-
import { transferWorkOrder } from "
|
58
|
+
import { transferWorkOrder } from "../model/servers/api";
|
59
59
|
import get from 'lodash/get';
|
60
|
-
import refreshImg from "
|
61
|
-
import emptyImg from "
|
60
|
+
import refreshImg from "../common/imgs/refresh.png";
|
61
|
+
import emptyImg from "../common/imgs/empty.png";
|
62
62
|
import moment from 'moment';
|
63
63
|
import "./index.less";
|
64
64
|
import { jsx as _jsx } from "react/jsx-runtime";
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="167" height="46" viewBox="0 0 167 46"><g style="mix-blend-mode:passthrough"><g style="mix-blend-mode:passthrough"><g style="mix-blend-mode:passthrough"><g><path d="M22.5005,41.8589C12.3272,41.8589,4.05063,33.399,4.05063,23.0003C4.05063,12.601,12.3272,4.14111,22.5005,4.14111C32.6733,4.14111,40.9494,12.601,40.9494,23.0003C40.9494,33.399,32.6733,41.8589,22.5005,41.8589ZM22.5005,0C10.0935,0,0,10.3182,0,23.0003C0,35.6824,10.0935,46,22.5005,46C34.907,46,45,35.6824,45,23.0003C45,10.3182,34.907,0,22.5005,0Z" fill-rule="evenodd" fill="#1966FF" fill-opacity="1"/></g><g><path d="M30.789380178222657,30.66666816040039C30.789380178222657,32.62061816040039,29.198920178222657,34.20512816040039,27.236500178222656,34.20512816040039C25.274590178222656,34.20512816040039,23.684120178222656,32.62061816040039,23.684120178222656,30.66666816040039C23.684120178222656,28.712718160400392,25.274590178222656,27.12820816040039,27.236500178222656,27.12820816040039C29.198920178222657,27.12820816040039,30.789380178222657,28.712718160400392,30.789380178222657,30.66666816040039Z" fill-rule="evenodd" fill="#1966FF" fill-opacity="1"/></g><g><path d="M31.327865853881836,12.974349975585938L28.219765853881835,12.974349975585938C27.603465853881836,12.974349975585938,27.020565853881834,13.247869975585937,26.634665853881835,13.718221975585937L19.800675853881835,22.037319975585937L19.800675853881835,13.720266975585938C19.800675853881835,13.327113975585938,19.475305853881835,13.008603275585937,19.073675853881838,13.008603275585937L16.122295853881838,13.008603275585937C15.720664853881836,13.008603275585937,15.394765853881836,13.327113975585938,15.394765853881836,13.720266975585938L15.394765853881836,33.493949975585934C15.394765853881836,33.88664997558594,15.720664853881836,34.20514997558594,16.122295853881838,34.20514997558594L19.073675853881838,34.20514997558594C19.475305853881835,34.20514997558594,19.800675853881835,33.88664997558594,19.800675853881835,33.493949975585934L19.800675853881835,28.76744997558594L31.831765853881837,13.999409975585937C32.16866585388183,13.585807975585938,31.867865853881835,12.974349975585938,31.327865853881836,12.974349975585938Z" fill-rule="evenodd" fill="#1966FF" fill-opacity="1"/></g></g></g><g style="mix-blend-mode:passthrough"><path d="M67.3325,14.26422L67.3325,16.72538L72.1147,16.72538L72.1147,18.91609C72.1147,20.1872,72.0233,21.4043,71.8587,22.5673L66.20781,22.5673L66.20781,25.1456L71.3283,25.1456C70.2037,28.9681,67.9543,31.7628,64.58022,33.5118L66.20781,35.675399999999996C69.8105,33.620000000000005,72.2519,30.5458,73.5686,26.3897C75.315,30.077,77.985,33.178200000000004,81.5237,35.675399999999996L83.3159,33.5929C79.7772,31.4383,77.1987,28.6075,75.50710000000001,25.1456L82.5935,25.1456L82.5935,22.5673L80.6825,22.5673L80.6825,14.26422L74.6933,14.26422L74.6933,10.297503L72.1147,10.297503L72.1147,14.26422L67.3325,14.26422ZM74.6933,16.72538L78.09479999999999,16.72538L78.09479999999999,22.5673L74.419,22.5673C74.5835,21.242,74.6933,19.82663,74.6933,18.3301L74.6933,16.72538ZM58.00582,15.6706C57.923524,18.276,57.585204,20.7732,57,23.1262L59.157939999999996,23.7302C59.69742,21.242,59.99917,18.582520000000002,60.06318,15.81484L58.00582,15.6706ZM65.59518,14.98544L63.62926,15.61651C64.3882,17.55478,65.00083000000001,19.55617,65.44888,21.6297L67.616,21.1068C67.0308,18.80791,66.35412,16.75243,65.59518,14.98544ZM60.959270000000004,10.324549L60.959270000000004,35.7025L63.5744,35.7025L63.5744,10.324549L60.959270000000004,10.324549ZM96.9127,10.108183L96.9127,12.32594L87.394,12.32594L87.394,14.705960000000001L96.9127,14.705960000000001L96.9127,16.56311L88.7107,16.56311L88.7107,18.80791L96.9127,18.80791L96.9127,20.6019L85.87610000000001,20.6019L85.87610000000001,22.982L93.3741,22.982C91.9111,25.037399999999998,89.60679999999999,26.8044,86.4613,28.3641L88.23519999999999,30.6269C89.60679999999999,29.8516,90.87780000000001,29.0222,92.0299,28.1117C93.1455,29.2476,94.4439,30.2663,95.90690000000001,31.1859C93.03569999999999,32.2947,89.7257,33.07,86.0133,33.538799999999995L87.2477,36C91.60929999999999,35.314800000000005,95.4223,34.206,98.6866,32.7094C101.7224,34.1519,105.3433,35.1976,109.5312,35.8648L110.7656,33.3495C107.2818,32.871700000000004,104.19120000000001,32.1505,101.5486,31.1859C103.6243,29.9147,105.3982,28.3911,106.916,26.6692L106.916,24.541600000000003L95.3949,24.541600000000003C95.7332,24.0368,96.0715,23.5409,96.38239999999999,22.982L110.6559,22.982L110.6559,20.6019L99.6101,20.6019L99.6101,18.80791L107.8121,18.80791L107.8121,16.56311L99.6101,16.56311L99.6101,14.705960000000001L109.1106,14.705960000000001L109.1106,12.32594L99.6101,12.32594L99.6101,10.108183L96.9127,10.108183ZM94.2702,26.9757L103.2585,26.9757C101.9144,28.0846,100.3965,29.0763,98.7141,29.9688C96.995,29.1033,95.5137,28.1117,94.2702,26.9757ZM125.0299,14.705960000000001L125.0299,31.5465L113.79220000000001,31.5465L113.79220000000001,34.0888L138.9377,34.0888L138.9377,31.5465L127.7273,31.5465L127.7273,14.705960000000001L137.16379999999998,14.705960000000001L137.16379999999998,12.18169L115.6209,12.18169L115.6209,14.705960000000001L125.0299,14.705960000000001ZM144.4422,14.39945L144.4422,26.2816L153.1197,26.2816L153.1197,28.4723L141.882,28.4723L141.882,30.9605L153.1197,30.9605L153.1197,35.9189L155.76229999999998,35.9189L155.76229999999998,30.9605L167,30.9605L167,28.4723L155.76229999999998,28.4723L155.76229999999998,26.2816L164.44,26.2816L164.44,14.39945L159.328,14.39945C160.115,13.344660000000001,160.81900000000002,12.18169,161.441,10.910541L158.853,10C158.204,11.55062,157.445,13.011099999999999,156.5486,14.39945L150.8703,14.39945L152.56189999999998,13.57004C151.7207,12.29889,150.8155,11.16297,149.86450000000002,10.135229L147.64260000000002,11.190010000000001C148.5112,12.127600000000001,149.325,13.20943,150.1205,14.39945L144.4422,14.39945ZM161.861,23.9556L155.76229999999998,23.9556L155.76229999999998,21.4043L161.861,21.4043L161.861,23.9556ZM153.1197,23.9556L147.0299,23.9556L147.0299,21.4043L153.1197,21.4043L153.1197,23.9556ZM147.0299,19.19556L147.0299,16.69833L153.1197,16.69833L153.1197,19.19556L147.0299,19.19556ZM155.76229999999998,16.69833L161.861,16.69833L161.861,19.19556L155.76229999999998,19.19556L155.76229999999998,16.69833Z" fill="#1966FF" fill-opacity="1"/></g></g></svg>
|
@@ -10,7 +10,7 @@ declare const _default: {
|
|
10
10
|
getAllFormatExpressData: () => any;
|
11
11
|
setHistoryList: (data?: historyListType[]) => void;
|
12
12
|
getHistoryList: () => historyListType[];
|
13
|
-
setGrayEnv: (isGray:
|
13
|
+
setGrayEnv: (isGray: number) => void;
|
14
14
|
getGrayEnv: () => string | null;
|
15
15
|
setHost: (host: string) => void;
|
16
16
|
getHost: () => any;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* @Author: wangzhenggui jianjia.wzg@raycloud.com
|
3
3
|
* @Date: 2022-09-14 15:05:38
|
4
4
|
* @LastEditors: litian
|
5
|
-
* @LastEditTime: 2022-
|
5
|
+
* @LastEditTime: 2022-11-23 17:33:59
|
6
6
|
* @FilePath: /dy-work-order/src/common/cache/index.ts
|
7
7
|
* @Description:
|
8
8
|
*
|
@@ -54,7 +54,7 @@ var getHistoryList = function getHistoryList() {
|
|
54
54
|
|
55
55
|
|
56
56
|
var setGrayEnv = function setGrayEnv(isGray) {
|
57
|
-
localStorage.setItem('grayEnv', isGray);
|
57
|
+
localStorage.setItem('grayEnv', isGray + '');
|
58
58
|
};
|
59
59
|
|
60
60
|
var getGrayEnv = function getGrayEnv() {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -11,7 +11,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
11
11
|
* @Author: litian
|
12
12
|
* @Date: 2022-09-07 18:12:23
|
13
13
|
* @LastEditors: litian
|
14
|
-
* @LastEditTime: 2022-
|
14
|
+
* @LastEditTime: 2022-11-28 16:38:15
|
15
15
|
*/
|
16
16
|
|
17
17
|
/*处理省市区*/
|
@@ -128,7 +128,7 @@ var formatAddrData = {
|
|
128
128
|
}
|
129
129
|
},
|
130
130
|
getNameByCode: function getNameByCode(code) {
|
131
|
-
console.log('getNameByCode', code, ((this.addrData || {})[code] || [])[0]);
|
131
|
+
// console.log('getNameByCode', code, ((this.addrData || {})[code] || [])[0]);
|
132
132
|
return ((this.addrData || {})[code] || [])[0];
|
133
133
|
}
|
134
134
|
};
|
File without changes
|
@@ -61,7 +61,8 @@ var workTypeKeys = {
|
|
61
61
|
INPUT: 'input',
|
62
62
|
DATETIME: 'dateTime',
|
63
63
|
TEXTAREA: 'textarea',
|
64
|
-
SELECT: 'select'
|
64
|
+
SELECT: 'select',
|
65
|
+
SYSTEM_ORDER_NO: 'systemOrderNo'
|
65
66
|
};
|
66
67
|
export var findLabelBySelectValue = function findLabelBySelectValue(vales, options) {
|
67
68
|
if (isEmpty(vales)) return [];
|
@@ -607,6 +608,8 @@ var transDataSource = function transDataSource(templateColumns) {
|
|
607
608
|
enterprisePaymentStatus: item.jsonMap["".concat(nex.uniqueKey, "_enterprisePaymentStatus")],
|
608
609
|
enterprisePaymentTid: item.jsonMap["".concat(nex.uniqueKey, "_enterprisePaymentTid")]
|
609
610
|
}));
|
611
|
+
} else if (nex.workOrderComponentType === 'SYSTEM_ORDER_NO') {
|
612
|
+
return _objectSpread(_objectSpread({}, cur), {}, _defineProperty({}, "".concat(nex.uniqueKey), item.jsonMap["".concat(nex.uniqueKey, "_systemOrderNo")]));
|
610
613
|
}
|
611
614
|
|
612
615
|
return cur;
|