@kmkf-fe-packages/basic-components 2.6.1-beta.4 → 2.6.1-beta.8

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/dist/index.esm.js CHANGED
@@ -8601,6 +8601,10 @@ var processCallBackStatus = function processCallBackStatus(getValue) {
8601
8601
  REPAIR_ORDER_STATUS: {
8602
8602
  status: 'repairOrderStatusValue',
8603
8603
  reason: 'repairOrderStatusReason'
8604
+ },
8605
+ ERP_REMARK: {
8606
+ status: 'erpRemarkStatusValue',
8607
+ reason: 'erpRemarkStatusReason'
8604
8608
  }
8605
8609
  };
8606
8610
  return _defineProperty({}, nex.uniqueKey, {
@@ -9446,6 +9450,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
9446
9450
  REISSUE_LOGISTICS: processReissueLogistics,
9447
9451
  REISSUE_STATUS: processCallBackStatus,
9448
9452
  ADJUST_WORK_ORDER_STATUS: processCallBackStatus,
9453
+ ERP_REMARK: processCallBackStatus,
9449
9454
  CREATE_STATUS: processCallBackStatus,
9450
9455
  INVOICE_STATUS: processCallBackStatus,
9451
9456
  INVOICING_STATUS: processCallBackStatus,
package/dist/index.js CHANGED
@@ -8616,6 +8616,10 @@ var processCallBackStatus = function processCallBackStatus(getValue) {
8616
8616
  REPAIR_ORDER_STATUS: {
8617
8617
  status: 'repairOrderStatusValue',
8618
8618
  reason: 'repairOrderStatusReason'
8619
+ },
8620
+ ERP_REMARK: {
8621
+ status: 'erpRemarkStatusValue',
8622
+ reason: 'erpRemarkStatusReason'
8619
8623
  }
8620
8624
  };
8621
8625
  return _defineProperty({}, nex.uniqueKey, {
@@ -9461,6 +9465,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
9461
9465
  REISSUE_LOGISTICS: processReissueLogistics,
9462
9466
  REISSUE_STATUS: processCallBackStatus,
9463
9467
  ADJUST_WORK_ORDER_STATUS: processCallBackStatus,
9468
+ ERP_REMARK: processCallBackStatus,
9464
9469
  CREATE_STATUS: processCallBackStatus,
9465
9470
  INVOICE_STATUS: processCallBackStatus,
9466
9471
  INVOICING_STATUS: processCallBackStatus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.6.1-beta.4",
3
+ "version": "2.6.1-beta.8",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.6.1-beta.4",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.6.1-beta.8",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "c79fc0769ab19d3d1c29beec33a8ed4bb5c72a87"
69
+ "gitHead": "452e76fc55ea9b139358d93d9a5198e0234b6d0e"
70
70
  }