kmkf-work-order-service-component 0.4.10-alpha.5 → 0.4.10-alpha.6

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.
@@ -112,7 +112,7 @@ var JstSendGood = /*#__PURE__*/function (_BasicComponent) {
112
112
  });
113
113
  });
114
114
 
115
- _this.name = 'jst发货仓名称/编码';
115
+ _this.name = 'jst发货仓编码/名称';
116
116
  _this.width = 340;
117
117
  _this.canFilter = false;
118
118
  _this.canGroup = false;
@@ -1129,11 +1129,11 @@ export var taobaoGoodHandle = function taobaoGoodHandle(arr, type, config) {
1129
1129
  }
1130
1130
 
1131
1131
  if (changeSku) {
1132
- params.propertiesName = item.propertiesName;
1132
+ params.propertiesName = (skuInfoDTO === null || skuInfoDTO === void 0 ? void 0 : skuInfoDTO.propertiesName) || '';
1133
1133
  }
1134
1134
 
1135
1135
  if (type === 'ITEM_ENCODE') {
1136
- params.outerId = outerId;
1136
+ params.outerId = (skuInfoDTO === null || skuInfoDTO === void 0 ? void 0 : skuInfoDTO.outerSkuId) || outerId;
1137
1137
  } else if (type === 'ITEM_SELECT_THIRD') {
1138
1138
  params.itemId = '';
1139
1139
  params.supplierName = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.10-alpha.5",
3
+ "version": "0.4.10-alpha.6",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@ant-design/icons": "^4.7.0",
42
- "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.2.0-alpha.5",
42
+ "@raycloud-apaas-fe-setup/apaas-react-basics-widgets": "^1.2.0-alpha.6",
43
43
  "@reduxjs/toolkit": "^1.8.5",
44
44
  "ahooks": "^3.7.4",
45
45
  "copy-to-clipboard": "^3.3.3",