@kmkf-fe-packages/kmkf-utils 1.17.8 → 1.18.0

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.
@@ -95,7 +95,8 @@ var updateWdtItemListHandle = function updateWdtItemListHandle(list, type, comLi
95
95
  params.logisticsCode = next === null || next === void 0 ? void 0 : next.logisticsNo;
96
96
  } else if (type === "send") {
97
97
  params.sendId = next.warehouseNo;
98
- params.sendName = next.warehouseName;
98
+ // 旺店通名字是一个下拉框,最终存的是id,所以这个地方要用warehouseNo反填
99
+ params.sendName = next.warehouseNo;
99
100
  }
100
101
  prv.push(params);
101
102
  return prv;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "1.17.8",
3
+ "version": "1.18.0",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "012abad5304ff59390a953bda58278e1ebc25b0d",
44
+ "gitHead": "265fae291ea1a593f34557f5496e072a4b6b2ea4",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }