@kmkf-fe-packages/services-components 2.2.11 → 2.2.12
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.
|
@@ -1357,7 +1357,7 @@ var GoodHeaderMap = {
|
|
|
1357
1357
|
headerMap: {
|
|
1358
1358
|
skuEcode: {
|
|
1359
1359
|
name: "[SKX]发货单明细-skuEcode",
|
|
1360
|
-
width:
|
|
1360
|
+
width: 250
|
|
1361
1361
|
},
|
|
1362
1362
|
subOrderId: {
|
|
1363
1363
|
name: "[SKX]发货单-子订单号",
|
|
@@ -1373,7 +1373,7 @@ var GoodHeaderMap = {
|
|
|
1373
1373
|
headerMap: {
|
|
1374
1374
|
returnSkuEcode: {
|
|
1375
1375
|
name: "[SKX]退货单明细-returnSkuEcode",
|
|
1376
|
-
width:
|
|
1376
|
+
width: 300
|
|
1377
1377
|
},
|
|
1378
1378
|
returnSubOrderId: {
|
|
1379
1379
|
name: "[SKX]退货单-子订单号",
|
|
@@ -230,10 +230,12 @@ function OrderSubForm(options) {
|
|
|
230
230
|
if (item.widget === "upload") {
|
|
231
231
|
return new BsHeaderPic(_objectSpread(_objectSpread({}, options), {}, {
|
|
232
232
|
name: item.title,
|
|
233
|
+
width: (item === null || item === void 0 ? void 0 : item.width) || 150,
|
|
233
234
|
id: "".concat(options.id, "_subOrderList_").concat(item.dataIndex)
|
|
234
235
|
}));
|
|
235
236
|
} else if (item.widget === "select") {
|
|
236
237
|
return new BsHeaderChild(_objectSpread(_objectSpread({}, options), {}, {
|
|
238
|
+
width: (item === null || item === void 0 ? void 0 : item.width) || 150,
|
|
237
239
|
name: item.title,
|
|
238
240
|
id: "".concat(options.id, "_subOrderList_").concat(item.dataIndex),
|
|
239
241
|
transformValue: function transformValue(val) {
|
|
@@ -245,6 +247,7 @@ function OrderSubForm(options) {
|
|
|
245
247
|
}));
|
|
246
248
|
} else if (item.widget === "datePicker") {
|
|
247
249
|
return new BsHeaderChild(_objectSpread(_objectSpread({}, options), {}, {
|
|
250
|
+
width: (item === null || item === void 0 ? void 0 : item.width) || 150,
|
|
248
251
|
name: item.title,
|
|
249
252
|
id: "".concat(options.id, "_subOrderList_").concat(item.dataIndex),
|
|
250
253
|
transformValue: function transformValue(val) {
|
|
@@ -256,6 +259,7 @@ function OrderSubForm(options) {
|
|
|
256
259
|
}));
|
|
257
260
|
} else {
|
|
258
261
|
return new BsHeaderChild(_objectSpread(_objectSpread({}, options), {}, {
|
|
262
|
+
width: (item === null || item === void 0 ? void 0 : item.width) || 150,
|
|
259
263
|
name: item.title,
|
|
260
264
|
id: "".concat(options.id, "_subOrderList_").concat(item.dataIndex)
|
|
261
265
|
}));
|
|
@@ -263,6 +267,5 @@ function OrderSubForm(options) {
|
|
|
263
267
|
});
|
|
264
268
|
this.dataType = "object";
|
|
265
269
|
this.expressDateInstance = ExpressData.getInstance();
|
|
266
|
-
console.log("componentConfig", this.componentConfig);
|
|
267
270
|
});
|
|
268
271
|
export default OrderSubForm;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.2.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.12",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "2.2.11",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5cd274e95ebaeba0c49da41667f1df8222873017",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|