@kmkf-fe-packages/kmkf-utils 0.7.1-alpha.1 → 0.7.1-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.
package/README.md
CHANGED
|
@@ -21,21 +21,6 @@ var logisticsAddressData = /*#__PURE__*/function () {
|
|
|
21
21
|
data: {}
|
|
22
22
|
}).then(function (res) {
|
|
23
23
|
var data = res.data;
|
|
24
|
-
// setTimeout(() => {
|
|
25
|
-
// const addressList = data.map((item: OptionsItem) => {
|
|
26
|
-
// return {
|
|
27
|
-
// ...item,
|
|
28
|
-
// label: `${Address.getNameByCode(item?.province) || ""}${
|
|
29
|
-
// Address.getNameByCode(item?.city) || ""
|
|
30
|
-
// }${Address.getNameByCode(item?.district) || ""}${item.detail} ${
|
|
31
|
-
// item?.userName
|
|
32
|
-
// }:${item?.mobile}`,
|
|
33
|
-
// value: item.uk,
|
|
34
|
-
// };
|
|
35
|
-
// });
|
|
36
|
-
|
|
37
|
-
// this.addressData = data;
|
|
38
|
-
// });
|
|
39
24
|
_this.addressData = data;
|
|
40
25
|
}).catch(function (e) {
|
|
41
26
|
console.log(e);
|
|
@@ -29,7 +29,7 @@ var updateJSTItemListHandle = function updateJSTItemListHandle() {
|
|
|
29
29
|
items: items
|
|
30
30
|
};
|
|
31
31
|
if (type === "logistics") {
|
|
32
|
-
params.logisticsCompany =
|
|
32
|
+
params.logisticsCompany = item.logisticsCompany;
|
|
33
33
|
params.logisticsCode = item.lId;
|
|
34
34
|
} else if (type === "supply") {
|
|
35
35
|
if (["supplyId", "all"].includes(showField || "")) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "0.7.1-alpha.
|
|
3
|
+
"version": "0.7.1-alpha.6",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"gitHooks": {
|
|
43
43
|
"pre-commit": "lint-staged"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "82ca96173bc957b3d4941421c5e07bdd115b3114"
|
|
46
46
|
}
|