@kmkf-fe-packages/kmkf-work-order-service-component 2.2.13-rc.0 → 2.2.13

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.
@@ -48,12 +48,12 @@ export var initState = {
48
48
  rejectLoading: false,
49
49
  withdrawLoading: false,
50
50
  follow: false,
51
+ autoSubmitFlag: false,
52
+ // 批量提交可操作标识
51
53
  privilege: '',
52
54
  showShareButton: false,
53
55
  //是否展示分享按钮
54
- hasH5SharePermission: false,
55
- //是否有h5分享权限
56
- autoSubmitFlag: false // 批量提交可操作标识
56
+ hasH5SharePermission: false //是否有h5分享权限
57
57
  };
58
58
 
59
59
  export var fetchPanelInfo = function fetchPanelInfo(params, options) {
@@ -73,7 +73,7 @@ export var fetchPanelInfo = function fetchPanelInfo(params, options) {
73
73
  case 4:
74
74
  res = _context.sent;
75
75
  if (!res.success) {
76
- _context.next = 19;
76
+ _context.next = 17;
77
77
  break;
78
78
  }
79
79
  recordList = res === null || res === void 0 ? void 0 : (_res$data = res.data) === null || _res$data === void 0 ? void 0 : (_res$data$flowRecordL = _res$data.flowRecordList) === null || _res$data$flowRecordL === void 0 ? void 0 : (_res$data$flowRecordL2 = _res$data$flowRecordL.filter(function (t) {
@@ -178,44 +178,24 @@ export var fetchPanelInfo = function fetchPanelInfo(params, options) {
178
178
  });
179
179
  }
180
180
  case 17:
181
- _context.next = 20;
181
+ _context.next = 22;
182
182
  break;
183
183
  case 19:
184
- dispatch({
185
- type: 'setCurrentNode',
186
- payload: {
187
- currentNodeDetail: {
188
- workOrder: {}
189
- }
190
- }
191
- });
192
- case 20:
193
- _context.next = 26;
194
- break;
195
- case 22:
196
- _context.prev = 22;
184
+ _context.prev = 19;
197
185
  _context.t0 = _context["catch"](0);
198
186
  console.error(_context.t0);
199
- dispatch({
200
- type: 'setCurrentNode',
201
- payload: {
202
- currentNodeDetail: {
203
- workOrder: {}
204
- }
205
- }
206
- });
207
- case 26:
208
- _context.prev = 26;
187
+ case 22:
188
+ _context.prev = 22;
209
189
  dispatch({
210
190
  type: 'setLoading',
211
191
  payload: false
212
192
  });
213
- return _context.finish(26);
214
- case 29:
193
+ return _context.finish(22);
194
+ case 25:
215
195
  case "end":
216
196
  return _context.stop();
217
197
  }
218
- }, _callee, null, [[0, 22, 26, 29]]);
198
+ }, _callee, null, [[0, 19, 22, 25]]);
219
199
  }));
