@kmkf-fe-packages/services-components 2.2.5-beta.30 → 2.2.5-beta.32
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.
|
@@ -1567,7 +1567,7 @@ var GoodHeaderMap = {
|
|
|
1567
1567
|
headerMap: {
|
|
1568
1568
|
skuEcode: {
|
|
1569
1569
|
name: "[SKX]发货单明细-skuEcode",
|
|
1570
|
-
width:
|
|
1570
|
+
width: 250
|
|
1571
1571
|
},
|
|
1572
1572
|
subOrderId: {
|
|
1573
1573
|
name: "[SKX]发货单-子订单号",
|
|
@@ -1583,7 +1583,7 @@ var GoodHeaderMap = {
|
|
|
1583
1583
|
headerMap: {
|
|
1584
1584
|
returnSkuEcode: {
|
|
1585
1585
|
name: "[SKX]退货单明细-returnSkuEcode",
|
|
1586
|
-
width:
|
|
1586
|
+
width: 300
|
|
1587
1587
|
},
|
|
1588
1588
|
returnSubOrderId: {
|
|
1589
1589
|
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/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ReissueLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicPicturePro, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, CommonDataTime, TradeId, ShopName, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsMoreInterception, LogisticsTrajectory, LogisticsMoreTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, KmVideo, BasicTypeInput, SkxIdInputSelect, SkxGoods, BasicSelectOption, OrderSubForm } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsSystemOrder |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsSystemOrder | BasicFile | JstSendGood | LogisticsInterception | MsgStatus | OrderSubForm | PublicGoods | SubForm | BasicInput | BasicTypeInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicSelectOption | BasicRadio | BasicTextArea | BasicPicture | BasicPicturePro | BasicMultSelect | BasicGrade | BasicRate | BasicPosting | CommonDataTime | TradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsGoods | BsE3Goods | PublicReissueGoods | PublicExchange | BsE3Reissue | BsExchange | BsReissue | BsReturn | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | GyGoods | GyReissue | GyReturn | AsyncSelect | SkxIdInputSelect | SkxGoods;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.32",
|
|
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.5-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.5-beta.31",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.28",
|
|
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": "fa5f6329c16e7b1670c7647778469b41b706ee1e",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|