@kmkf-fe-packages/kmkf-work-order-service-component 2.0.58 → 2.0.60

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.
@@ -56,6 +56,11 @@ var processSelect = function processSelect(getValue) {
56
56
  return _defineProperty({}, nex.uniqueKey, getValue("".concat(nex.uniqueKey, "_select")) || select);
57
57
  };
58
58
  };
59
+ var gyPaymentMethod = function gyPaymentMethod(getValue) {
60
+ return function (nex, config) {
61
+ return _defineProperty({}, nex.uniqueKey, getValue("".concat(nex.uniqueKey, "_gyPaymentMethod")));
62
+ };
63
+ };
59
64
  var processRate = function processRate(getValue) {
60
65
  return function (nex, config) {
61
66
  return _defineProperty({}, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_rate")), []));
@@ -92,11 +97,11 @@ var processBuyerNickInput = function processBuyerNickInput(getValue) {
92
97
  };
93
98
  var processAliPayInput = function processAliPayInput(getValue) {
94
99
  return function (nex, config) {
95
- var _ref10;
96
- return _ref10 = {}, _defineProperty(_ref10, nex.uniqueKey, {
100
+ var _ref11;
101
+ return _ref11 = {}, _defineProperty(_ref11, nex.uniqueKey, {
97
102
  name: getValue("".concat(nex.uniqueKey, "_alipayName")),
98
103
  user: getValue("".concat(nex.uniqueKey, "_alipayAccount"))
99
- }), _defineProperty(_ref10, "".concat(nex.uniqueKey, "_alipayName"), getValue("".concat(nex.uniqueKey, "_alipayName"))), _defineProperty(_ref10, "".concat(nex.uniqueKey, "_alipayAccount"), getValue("".concat(nex.uniqueKey, "_alipayAccount"))), _ref10;
104
+ }), _defineProperty(_ref11, "".concat(nex.uniqueKey, "_alipayName"), getValue("".concat(nex.uniqueKey, "_alipayName"))), _defineProperty(_ref11, "".concat(nex.uniqueKey, "_alipayAccount"), getValue("".concat(nex.uniqueKey, "_alipayAccount"))), _ref11;
100
105
  };
101
106
  };
102
107
  var processCheckbox = function processCheckbox(getValue) {
@@ -199,20 +204,20 @@ var processSubForm = function processSubForm(getValue) {
199
204
  };
200
205
  var processExpressLogisticsSelect = function processExpressLogisticsSelect(getValue) {
201
206
  return function (nex, config) {
202
- var _ref20;
203
- return _ref20 = {}, _defineProperty(_ref20, nex.uniqueKey, {
207
+ var _ref21;
208
+ return _ref21 = {}, _defineProperty(_ref21, nex.uniqueKey, {
204
209
  company: getValue("".concat(nex.uniqueKey, "_expressLogisticsCompany")),
205
210
  order: getValue("".concat(nex.uniqueKey, "_expressLogisticsCode"))
206
- }), _defineProperty(_ref20, "".concat(nex.uniqueKey, "_expressLogisticsCompany"), getValue("".concat(nex.uniqueKey, "_expressLogisticsCompany"))), _defineProperty(_ref20, "".concat(nex.uniqueKey, "_expressLogisticsCode"), getValue("".concat(nex.uniqueKey, "_expressLogisticsCode"))), _ref20;
211
+ }), _defineProperty(_ref21, "".concat(nex.uniqueKey, "_expressLogisticsCompany"), getValue("".concat(nex.uniqueKey, "_expressLogisticsCompany"))), _defineProperty(_ref21, "".concat(nex.uniqueKey, "_expressLogisticsCode"), getValue("".concat(nex.uniqueKey, "_expressLogisticsCode"))), _ref21;
207
212
  };
208
213
  };
209
214
  var processReturnLogisticsSelect = function processReturnLogisticsSelect(getValue) {
210
215
  return function (nex, config) {
211
- var _ref21;
212
- return _ref21 = {}, _defineProperty(_ref21, nex.uniqueKey, {
216
+ var _ref22;
217
+ return _ref22 = {}, _defineProperty(_ref22, nex.uniqueKey, {
213
218
  company: getValue("".concat(nex.uniqueKey, "_returnLogisticsCompany")),
214
219
  order: getValue("".concat(nex.uniqueKey, "_returnLogisticsCode"))
215
- }), _defineProperty(_ref21, "".concat(nex.uniqueKey, "_returnLogisticsCompany"), getValue("".concat(nex.uniqueKey, "_returnLogisticsCompany"))), _defineProperty(_ref21, "".concat(nex.uniqueKey, "_returnLogisticsCode"), getValue("".concat(nex.uniqueKey, "_returnLogisticsCode"))), _ref21;
220
+ }), _defineProperty(_ref22, "".concat(nex.uniqueKey, "_returnLogisticsCompany"), getValue("".concat(nex.uniqueKey, "_returnLogisticsCompany"))), _defineProperty(_ref22, "".concat(nex.uniqueKey, "_returnLogisticsCode"), getValue("".concat(nex.uniqueKey, "_returnLogisticsCode"))), _ref22;
216
221
  };
217
222
  };
218
223
  var processRemarkInput = function processRemarkInput(getValue) {
@@ -227,25 +232,25 @@ var processRemarkInput = function processRemarkInput(getValue) {
227
232
  };
228
233
  var processStatus = function processStatus(getValue) {
229
234
  return function (nex, config) {
230
- var _ref23;
235
+ var _ref24;
231
236
  var customerService = getValue("".concat(nex.uniqueKey, "_customerService"));
232
- return _ref23 = {}, _defineProperty(_ref23, nex.uniqueKey, {
237
+ return _ref24 = {}, _defineProperty(_ref24, nex.uniqueKey, {
233
238
  status: getValue("".concat(nex.uniqueKey, "_status")) || (config === null || config === void 0 ? void 0 : config.status),
234
239
  customerService: jsonParseSecurity(customerService, customerService)
235
- }), _defineProperty(_ref23, "".concat(nex.uniqueKey, "_processTime"), getValue('processTime')), _defineProperty(_ref23, "".concat(nex.uniqueKey, "_lastProcessingTime"), getValue('lastProcessingTime')), _ref23;
240
+ }), _defineProperty(_ref24, "".concat(nex.uniqueKey, "_processTime"), getValue('processTime')), _defineProperty(_ref24, "".concat(nex.uniqueKey, "_lastProcessingTime"), getValue('lastProcessingTime')), _ref24;
236
241
  };
237
242
  };
238
243
  var processOrdinaryInvoice = function processOrdinaryInvoice(getValue) {
239
244
  return function (nex, config) {
240
- var _ref24;
245
+ var _ref25;
241
246
  var ordinaryMoney = getValue("".concat(nex.uniqueKey, "_ordinaryMoney"));
242
247
  var ordinarySerial = getValue("".concat(nex.uniqueKey, "_ordinarySerial"));
243
248
  var ordinaryTaitou = getValue("".concat(nex.uniqueKey, "_ordinaryTaitou"));
244
- return _ref24 = {}, _defineProperty(_ref24, nex.uniqueKey, {
249
+ return _ref25 = {}, _defineProperty(_ref25, nex.uniqueKey, {
245
250
  ordinaryMoney: ordinaryMoney,
246
251
  ordinarySerial: ordinarySerial,
247
252
  ordinaryTaitou: ordinaryTaitou
248
- }), _defineProperty(_ref24, "".concat(nex.uniqueKey, "_ordinaryMoney"), ordinaryMoney ? Number(ordinaryMoney).toFixed(2) : null), _defineProperty(_ref24, "".concat(nex.uniqueKey, "_ordinarySerial"), ordinarySerial), _defineProperty(_ref24, "".concat(nex.uniqueKey, "_ordinaryTaitou"), ordinaryTaitou), _ref24;
253
+ }), _defineProperty(_ref25, "".concat(nex.uniqueKey, "_ordinaryMoney"), ordinaryMoney ? Number(ordinaryMoney).toFixed(2) : null), _defineProperty(_ref25, "".concat(nex.uniqueKey, "_ordinarySerial"), ordinarySerial), _defineProperty(_ref25, "".concat(nex.uniqueKey, "_ordinaryTaitou"), ordinaryTaitou), _ref25;
249
254
  };
250
255
  };
251
256
  var processLogisticsInterception = function processLogisticsInterception(getValue) {
@@ -302,12 +307,12 @@ var processItemSelectThird = function processItemSelectThird(getValue) {
302
307
  };
303
308
  var processEnterPrisePayment = function processEnterPrisePayment(getValue) {
304
309
  return function (nex, config) {
305
- var _ref31;
310
+ var _ref32;
306
311
  var subFields = ['enterprisePaymentAlipayNick', 'enterprisePaymentAlipayNo', 'enterprisePaymentBuyerNick', 'enterprisePaymentBuyerOpenUid', 'enterprisePaymentRefundFee', 'enterprisePaymentStatus', 'enterprisePaymentTid'];
307
312
  var map = subFields.reduce(function (cur, nxt) {
308
313
  return _objectSpread(_objectSpread({}, cur), {}, _defineProperty({}, nxt, getValue("".concat(nex.uniqueKey, "_").concat(nxt))));
309
314
  }, {});
310
- return _ref31 = {}, _defineProperty(_ref31, nex.uniqueKey, map), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentAlipayNick"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentAlipayNick"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentAlipayNo"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentAlipayNo"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentBuyerNick"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentBuyerNick"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentRefundFee"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentRefundFee"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentStatus"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentStatus"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentTime"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentTime"))), _defineProperty(_ref31, "".concat(nex.uniqueKey, "_enterprisePaymentTid"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentTid"))), _ref31;
315
+ return _ref32 = {}, _defineProperty(_ref32, nex.uniqueKey, map), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentAlipayNick"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentAlipayNick"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentAlipayNo"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentAlipayNo"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentBuyerNick"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentBuyerNick"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentRefundFee"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentRefundFee"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentStatus"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentStatus"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentTime"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentTime"))), _defineProperty(_ref32, "".concat(nex.uniqueKey, "_enterprisePaymentTid"), getValue("".concat(nex.uniqueKey, "_enterprisePaymentTid"))), _ref32;
311
316
  };
312
317
  };
313
318
  var processJstLogistics = function processJstLogistics(getValue) {
@@ -930,14 +935,14 @@ var processJstReturnGoods = function processJstReturnGoods(templateColumns) {
930
935
  };
931
936
  var processLabel = function processLabel(getValue) {
932
937
  return function (nex, config) {
933
- var _ref64;
934
- return _ref64 = {}, _defineProperty(_ref64, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _defineProperty(_ref64, "".concat(nex.uniqueKey, "_label"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _ref64;
938
+ var _ref65;
939
+ return _ref65 = {}, _defineProperty(_ref65, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _defineProperty(_ref65, "".concat(nex.uniqueKey, "_label"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_label")), [])), _ref65;
935
940
  };
936
941
  };
937
942
  var processMemberLevel = function processMemberLevel(getValue) {
938
943
  return function (nex, config) {
939
- var _ref65;
940
- return _ref65 = {}, _defineProperty(_ref65, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _defineProperty(_ref65, "".concat(nex.uniqueKey, "_memberLevel"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _ref65;
944
+ var _ref66;
945
+ return _ref66 = {}, _defineProperty(_ref66, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _defineProperty(_ref66, "".concat(nex.uniqueKey, "_memberLevel"), jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_memberLevel")), [])), _ref66;
941
946
  };
942
947
  };
943
948
  var processAfterSalesOrderId = function processAfterSalesOrderId(getValue) {
@@ -981,6 +986,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
981
986
  NUMERICAL_CALCULATION: processNumericalCalculation,
982
987
  TEXTAREA: processTextarea,
983
988
  SELECT: processSelect,
989
+ GY_PAYMENT_METHOD: gyPaymentMethod,
984
990
  RATE: processRate,
985
991
  FILE: processFile,
986
992
  POSTING: processPosting,
@@ -103,6 +103,9 @@ var getActiveUser = function getActiveUser() {
103
103
  code: -1,
104
104
  msg: '请检查当前环境是否属于小智面板'
105
105
  });
106
+ setTimeout(function () {
107
+ reject(new Error('window.invokerSDK执行超时,未调用回调函数'));
108
+ }, 30000);
106
109
  window.invokerSDK(jsonToBase64({
107
110
  cmd: 'getActiveUser',
108
111
  param: {}
@@ -127,6 +130,9 @@ var getTradeInfoByBuyerId = function getTradeInfoByBuyerId(buyerId) {
127
130
  msg: '请检查当前环境是否属于小智面板'
128
131
  });
129
132
  var reqId = "".concat(Date.now(), "_").concat(buyerId);
133
+ setTimeout(function () {
134
+ reject(new Error('window.invokerSDK执行超时,未调用回调函数'));
135
+ }, 30000);
130
136
  window.invokerSDK(jsonToBase64({
131
137
  cmd: 'getTradeInfo',
132
138
  param: {
@@ -6,7 +6,6 @@ export declare const selectFlowList: ((state: {
6
6
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
7
7
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
8
8
  logicFlow: import("./types").LogicFlowState;
9
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
10
9
  }) => import("./types").LogicFlow[]) & import("reselect").OutputSelectorFields<(args_0: import("./types").LogicFlowState) => import("./types").LogicFlow[], {
11
10
  clearCache: () => void;
12
11
  }> & {
@@ -20,7 +19,6 @@ export declare const selectGroupFlowList: ((state: {
20
19
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
21
20
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
22
21
  logicFlow: import("./types").LogicFlowState;
23
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
24
22
  }) => import("./types").Option[]) & import("reselect").OutputSelectorFields<(args_0: import("./types").LogicFlowState) => import("./types").Option[], {
25
23
  clearCache: () => void;
26
24
  }> & {
@@ -34,7 +32,6 @@ export declare const selectFlowTemplateGroupWorkOrderTemplateList: ((state: {
34
32
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
35
33
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
36
34
  logicFlow: import("./types").LogicFlowState;
37
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
38
35
  }) => import("./types").Option[]) & import("reselect").OutputSelectorFields<(args_0: import("./types").LogicFlowState) => import("./types").Option[], {
39
36
  clearCache: () => void;
40
37
  }> & {
@@ -6,7 +6,6 @@ export declare const selectPaymentWorkOrderExamineModalVisible: ((state: {
6
6
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
7
7
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
8
8
  logicFlow: import("../logicFlow/types").LogicFlowState;
9
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
10
9
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
11
10
  clearCache: () => void;
12
11
  }> & {
@@ -20,7 +19,6 @@ export declare const selectCurrentPaymentRecord: ((state: {
20
19
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
21
20
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
22
21
  logicFlow: import("../logicFlow/types").LogicFlowState;
23
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
24
22
  }) => any) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => any, {
25
23
  clearCache: () => void;
26
24
  }> & {
@@ -34,7 +32,6 @@ export declare const selectPaymentWorkOrderUnExamineModalVisible: ((state: {
34
32
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
35
33
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
36
34
  logicFlow: import("../logicFlow/types").LogicFlowState;
37
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
38
35
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
39
36
  clearCache: () => void;
40
37
  }> & {
@@ -48,7 +45,6 @@ export declare const selectDeletePaymentWorkOrderVisible: ((state: {
48
45
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
49
46
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
50
47
  logicFlow: import("../logicFlow/types").LogicFlowState;
51
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
52
48
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
53
49
  clearCache: () => void;
54
50
  }> & {
@@ -62,7 +58,6 @@ export declare const selectFlagPayModalVisible: ((state: {
62
58
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
63
59
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
64
60
  logicFlow: import("../logicFlow/types").LogicFlowState;
65
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
66
61
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
67
62
  clearCache: () => void;
68
63
  }> & {
@@ -76,7 +71,6 @@ export declare const selectLogModalVisible: ((state: {
76
71
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
77
72
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
78
73
  logicFlow: import("../logicFlow/types").LogicFlowState;
79
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
80
74
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
81
75
  clearCache: () => void;
82
76
  }> & {
@@ -90,7 +84,6 @@ export declare const selectPaymentFormModalVisible: ((state: {
90
84
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
91
85
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
92
86
  logicFlow: import("../logicFlow/types").LogicFlowState;
93
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
94
87
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
95
88
  clearCache: () => void;
96
89
  }> & {
@@ -104,7 +97,6 @@ export declare const selectRepeatVisible: ((state: {
104
97
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
105
98
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
106
99
  logicFlow: import("../logicFlow/types").LogicFlowState;
107
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
108
100
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => boolean, {
109
101
  clearCache: () => void;
110
102
  }> & {
@@ -118,7 +110,6 @@ export declare const selectRepeatWorkOrderList: ((state: {
118
110
  paymentWorkOrder: import("./types").PaymentWorkOrderState;
119
111
  singleWorkOrder: import("../singleShopWorkOrder/types").SingleWorkOrderState;
120
112
  logicFlow: import("../logicFlow/types").LogicFlowState;
121
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
122
113
  }) => string[]) & import("reselect").OutputSelectorFields<(args_0: import("./types").PaymentWorkOrderState) => string[], {
123
114
  clearCache: () => void;
124
115
  }> & {
@@ -6,7 +6,6 @@ export declare const selectorSingleTemplateList: ((state: {
6
6
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
7
7
  singleWorkOrder: import("./types").SingleWorkOrderState;
8
8
  logicFlow: import("../logicFlow/types").LogicFlowState;
9
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
10
9
  }) => import("./types").SelectI[]) & import("reselect").OutputSelectorFields<(args_0: import("./types").SingleWorkOrderState) => import("./types").SelectI[], {
11
10
  clearCache: () => void;
12
11
  }> & {
@@ -20,7 +19,6 @@ export declare const selectDeleteCustomizeWorkOrderModalVisible: ((state: {
20
19
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
21
20
  singleWorkOrder: import("./types").SingleWorkOrderState;
22
21
  logicFlow: import("../logicFlow/types").LogicFlowState;
23
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
24
22
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").SingleWorkOrderState) => boolean, {
25
23
  clearCache: () => void;
26
24
  }> & {
@@ -34,7 +32,6 @@ export declare const selectorCurrentCustomizeRecord: ((state: {
34
32
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
35
33
  singleWorkOrder: import("./types").SingleWorkOrderState;
36
34
  logicFlow: import("../logicFlow/types").LogicFlowState;
37
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
38
35
  }) => any) & import("reselect").OutputSelectorFields<(args_0: import("./types").SingleWorkOrderState) => any, {
39
36
  clearCache: () => void;
40
37
  }> & {
@@ -48,7 +45,6 @@ export declare const selectorTemplateId: ((state: {
48
45
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
49
46
  singleWorkOrder: import("./types").SingleWorkOrderState;
50
47
  logicFlow: import("../logicFlow/types").LogicFlowState;
51
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
52
48
  }) => string) & import("reselect").OutputSelectorFields<(args_0: import("./types").SingleWorkOrderState) => string, {
53
49
  clearCache: () => void;
54
50
  }> & {
@@ -62,7 +58,6 @@ export declare const selectorFormModalVisible: ((state: {
62
58
  paymentWorkOrder: import("../paymentWorkOrder/types").PaymentWorkOrderState;
63
59
  singleWorkOrder: import("./types").SingleWorkOrderState;
64
60
  logicFlow: import("../logicFlow/types").LogicFlowState;
65
- flowWOrkOrderDetail: import("../flowTemplateDetail/types").FlowTemplateDetailState;
66
61
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("./types").SingleWorkOrderState) => boolean, {
67
62
  clearCache: () => void;
68
63
  }> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.0.58",
3
+ "version": "2.0.60",
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.0.58",
36
- "@kmkf-fe-packages/kmkf-utils": "2.0.58",
37
- "@kmkf-fe-packages/services-components": "2.0.58",
35
+ "@kmkf-fe-packages/basic-components": "2.0.60",
36
+ "@kmkf-fe-packages/kmkf-utils": "2.0.60",
37
+ "@kmkf-fe-packages/services-components": "2.0.60",
38
38
  "@reduxjs/toolkit": "^1.8.5",
39
39
  "ahooks": "^3.7.4",
40
40
  "copy-to-clipboard": "^3.3.3",
@@ -73,7 +73,7 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "5a517395de7da7ba6f8549f5cbd199ba4a7c05fa",
76
+ "gitHead": "7b664f2fdd551fd6091a621203b4902b6f28291b",
77
77
  "gitHooks": {
78
78
  "pre-commit": "lint-staged"
79
79
  }