@kmkf-fe-packages/kmkf-work-order-service-component 2.7.7-beta.0 → 2.7.7-beta.1

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.
@@ -122,6 +122,10 @@ export var SKIP_NODE_TYPES_CONFIG = {
122
122
  name: '补发(聚客云)',
123
123
  tips: '补发单id'
124
124
  },
125
+ PLATFORM_INFO_TIMING_SYNC: {
126
+ name: '平台信息定时同步',
127
+ tips: '退货物流、订单状态'
128
+ },
125
129
  // 旺店通 系统订单号
126
130
  REISSUE_LOGISTICS_SYNC: true,
127
131
  BS_E3_REISSUE_LOGISTICS_SYNC: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.7.7-beta.0",
3
+ "version": "2.7.7-beta.1",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "a671b946cfc210a0f9446c8ea9edb1b43f0a9831",
78
+ "gitHead": "7e3da5d7b6f5fe8d3727cec50a1d7b573b63a549",
79
79
  "gitHooks": {
80
80
  "pre-commit": "lint-staged"
81
81
  }