@kmkf-fe-packages/services-components 2.10.9-beta.10 → 2.10.9-beta.11
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.
|
@@ -136,15 +136,15 @@ var typeMap = {
|
|
|
136
136
|
},
|
|
137
137
|
DXD_WAREHOUSING_STATUS: {
|
|
138
138
|
options: [{
|
|
139
|
-
value: "
|
|
139
|
+
value: "1",
|
|
140
140
|
label: "已入库",
|
|
141
141
|
color: "#52c41a"
|
|
142
142
|
}, {
|
|
143
|
-
value: "
|
|
143
|
+
value: "2",
|
|
144
144
|
label: "未入库",
|
|
145
145
|
color: "#ff4d4f"
|
|
146
146
|
}, {
|
|
147
|
-
value: "
|
|
147
|
+
value: "3",
|
|
148
148
|
label: "查无此单",
|
|
149
149
|
color: "#e7780f"
|
|
150
150
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.10.9-beta.
|
|
3
|
+
"version": "2.10.9-beta.11",
|
|
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": "a2301e0b652f8d3a13534f94a7935cb56f9761ca",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|