@kmkf-fe-packages/services-components 1.16.3-beta.2 → 1.16.3-beta.3
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.
|
@@ -37,25 +37,29 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(_options) {
|
|
|
37
37
|
return [{
|
|
38
38
|
name: "jst供销商名称",
|
|
39
39
|
key: "".concat(options.id, "_supplyName"),
|
|
40
|
-
dataType: "
|
|
40
|
+
dataType: "array",
|
|
41
|
+
format: "input"
|
|
41
42
|
}, {
|
|
42
43
|
name: "jst供销商编码",
|
|
43
44
|
key: "".concat(options.id, "_supplyId"),
|
|
44
|
-
dataType: "
|
|
45
|
+
dataType: "array",
|
|
46
|
+
format: "input"
|
|
45
47
|
}];
|
|
46
48
|
}
|
|
47
49
|
if (type === "supplyName") {
|
|
48
50
|
return [{
|
|
49
51
|
name: "jst供销商名称",
|
|
50
52
|
key: "".concat(options.id, "_supplyName"),
|
|
51
|
-
dataType: "
|
|
53
|
+
dataType: "array",
|
|
54
|
+
format: "input"
|
|
52
55
|
}];
|
|
53
56
|
}
|
|
54
57
|
if (type === "supplyId") {
|
|
55
58
|
return [{
|
|
56
59
|
name: "jst供销商编码",
|
|
57
60
|
key: "".concat(options.id, "_supplyId"),
|
|
58
|
-
dataType: "
|
|
61
|
+
dataType: "array",
|
|
62
|
+
format: "input"
|
|
59
63
|
}];
|
|
60
64
|
}
|
|
61
65
|
return [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "1.16.3-beta.
|
|
3
|
+
"version": "1.16.3-beta.3",
|
|
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": "
|
|
44
|
+
"gitHead": "603fa707e401bc9efe4ede16c13f49d329d3ddde",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|