@kmkf-fe-packages/kmkf-work-order-service-component 2.2.13-beta.52 → 2.2.13-beta.54
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.
|
@@ -117,7 +117,8 @@ export var DEFAULT_STRING_COMPONENT_TYPE_FIELD_MAPPING = {
|
|
|
117
117
|
ERP_ORDER_STATUS: 'erpOrderStatus',
|
|
118
118
|
SKX_CREATE_TIME: 'dateTime',
|
|
119
119
|
SKX_OUTBOUND_NOTICE_NO: 'skxOutboundNoticeNo',
|
|
120
|
-
SKX_RETURN_BILL_NO: 'skxReturnBillNo'
|
|
120
|
+
SKX_RETURN_BILL_NO: 'skxReturnBillNo',
|
|
121
|
+
JST_OUTBOUND_STATUS: 'jstOutboundStatus'
|
|
121
122
|
};
|
|
122
123
|
export var DEFAULT_ARRAY_COMPONENT_TYPE_FIELD_MAPPING = {
|
|
123
124
|
RATE: 'rate',
|
|
@@ -64,7 +64,8 @@ var workTypeKeys = {
|
|
|
64
64
|
BUSINESS_ORDER_NO: 'businessOrderNo',
|
|
65
65
|
PAYMENT_VOUCHER_CODE: 'paymentVoucherCode',
|
|
66
66
|
EXECUTE_ACTION_TYPE: 'executeActionType',
|
|
67
|
-
ERP_ORDER_STATUS: 'erpOrderStatus'
|
|
67
|
+
ERP_ORDER_STATUS: 'erpOrderStatus',
|
|
68
|
+
JST_OUTBOUND_STATUS: 'jstOutboundStatus'
|
|
68
69
|
};
|
|
69
70
|
|
|
70
71
|
// 根据组件类型获取组件的UniqueKey
|
|
@@ -883,6 +883,11 @@ var processErpOrderStatus = function processErpOrderStatus(getValue) {
|
|
|
883
883
|
return _defineProperty({}, nex.uniqueKey, getValue("".concat(nex.uniqueKey, "_erpOrderStatus")) || (config === null || config === void 0 ? void 0 : config.select));
|
|
884
884
|
};
|
|
885
885
|
};
|
|
886
|
+
var processJstOutboundStatus = function processJstOutboundStatus(getValue) {
|
|
887
|
+
return function (nex, config) {
|
|
888
|
+
return _defineProperty({}, nex.uniqueKey, getValue("".concat(nex.uniqueKey, "_jstOutboundStatus")) || (config === null || config === void 0 ? void 0 : config.select));
|
|
889
|
+
};
|
|
890
|
+
};
|
|
886
891
|
var processRefundType = function processRefundType(getValue) {
|
|
887
892
|
return function (nex, config) {
|
|
888
893
|
return _defineProperty({}, nex.uniqueKey, getValue("".concat(nex.uniqueKey, "_orderRefundType")) || (config === null || config === void 0 ? void 0 : config.select));
|
|
@@ -1120,14 +1125,14 @@ var processJstReturnGoods = function processJstReturnGoods(templateColumns) {
|
|
|
1120
1125
|
};
|
|
1121
1126
|
var processLabel = function processLabel(getValue) {
|
|
1122
1127
|
return function (nex, config) {
|
|
1123
|
-
var
|
|
1124
|
-
return
|
|
1128
|
+
var _ref78;
|
|
1129
|
+
return _ref78 = {}, _defineProperty(_ref78, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _defineProperty(_ref78, "".concat(nex.uniqueKey, "_label"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _ref78;
|
|
1125
1130
|
};
|
|
1126
1131
|
};
|
|
1127
1132
|
var processMemberLevel = function processMemberLevel(getValue) {
|
|
1128
1133
|
return function (nex, config) {
|
|
1129
|
-
var
|
|
1130
|
-
return
|
|
1134
|
+
var _ref79;
|
|
1135
|
+
return _ref79 = {}, _defineProperty(_ref79, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _defineProperty(_ref79, "".concat(nex.uniqueKey, "_memberLevel"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _ref79;
|
|
1131
1136
|
};
|
|
1132
1137
|
};
|
|
1133
1138
|
var processAfterSalesOrderId = function processAfterSalesOrderId(getValue) {
|
|
@@ -1273,6 +1278,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
|
|
|
1273
1278
|
BUYER_MESSAGE_NOTICE: processBuyerMessageNotice,
|
|
1274
1279
|
ORDER_TYPE: processOrderType,
|
|
1275
1280
|
ERP_ORDER_STATUS: processErpOrderStatus,
|
|
1281
|
+
JST_OUTBOUND_STATUS: processJstOutboundStatus,
|
|
1276
1282
|
REFUND_TYPE: processRefundType,
|
|
1277
1283
|
RETURN_GOODS_TRADE_ID: processErpTradeId,
|
|
1278
1284
|
BS_DELIVERY_NO: processErpTradeId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.54",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "2.2.13-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.13-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.54",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.54",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.13-beta.54",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "e37202a60e71c34d255a190cc67417e9baa19327",
|
|
78
78
|
"gitHooks": {
|
|
79
79
|
"pre-commit": "lint-staged"
|
|
80
80
|
}
|