220
200
  return function (_x) {
221
201
  return _ref.apply(this, arguments);
@@ -558,21 +538,21 @@ export var setFollow = function setFollow(state, _ref31) {
558
538
  var payload = _ref31.payload;
559
539
  state.follow = payload;
560
540
  };
561
- export var setPrivilege = function setPrivilege(state, _ref32) {
541
+ export var setaAutoSubmitFlag = function setaAutoSubmitFlag(state, _ref32) {
562
542
  var payload = _ref32.payload;
563
- state.privilege = payload;
543
+ state.autoSubmitFlag = payload;
564
544
  };
565
- export var setShowShareButton = function setShowShareButton(state, _ref33) {
545
+ export var setPrivilege = function setPrivilege(state, _ref33) {
566
546
  var payload = _ref33.payload;
567
- state.showShareButton = payload;
547
+ state.privilege = payload;
568
548
  };
569
- export var setH5SharePermission = function setH5SharePermission(state, _ref34) {
549
+ export var setShowShareButton = function setShowShareButton(state, _ref34) {
570
550
  var payload = _ref34.payload;
571
- state.hasH5SharePermission = payload;
551
+ state.showShareButton = payload;
572
552
  };
573
- export var setaAutoSubmitFlag = function setaAutoSubmitFlag(state, _ref35) {
553
+ export var setH5SharePermission = function setH5SharePermission(state, _ref35) {
574
554
  var payload = _ref35.payload;
575
- state.autoSubmitFlag = payload;
555
+ state.hasH5SharePermission = payload;
576
556
  };
577
557
  var reducerMap = {
578
558
  setNodeAssistantInfo: setNodeAssistantInfo,
@@ -601,10 +581,10 @@ var reducerMap = {
601
581
  setRejectLoading: setRejectLoading,
602
582
  setWithDrawLoading: setWithDrawLoading,
603
583
  setFollow: setFollow,
584
+ setaAutoSubmitFlag: setaAutoSubmitFlag,
604
585
  setPrivilege: setPrivilege,
605
586
  setShowShareButton: setShowShareButton,
606
- setH5SharePermission: setH5SharePermission,
607
- setaAutoSubmitFlag: setaAutoSubmitFlag
587
+ setH5SharePermission: setH5SharePermission
608
588
  };
609
589
  var reducers = function reducers() {
610
590
  var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initState;
@@ -4,7 +4,6 @@ export declare const COMMON_HOST = "https://kefu.kuaimai.com";
4
4
  export declare const HD_HOST = "https://kefuab.kuaimai.com";
5
5
  interface LoginProps {
6
6
  loginCallBack?: (val: any) => void;
7
- clickImgCallBack?: () => void;
8
7
  platform?: PlatForm;
9
8
  }
10
9
  declare const ProviderLogin: (props: LoginProps) => React.JSX.Element;
@@ -24,7 +24,6 @@ export var COMMON_HOST = 'https://kefu.kuaimai.com';
24
24
  export var HD_HOST = 'https://kefuab.kuaimai.com';
25
25
  var Login = function Login(props) {
26
26
  var loginCallBack = props.loginCallBack,
27
- clickImgCallBack = props.clickImgCallBack,
28
27
  platform = props.platform;
29
28
  var _useState = useState(''),
30
29
  _useState2 = _slicedToArray(_useState, 2),
@@ -264,8 +263,7 @@ var Login = function Login(props) {
264
263
  className: styles.logo
265
264
  }, /*#__PURE__*/React.createElement("img", {
266
265
  src: logo,
267
- alt: "logo",
268
- onClick: clickImgCallBack
266
+ alt: "logo"
269
267
  })), /*#__PURE__*/React.createElement(Form, {
270
268
  className: styles.container
271
269
  }, /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Input, {
@@ -78,11 +78,6 @@ export var systemOrderMap = {
78
78
  no: 'jstSystemOrderNo',
79
79
  ids: 'jstSystemSelectIds',
80
80
  order: 'jstSystemShowOrder'
81
- },
82
- JY_SYSTEM_ORDER: {
83
- no: 'jySystemOrderNo',
84
- ids: 'jySystemSelectIds',
85
- order: 'jySystemShowOrder'
86
81
  }
87
82
  };
88
83
  export var DEFAULT_STRING_COMPONENT_TYPE_FIELD_MAPPING = {
@@ -114,9 +109,9 @@ export var DEFAULT_STRING_COMPONENT_TYPE_FIELD_MAPPING = {
114
109
  ORDER_TYPE: 'erpOrderType',
115
110
  REFUND_TYPE: 'orderRefundType',
116
111
  EXECUTE_ACTION_TYPE: 'executeActionType',
117
- ERP_ORDER_STATUS: 'erpOrderStatus',
118
112
  SKX_CREATE_TIME: 'dateTime',
119
113
  SKX_OUTBOUND_NOTICE_NO: 'skxOutboundNoticeNo',
114
+ ERP_ORDER_STATUS: 'erpOrderStatus',
120
115
  SKX_RETURN_BILL_NO: 'skxReturnBillNo'
121
116
  };
122
117
  export var DEFAULT_ARRAY_COMPONENT_TYPE_FIELD_MAPPING = {
@@ -232,11 +227,6 @@ export var SUBMIT_COMPONENT_ERP_LOGISTICS_MAP = {
232
227
  company: 'gyLogisticsCompany',
233
228
  code: 'gyLogisticsCode'
234
229
  },
235
- JY_LOGISTICS: {
236
- list: 'jyLogisticsList',
237
- company: 'jyLogisticsCompany',
238
- code: 'jyLogisticsCode'
239
- },
240
230
  SKX_LOGISTICS: {
241
231
  list: 'skxLogisticsList',
242
232
  company: 'skxLogisticsCompany',
@@ -289,10 +279,6 @@ export var SUBMIT_COMPONENT_GOODS_MAP = {
289
279
  KM_GOODS: {
290
280
  type: 'kmGoods',
291
281
  shopCode: 'shopCode'
292
- },
293
- JY_GOODS: {
294
- type: 'jyGoods',
295
- shopCode: 'shopCode'
296
282
  }
297
283
  };
298
284
  export var SUBMIT_COMPONENT_REISSUE_MAP = {
@@ -395,12 +381,6 @@ export var SUBMIT_COMPONENT_SYSTEM_ORDER_MAP = {
395
381
  ids: 'jstSystemSelectIds',
396
382
  order: 'jstSystemShowOrder',
397
383
  select: 'oId'
398
- },
399
- JY_SYSTEM_ORDER: {
400
- no: 'jySystemOrderNo',
401
- ids: 'jySystemSelectIds',
402
- order: 'jySystemShowOrder',
403
- select: 'tradeNo'
404
384
  }
405
385
  };
406
386
  export var platformMap = {
@@ -423,36 +423,18 @@ var handleGySendGood = function handleGySendGood(_ref32) {
423
423
  }));
424
424
  };
425
425
  };
426
- var handleJySendGood = function handleJySendGood(_ref33) {
426
+ var handleLogisticsTrajectory = function handleLogisticsTrajectory(_ref33) {
427
427
  var addContent = _ref33.addContent,
428
428
  getNowData = _ref33.getNowData;
429
- return function (item) {
430
- var sendList = getNowData(item.uniqueKey, []);
431
- addContent('jySendGood', sendList);
432
- addContent('jySendId', sendList.filter(function (t) {
433
- return t.sendId;
434
- }).map(function (item) {
435
- return item.sendId + '';
436
- }));
437
- addContent('jySendName', sendList.filter(function (t) {
438
- return t.sendName;
439
- }).map(function (item) {
440
- return item.sendName + '';
441
- }));
442
- };
443
- };
444
- var handleLogisticsTrajectory = function handleLogisticsTrajectory(_ref34) {
445
- var addContent = _ref34.addContent,
446
- getNowData = _ref34.getNowData;
447
429
  return function (item) {
448
430
  ['trajectoryCompany', 'trajectoryCode', 'trajectorySnapshot', 'trajectoryApiStatus', 'trajectoryPhone'].map(function (key) {
449
431
  addContent(key, getNowData("".concat(item.uniqueKey, ".").concat(key), ''));
450
432
  });
451
433
  };
452
434
  };
453
- var handleLogisticsTrajectoryMore = function handleLogisticsTrajectoryMore(_ref35) {
454
- var addContent = _ref35.addContent,
455
- getNowData = _ref35.getNowData;
435
+ var handleLogisticsTrajectoryMore = function handleLogisticsTrajectoryMore(_ref34) {
436
+ var addContent = _ref34.addContent,
437
+ getNowData = _ref34.getNowData;
456
438
  return function (item) {
457
439
  var trajectoryList = getNowData(item.uniqueKey, []);
458
440
  addContent('trajectoryList', trajectoryList);
@@ -467,34 +449,26 @@ var handleLogisticsTrajectoryMore = function handleLogisticsTrajectoryMore(_ref3
467
449
  }));
468
450
  };
469
451
  };
470
- var handleErpGoods = function handleErpGoods(_ref36) {
471
- var addContent = _ref36.addContent,
472
- getNowData = _ref36.getNowData;
452
+ var handleErpGoods = function handleErpGoods(_ref35) {
453
+ var addContent = _ref35.addContent,
454
+ getNowData = _ref35.getNowData;
473
455
  return function (item) {
474
456
  var goods = getNowData(item.uniqueKey, {});
475
457
  addContent(SUBMIT_COMPONENT_GOODS_MAP[item.workOrderComponentType].type, goods === null || goods === void 0 ? void 0 : goods[SUBMIT_COMPONENT_GOODS_MAP[item.workOrderComponentType].type]);
476
458
  addContent(SUBMIT_COMPONENT_GOODS_MAP[item.workOrderComponentType].shopCode, (goods === null || goods === void 0 ? void 0 : goods[SUBMIT_COMPONENT_GOODS_MAP[item.workOrderComponentType].shopCode]) || '');
477
459
  };
478
460
  };
479
- var handleSkxGoods = function handleSkxGoods(_ref37) {
480
- var addContent = _ref37.addContent,
481
- getNowData = _ref37.getNowData;
461
+ var handleSkxGoods = function handleSkxGoods(_ref36) {
462
+ var addContent = _ref36.addContent,
463
+ getNowData = _ref36.getNowData;
482
464
  return function (item) {
483
465
  var goods = getNowData(item.uniqueKey, {});
484
466
  addContent('skxGoods', goods === null || goods === void 0 ? void 0 : goods.skxGoods);
485
467
  };
486
468
  };
487
- var handleSkxReturnGoods = function handleSkxReturnGoods(_ref38) {
488
- var addContent = _ref38.addContent,
489
- getNowData = _ref38.getNowData;
490
- return function (item) {
491
- var goods = getNowData(item.uniqueKey, {});
492
- addContent('skxReturnGoods', goods === null || goods === void 0 ? void 0 : goods.skxReturnGoods);
493
- };
494
- };
495
- var handleOrderSubForm = function handleOrderSubForm(_ref39) {
496
- var addContent = _ref39.addContent,
497
- getNowData = _ref39.getNowData;
469
+ var handleOrderSubForm = function handleOrderSubForm(_ref37) {
470
+ var addContent = _ref37.addContent,
471
+ getNowData = _ref37.getNowData;
498
472
  return function (item) {
499
473
  var _orderSubForm$subOrde;
500
474
  var orderSubForm = getNowData(item.uniqueKey, {});
@@ -515,9 +489,17 @@ var handleOrderSubForm = function handleOrderSubForm(_ref39) {
515
489
  addContent('subOrderList', subOrderList);
516
490
  };
517
491
  };
518
- var handleBsExchangeGoods = function handleBsExchangeGoods(_ref40) {
519
- var addContent = _ref40.addContent,
520
- getNowData = _ref40.getNowData;
492
+ var handleSkxReturnGoods = function handleSkxReturnGoods(_ref38) {
493
+ var addContent = _ref38.addContent,
494
+ getNowData = _ref38.getNowData;
495
+ return function (item) {
496
+ var goods = getNowData(item.uniqueKey, {});
497
+ addContent('skxReturnGoods', goods === null || goods === void 0 ? void 0 : goods.skxReturnGoods);
498
+ };
499
+ };
500
+ var handleBsExchangeGoods = function handleBsExchangeGoods(_ref39) {
501
+ var addContent = _ref39.addContent,
502
+ getNowData = _ref39.getNowData;
521
503
  return function (item) {
522
504
  var _bsExchange$bsExchang;
523
505
  var bsExchange = getNowData(item.uniqueKey, {});
@@ -542,27 +524,27 @@ var handleBsExchangeGoods = function handleBsExchangeGoods(_ref40) {
542
524
  }
543
525
  };
544
526
  };
545
- var handleWdtExchangeGoods = function handleWdtExchangeGoods(_ref41) {
546
- var addContent = _ref41.addContent,
547
- getNowData = _ref41.getNowData;
527
+ var handleWdtExchangeGoods = function handleWdtExchangeGoods(_ref40) {
528
+ var addContent = _ref40.addContent,
529
+ getNowData = _ref40.getNowData;
548
530
  return function (item) {
549
531
  var wdtExchange = getNowData(item.uniqueKey, {});
550
532
  addContent('wdtExchangeGoods', wdtExchange === null || wdtExchange === void 0 ? void 0 : wdtExchange.wdtExchangeGoods);
551
533
  addContent('shopCode', (wdtExchange === null || wdtExchange === void 0 ? void 0 : wdtExchange.shopCode) || '');
552
534
  };
553
535
  };
554
- var handleJstExchangeGoods = function handleJstExchangeGoods(_ref42) {
555
- var addContent = _ref42.addContent,
556
- getNowData = _ref42.getNowData;
536
+ var handleJstExchangeGoods = function handleJstExchangeGoods(_ref41) {
537
+ var addContent = _ref41.addContent,
538
+ getNowData = _ref41.getNowData;
557
539
  return function (item) {
558
540
  var jstExchange = getNowData(item.uniqueKey, {});
559
541
  addContent('jstExchangeGoods', jstExchange === null || jstExchange === void 0 ? void 0 : jstExchange.jstExchangeGoods);
560
542
  addContent('shopCode', (jstExchange === null || jstExchange === void 0 ? void 0 : jstExchange.shopCode) || '');
561
543
  };
562
544
  };
563
- var handleBsOrWdtReissueGoods = function handleBsOrWdtReissueGoods(_ref43) {
564
- var addContent = _ref43.addContent,
565
- getNowData = _ref43.getNowData;
545
+ var handleBsOrWdtReissueGoods = function handleBsOrWdtReissueGoods(_ref42) {
546
+ var addContent = _ref42.addContent,
547
+ getNowData = _ref42.getNowData;
566
548
  return function (item) {
567
549
  var reissue = getNowData(item.uniqueKey, {});
568
550
  addContent(SUBMIT_COMPONENT_REISSUE_MAP[item.workOrderComponentType].type, reissue === null || reissue === void 0 ? void 0 : reissue[SUBMIT_COMPONENT_REISSUE_MAP[item.workOrderComponentType].type]);
@@ -616,9 +598,9 @@ var handleBsOrWdtReissueGoods = function handleBsOrWdtReissueGoods(_ref43) {
616
598
  }
617
599
  };
618
600
  };
619
- var handleBsOrWdtReturnGoods = function handleBsOrWdtReturnGoods(_ref44) {
620
- var addContent = _ref44.addContent,
621
- getNowData = _ref44.getNowData;
601
+ var handleBsOrWdtReturnGoods = function handleBsOrWdtReturnGoods(_ref43) {
602
+ var addContent = _ref43.addContent,
603
+ getNowData = _ref43.getNowData;
622
604
  return function (item) {
623
605
  var currentReturn = getNowData(item.uniqueKey, {});
624
606
  var compType = item.workOrderComponentType;
@@ -627,9 +609,9 @@ var handleBsOrWdtReturnGoods = function handleBsOrWdtReturnGoods(_ref44) {
627
609
  addContent(SUBMIT_COMPONENT_RETURN_GOODS_MAP[compType].shopCodeKey, (currentReturn === null || currentReturn === void 0 ? void 0 : currentReturn[SUBMIT_COMPONENT_RETURN_GOODS_MAP[compType].shopCodeKey]) || '');
628
610
  };
629
611
  };
630
- var handleGYReturnGoods = function handleGYReturnGoods(_ref45) {
631
- var addContent = _ref45.addContent,
632
- getNowData = _ref45.getNowData;
612
+ var handleGYReturnGoods = function handleGYReturnGoods(_ref44) {
613
+ var addContent = _ref44.addContent,
614
+ getNowData = _ref44.getNowData;
633
615
  return function (item) {
634
616
  var currentReturn = getNowData(item.uniqueKey, {});
635
617
  var compType = item.workOrderComponentType;
@@ -639,9 +621,9 @@ var handleGYReturnGoods = function handleGYReturnGoods(_ref45) {
639
621
  addContent(SUBMIT_COMPONENT_RETURN_GOODS_MAP[compType].shopCodeKey, (currentReturn === null || currentReturn === void 0 ? void 0 : currentReturn[SUBMIT_COMPONENT_RETURN_GOODS_MAP[compType].shopCodeKey]) || '');
640
622
  };
641
623
  };
642
- var handleBsPosting = function handleBsPosting(_ref46) {
643
- var addContent = _ref46.addContent,
644
- getNowData = _ref46.getNowData;
624
+ var handleBsPosting = function handleBsPosting(_ref45) {
625
+ var addContent = _ref45.addContent,
626
+ getNowData = _ref45.getNowData;
645
627
  return function (item) {
646
628
  ['bsPostingProvince', 'bsPostingCity', 'bsPostingDistrict'].map(function (key, index) {
647
629
  addContent(key, getNowData("".concat(item.uniqueKey, ".postingAddress[").concat(index, "]"), ''));
@@ -651,9 +633,9 @@ var handleBsPosting = function handleBsPosting(_ref46) {
651
633
  addContent('bsPostingReceiverMobile', getNowData("".concat(item.uniqueKey, ".postingReceiverMobile"), ''));
652
634
  };
653
635
  };
654
- var handleSystemOrder = function handleSystemOrder(_ref47) {
655
- var addContent = _ref47.addContent,
656
- getNowData = _ref47.getNowData;
636
+ var handleSystemOrder = function handleSystemOrder(_ref46) {
637
+ var addContent = _ref46.addContent,
638
+ getNowData = _ref46.getNowData;
657
639
  return function (item) {
658
640
  var selectIds = getNowData("".concat(item.uniqueKey, ".selectIds"), '');
659
641
  var showOrderInfo = getNowData("".concat(item.uniqueKey, ".showOrderInfo"), []);
@@ -667,16 +649,16 @@ var handleSystemOrder = function handleSystemOrder(_ref47) {
667
649
  }));
668
650
  };
669
651
  };
670
- var handleBuyerMessageNotice = function handleBuyerMessageNotice(_ref48) {
671
- var addContent = _ref48.addContent,
672
- getNowData = _ref48.getNowData;
652
+ var handleBuyerMessageNotice = function handleBuyerMessageNotice(_ref47) {
653
+ var addContent = _ref47.addContent,
654
+ getNowData = _ref47.getNowData;
673
655
  return function (item) {
674
656
  addContent('buyerMessageNotice', getNowData(item.uniqueKey, '未通知'));
675
657
  };
676
658
  };
677
- var handleBsDeliveryNo = function handleBsDeliveryNo(_ref49) {
678
- var addContent = _ref49.addContent,
679
- getNowData = _ref49.getNowData;
659
+ var handleBsDeliveryNo = function handleBsDeliveryNo(_ref48) {
660
+ var addContent = _ref48.addContent,
661
+ getNowData = _ref48.getNowData;
680
662
  return function (item) {
681
663
  var deliveryNoList = getNowData(item.uniqueKey, []);
682
664
  addContent('deliveryNoList', deliveryNoList);
@@ -685,9 +667,9 @@ var handleBsDeliveryNo = function handleBsDeliveryNo(_ref49) {
685
667
  }));
686
668
  };
687
669
  };
688
- var handleReturnGoodsTradeId = function handleReturnGoodsTradeId(_ref50) {
689
- var addContent = _ref50.addContent,
690
- getNowData = _ref50.getNowData;
670
+ var handleReturnGoodsTradeId = function handleReturnGoodsTradeId(_ref49) {
671
+ var addContent = _ref49.addContent,
672
+ getNowData = _ref49.getNowData;
691
673
  return function (item) {
692
674
  var returnGoodsTradeItemList = getNowData(item.uniqueKey, []);
693
675
  addContent('returnGoodsTradeItemList', returnGoodsTradeItemList);
@@ -696,9 +678,9 @@ var handleReturnGoodsTradeId = function handleReturnGoodsTradeId(_ref50) {
696
678
  }));
697
679
  };
698
680
  };
699
- var handleErpTradeId = function handleErpTradeId(_ref51) {
700
- var addContent = _ref51.addContent,
701
- getNowData = _ref51.getNowData;
681
+ var handleErpTradeId = function handleErpTradeId(_ref50) {
682
+ var addContent = _ref50.addContent,
683
+ getNowData = _ref50.getNowData;
702
684
  return function (item) {
703
685
  var tradeItemList = getNowData(item.uniqueKey, []);
704
686
  addContent('tradeItemList', tradeItemList);
@@ -707,9 +689,9 @@ var handleErpTradeId = function handleErpTradeId(_ref51) {
707
689
  }));
708
690
  };
709
691
  };
710
- var handleErpAfterSelfTradeId = function handleErpAfterSelfTradeId(_ref52) {
711
- var addContent = _ref52.addContent,
712
- getNowData = _ref52.getNowData;
692
+ var handleErpAfterSelfTradeId = function handleErpAfterSelfTradeId(_ref51) {
693
+ var addContent = _ref51.addContent,
694
+ getNowData = _ref51.getNowData;
713
695
  return function (item) {
714
696
  var tradeItemList = getNowData(item.uniqueKey, []);
715
697
  addContent('erpAfterSaleTradeItemList', tradeItemList);
@@ -718,18 +700,18 @@ var handleErpAfterSelfTradeId = function handleErpAfterSelfTradeId(_ref52) {
718
700
  }));
719
701
  };
720
702
  };
721
- var handleWlnGoods = function handleWlnGoods(_ref53) {
722
- var addContent = _ref53.addContent,
723
- getNowData = _ref53.getNowData;
703
+ var handleWlnGoods = function handleWlnGoods(_ref52) {
704
+ var addContent = _ref52.addContent,
705
+ getNowData = _ref52.getNowData;
724
706
  return function (item) {
725
707
  var wlnGoods = getNowData(item.uniqueKey, {});
726
708
  addContent('wlnGoods', wlnGoods.wlnGoods);
727
709
  addContent('shopCode', (wlnGoods === null || wlnGoods === void 0 ? void 0 : wlnGoods.shopCode) || '');
728
710
  };
729
711
  };
730
- var handleBsE3ReissueGoods = function handleBsE3ReissueGoods(_ref54) {
731
- var addContent = _ref54.addContent,
732
- getNowData = _ref54.getNowData;
712
+ var handleBsE3ReissueGoods = function handleBsE3ReissueGoods(_ref53) {
713
+ var addContent = _ref53.addContent,
714
+ getNowData = _ref53.getNowData;
733
715
  return function (item) {
734
716
  ['bsE3SystemOrderNo', 'bsE3ReissueType', 'bsE3ReissueMemo', 'bsE3ReissueGoods'].map(function (key) {
735
717
  if (key === 'bsE3ReissueGoods') {
@@ -740,33 +722,33 @@ var handleBsE3ReissueGoods = function handleBsE3ReissueGoods(_ref54) {
740
722
  });
741
723
  };
742
724
  };
743
- var handleWdtShopSelect = function handleWdtShopSelect(_ref55) {
744
- var addContent = _ref55.addContent,
745
- getNowData = _ref55.getNowData;
725
+ var handleWdtShopSelect = function handleWdtShopSelect(_ref54) {
726
+ var addContent = _ref54.addContent,
727
+ getNowData = _ref54.getNowData;
746
728
  return function (item) {
747
729
  ['shopCode'].map(function (key) {
748
730
  addContent(key, getNowData("".concat(item.uniqueKey), ''));
749
731
  });
750
732
  };
751
733
  };
752
- var handleDefault = function handleDefault(_ref56) {
753
- var addContent = _ref56.addContent,
754
- getNowData = _ref56.getNowData;
734
+ var handleDefault = function handleDefault(_ref55) {
735
+ var addContent = _ref55.addContent,
736
+ getNowData = _ref55.getNowData;
755
737
  return function (item) {
756
738
  addContent(V.camelCase(item.workOrderComponentType), getNowData(item.uniqueKey, ''));
757
739
  };
758
740
  };
759
- var handleStatusField = function handleStatusField(_ref57) {
760
- var addContent = _ref57.addContent,
761
- getNowData = _ref57.getNowData;
741
+ var handleStatusField = function handleStatusField(_ref56) {
742
+ var addContent = _ref56.addContent,
743
+ getNowData = _ref56.getNowData;
762
744
  return function (item) {
763
745
  addContent(SUBMIT_COMPONENT_STATUS_MAP[item.workOrderComponentType].status, getNowData("".concat(item.uniqueKey, ".status"), ''));
764
746
  addContent(SUBMIT_COMPONENT_STATUS_MAP[item.workOrderComponentType].reason, getNowData("".concat(item.uniqueKey, ".reason"), ''));
765
747
  };
766
748
  };
767
- var handleGoodStatus = function handleGoodStatus(_ref58) {
768
- var addContent = _ref58.addContent,
769
- getNowData = _ref58.getNowData;
749
+ var handleGoodStatus = function handleGoodStatus(_ref57) {
750
+ var addContent = _ref57.addContent,
751
+ getNowData = _ref57.getNowData;
770
752
  return function (item) {
771
753
  addContent(SUBMIT_COMPONENT_GOOD_STATUS_MAP[item.workOrderComponentType].list, getNowData("".concat(item.uniqueKey), []));
772
754
  addContent(SUBMIT_COMPONENT_GOOD_STATUS_MAP[item.workOrderComponentType].status, getNowData("".concat(item.uniqueKey), []).map(function (item) {
@@ -774,13 +756,13 @@ var handleGoodStatus = function handleGoodStatus(_ref58) {
774
756
  }));
775
757
  };
776
758
  };
777
- var processComponent = function processComponent(_ref59) {
778
- var params = _ref59.params,
779
- nowData = _ref59.nowData,
780
- updateFlag = _ref59.updateFlag,
781
- detail = _ref59.detail,
782
- accountName = _ref59.accountName,
783
- getValueByField = _ref59.getValueByField;
759
+ var processComponent = function processComponent(_ref58) {
760
+ var params = _ref58.params,
761
+ nowData = _ref58.nowData,
762
+ updateFlag = _ref58.updateFlag,
763
+ detail = _ref58.detail,
764
+ accountName = _ref58.accountName,
765
+ getValueByField = _ref58.getValueByField;
784
766
  return function (item) {
785
767
  var contentVoList = [];
786
768
  var uniqueKeyPrefix = "".concat(item.uniqueKey, "_");
@@ -831,9 +813,9 @@ var processComponent = function processComponent(_ref59) {
831
813
  case 'ORDER_TYPE':
832
814
  case 'REFUND_TYPE':
833
815
  case 'EXECUTE_ACTION_TYPE':
834
- case 'ERP_ORDER_STATUS':
835
816
  case 'SKX_CREATE_TIME':
836
817
  case 'SKX_OUTBOUND_NOTICE_NO':
818
+ case 'ERP_ORDER_STATUS':
837
819
  case 'SKX_RETURN_BILL_NO':
838
820
  wrapFn(handleOnlyAddContent);
839
821
  break;
@@ -942,7 +924,6 @@ var processComponent = function processComponent(_ref59) {
942
924
  case 'WDT_LOGISTICS':
943
925
  case 'KM_LOGISTICS':
944
926
  case 'GY_LOGISTICS':
945
- case 'JY_LOGISTICS':
946
927
  case 'SKX_LOGISTICS':
947
928
  case 'SKX_RETURN_LOGISTICS':
948
929
  wrapFn(handleErpLogistics);
@@ -958,9 +939,6 @@ var processComponent = function processComponent(_ref59) {
958
939
  case 'GY_SEND_GOOD':
959
940
  wrapFn(handleGySendGood);
960
941
  break;
961
- case 'JY_SEND_GOOD':
962
- wrapFn(handleJySendGood);
963
- break;
964
942
  case 'LOGISTICS_TRAJECTORY':
965
943
  wrapFn(handleLogisticsTrajectory);
966
944
  break;
@@ -973,7 +951,6 @@ var processComponent = function processComponent(_ref59) {
973
951
  case 'GY_GOODS':
974
952
  case 'JST_GOODS':
975
953
  case 'KM_GOODS':
976
- case 'JY_GOODS':
977
954
  wrapFn(handleErpGoods);
978
955
  break;
979
956
  case 'SKX_GOODS':
@@ -1019,7 +996,6 @@ var processComponent = function processComponent(_ref59) {
1019
996
  case 'BS_E3_SYSTEM_ORDER':
1020
997
  case 'GY_SYSTEM_ORDER':
1021
998
  case 'JST_SYSTEM_ORDER':
1022
- case 'JY_SYSTEM_ORDER':
1023
999
  wrapFn(handleSystemOrder);
1024
1000
  break;
1025
1001
  case 'BUYER_MESSAGE_NOTICE':
@@ -93,7 +93,6 @@ export declare const kmSystemOrderBackValues: ({ templateList, value, form }: an
93
93
  export declare const wdtSystemOrderBackValues: ({ templateList, value, form }: any) => void;
94
94
  export declare const gySystemOrderBackValues: ({ templateList, value, form }: any) => void;
95
95
  export declare const jstSystemOrderBackValues: ({ templateList, value, form }: any) => void;
96
- export declare const jySystemOrderBackValues: ({ templateList, value, form }: any) => void;
97
96
  export declare const getMappingConfigByTemplateDetail: (templateDetail: {
98
97
  componentDtoList: any;
99
98
  uniqueKey: string;