@kmkf-fe-packages/kmkf-utils 2.2.13-beta.25 → 2.2.13-beta.26

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.
@@ -142,21 +142,10 @@ var updateJyItemListHandle = function updateJyItemListHandle(list, type, comList
142
142
  items: items
143
143
  };
144
144
  if (type === "logistics") {
145
- // const deliveryList = (next?.deliveryList || []).map((t: any) => {
146
- // return {
147
- // items,
148
- // logisticsCompanyName: t?.expressName,
149
- // logisticsCompany: t?.expressCode,
150
- // logisticsCode: t?.mailNo,
151
- // };
152
- // });
153
- // prv.push(...deliveryList);
154
- if (next !== null && next !== void 0 && next.logisticId || next !== null && next !== void 0 && next.logisticNo) {
155
- params.logisticsCompanyName = next === null || next === void 0 ? void 0 : next.logistName;
156
- params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticId;
157
- params.logisticsCode = next === null || next === void 0 ? void 0 : next.logisticNo;
158
- prv.push(params);
159
- }
145
+ params.logisticsCompanyName = next === null || next === void 0 ? void 0 : next.logistName;
146
+ params.logisticsCompany = next === null || next === void 0 ? void 0 : next.logisticId;
147
+ params.logisticsCode = next === null || next === void 0 ? void 0 : next.logisticNo;
148
+ prv.push(params);
160
149
  } else if (type === "send") {
161
150
  params.sendId = next === null || next === void 0 ? void 0 : next.warehouseId;
162
151
  //下拉框,取id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.13-beta.25",
3
+ "version": "2.2.13-beta.26",
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": "1eaef1f475e9a409c5869afbdd15233df186b4e2",
44
+ "gitHead": "3968788e060fede72cd7a10c97d03893530a9c96",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }