@kmkf-fe-packages/services-components 2.10.9-beta.13 → 2.10.9-beta.14
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/dist/esm/Hooks/useColumnsConfig.d.ts +1 -1
- package/dist/esm/components/CommonHeaderGood/index.js +38 -34
- package/dist/esm/components/LogisticsInterception/index.d.ts +3 -0
- package/dist/esm/components/LogisticsInterception/index.js +14 -7
- package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.d.ts +39 -0
- package/dist/esm/components/LogisticsInterception/interceptLogisticsCustomerCode.js +103 -0
- package/dist/esm/components/LogisticsMoreInterception/index.d.ts +2 -0
- package/dist/esm/components/LogisticsMoreInterception/index.js +19 -5
- package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.d.ts +39 -0
- package/dist/esm/components/LogisticsMoreInterception/interceptLogisticsCustomerCode.js +108 -0
- package/dist/esm/factory.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import LogisticsInterception from "../components/LogisticsInterception";
|
|
2
2
|
import LogisticsMoreInterception from "../components/LogisticsMoreInterception";
|
|
3
|
-
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/BS/BsLogistics").default | import("../components/BS/BsSystemOrder").default | import("../components/CommonMultiStatus").default | import("../components/DXD/DxdShopSelect").default | import("../components/JST/JstSendGood").default |
|
|
3
|
+
export declare const newRenderColumnItem: (effects: any) => (item: any) => import("../components/BS/BsLogistics").default | import("../components/BS/BsSystemOrder").default | import("../components/CommonMultiStatus").default | import("../components/DXD/DxdShopSelect").default | import("../components/JST/JstSendGood").default | LogisticsInterception | LogisticsMoreInterception | import("../components/Public/Goods").default | import("../components/Input").default | import("../components/TypeInput").default | import("../components/Address").default | import("../components/Cascader").default | import("../components/Checkbox").default | import("../components/DataTime").default | import("../components/Select").default | import("../components/SelectOption").default | import("../components/Radio").default | import("../components/TextArea").default | import("../components/Picture").default | import("../components/PicturePro").default | import("../components/MultSelect").default | import("../components/Grade").default | import("../components/Rate").default | import("../components/File").default | import("../components/PostIng").default | import("../components/SubForm").default | import("../components/CommonDataTime").default | import("../components/TradeId").default | import("../components/ShopName").default | import("../components/BuyerNick").default | import("../components/ReceiverName").default | import("../components/ReceiverMobile").default | import("../components/ReceiverAddress").default | import("../components/TradeDateTime").default | import("../components/Logistics").default | import("../components/ReturnLogistics").default | import("../components/ActualPayment").default | import("../components/Remark").default | import("../components/Alipay").default | import("../components/EItemSelect").default | import("../components/EItemId").default | import("../components/EItemEnCode").default | import("../components/SystemOrderNo").default | import("../components/Ordinary").default | import("../components/ThirdItemSelect").default | import("../components/Payment").default | import("../components/Reissue/Logistics").default | import("../components/JST/JstItemSelect").default | import("../components/JST/JstSupply").default | import("../components/BS/BsGoods").default | import("../components/BsE3/BsGoods").default | import("../components/Public/ReissueGoods").default | import("../components/Public/Exchange").default | import("../components/BsE3/BsReissueE3").default | import("../components/BS/BsExchange").default | import("../components/BS/BsReissue").default | import("../components/BS/BsReturn").default | import("../components/FlowStatusSelect").default | import("../components/FlowMarkSelect").default | import("../components/FlowTag").default | import("../components/TemplateSelect").default | import("../components/WorkOrderId").default | import("../components/LogisticsTrajectory").default | import("../components/LogisticsMoreTrajectory").default | import("../components/PlatForm").default | import("../components/ShopInput").default | import("../components/Submitter").default | import("../components/PrevSubmitter").default | import("../components/FlowCreator").default | import("../components/Handler").default | import("../components/CompletedUser").default | import("../components/FlowWorkOrderId").default | import("../components/StatusSelect").default | import("../components/Calculation").default | import("../components/CommonSystemOrder").default | import("../components/NodeDeadLine").default | import("../components/HandlerDeadLine").default | import("../components/NodeStayDuration").default | import("../components/BS/BsPosting").default | import("../components/NodeInput").default | import("../components/FlowWorkOrderStatus").default | import("../components/MsgStatus").default | import("../components/WDT/WdtGoods").default | import("../components/WDT/WdtRessuie").default | import("../components/WDT/WdtReturn").default | import("../components/WDT/WdtExchange").default | import("../components/WDT/WdtShopSelect").default | import("../components/KM/KmVideo").default | import("../components/CommonInput").default | import("../components/PaymentVoucherCode").default | import("../components/Label").default | import("../components/MemberLevel").default | import("../components/AfterSalesOrderId").default | import("../components/Public/ReturnWarehouse").default | import("../components/GY/GyGoods").default | import("../components/KM/KmExchange").default | import("../components/GY/GyReissue").default | import("../components/GY/GyReturn").default | import("../components/Public/AsyncSelect").default | import("../components/SKX/SkxIdInputSelect").default | import("../components/SKX/SkxGoods").default | import("../components/OrderSubForm").default | import("../components/FlowOverallStatusSelect").default;
|
|
4
4
|
export declare const useColumnsConfig: ({ queryWorkOrderDetail, flatTemplateList, shopList, sortState, onChangeSort, handleReset, handleSubmit, handleChangeSingleWorkOrderMark, userList, tbAppKey, isShare, openSingleColumnsFilter, openSingleColumnsSort, }: {
|
|
5
5
|
queryWorkOrderDetail?: ((p: any) => void) | undefined;
|
|
6
6
|
flatTemplateList?: any;
|
|
@@ -20,6 +20,10 @@ import { BsHeaderPic, BsHeaderChild } from "../BS/common";
|
|
|
20
20
|
import ReissueGift from "../BsE3/ReissueGift";
|
|
21
21
|
import { erpColumnsMap } from "@kmkf-fe-packages/basic-components";
|
|
22
22
|
import { getJstColumns, getKmColumns, getDxdColumns } from "@kmkf-fe-packages/basic-components";
|
|
23
|
+
var isNullNotFalse = function isNullNotFalse(val) {
|
|
24
|
+
if (val === false) return false;
|
|
25
|
+
return isNull(val);
|
|
26
|
+
};
|
|
23
27
|
var orderGoodsHeaderComponentMap = {
|
|
24
28
|
pic: BsHeaderPic
|
|
25
29
|
};
|
|
@@ -1188,19 +1192,19 @@ var GoodHeaderMap = {
|
|
|
1188
1192
|
saleBasePrice: {
|
|
1189
1193
|
name: "原价",
|
|
1190
1194
|
transformValue: function transformValue(price) {
|
|
1191
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1195
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1192
1196
|
},
|
|
1193
1197
|
renderExport: function renderExport(price) {
|
|
1194
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1198
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1195
1199
|
}
|
|
1196
1200
|
},
|
|
1197
1201
|
salePrice: {
|
|
1198
1202
|
name: "单价",
|
|
1199
1203
|
transformValue: function transformValue(price) {
|
|
1200
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1204
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1201
1205
|
},
|
|
1202
1206
|
renderExport: function renderExport(price) {
|
|
1203
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1207
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1204
1208
|
}
|
|
1205
1209
|
},
|
|
1206
1210
|
qty: "数量",
|
|
@@ -1209,12 +1213,12 @@ var GoodHeaderMap = {
|
|
|
1209
1213
|
transformValue: function transformValue(val, record, parentName) {
|
|
1210
1214
|
if (!record) return "--";
|
|
1211
1215
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1212
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1216
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1213
1217
|
},
|
|
1214
1218
|
renderExport: function renderExport(val, record, parentName) {
|
|
1215
1219
|
if (!record) return "--";
|
|
1216
1220
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1217
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1221
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1218
1222
|
}
|
|
1219
1223
|
},
|
|
1220
1224
|
batchId: "批次号",
|
|
@@ -1260,19 +1264,19 @@ var GoodHeaderMap = {
|
|
|
1260
1264
|
saleBasePrice: {
|
|
1261
1265
|
name: "原价",
|
|
1262
1266
|
transformValue: function transformValue(price) {
|
|
1263
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1267
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1264
1268
|
},
|
|
1265
1269
|
renderExport: function renderExport(price) {
|
|
1266
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1270
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1267
1271
|
}
|
|
1268
1272
|
},
|
|
1269
1273
|
salePrice: {
|
|
1270
1274
|
name: "单价",
|
|
1271
1275
|
transformValue: function transformValue(price) {
|
|
1272
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1276
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1273
1277
|
},
|
|
1274
1278
|
renderExport: function renderExport(price) {
|
|
1275
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1279
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1276
1280
|
}
|
|
1277
1281
|
},
|
|
1278
1282
|
qty: "数量",
|
|
@@ -1302,19 +1306,19 @@ var GoodHeaderMap = {
|
|
|
1302
1306
|
saleBasePrice: {
|
|
1303
1307
|
name: "原价",
|
|
1304
1308
|
transformValue: function transformValue(price) {
|
|
1305
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1309
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1306
1310
|
},
|
|
1307
1311
|
renderExport: function renderExport(price) {
|
|
1308
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1312
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1309
1313
|
}
|
|
1310
1314
|
},
|
|
1311
1315
|
salePrice: {
|
|
1312
1316
|
name: "单价",
|
|
1313
1317
|
transformValue: function transformValue(price) {
|
|
1314
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1318
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1315
1319
|
},
|
|
1316
1320
|
renderExport: function renderExport(price) {
|
|
1317
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1321
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1318
1322
|
}
|
|
1319
1323
|
},
|
|
1320
1324
|
qty: "数量",
|
|
@@ -1323,12 +1327,12 @@ var GoodHeaderMap = {
|
|
|
1323
1327
|
transformValue: function transformValue(val, record, parentName) {
|
|
1324
1328
|
if (!record) return "--";
|
|
1325
1329
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1326
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1330
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1327
1331
|
},
|
|
1328
1332
|
renderExport: function renderExport(val, record, parentName) {
|
|
1329
1333
|
if (!record) return "--";
|
|
1330
1334
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1331
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1335
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1332
1336
|
}
|
|
1333
1337
|
},
|
|
1334
1338
|
batchId: "批次号",
|
|
@@ -1359,19 +1363,19 @@ var GoodHeaderMap = {
|
|
|
1359
1363
|
saleBasePrice: {
|
|
1360
1364
|
name: "原价",
|
|
1361
1365
|
transformValue: function transformValue(price) {
|
|
1362
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1366
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1363
1367
|
},
|
|
1364
1368
|
renderExport: function renderExport(price) {
|
|
1365
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1369
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1366
1370
|
}
|
|
1367
1371
|
},
|
|
1368
1372
|
salePrice: {
|
|
1369
1373
|
name: "单价",
|
|
1370
1374
|
transformValue: function transformValue(price) {
|
|
1371
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1375
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1372
1376
|
},
|
|
1373
1377
|
renderExport: function renderExport(price) {
|
|
1374
|
-
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/,
|
|
1378
|
+
return price || price === 0 ? Number(price).toFixed(4).replace(/\.?0+$/, "") : "";
|
|
1375
1379
|
}
|
|
1376
1380
|
},
|
|
1377
1381
|
qty: "数量",
|
|
@@ -1380,12 +1384,12 @@ var GoodHeaderMap = {
|
|
|
1380
1384
|
transformValue: function transformValue(val, record, parentName) {
|
|
1381
1385
|
if (!record) return "--";
|
|
1382
1386
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1383
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1387
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1384
1388
|
},
|
|
1385
1389
|
renderExport: function renderExport(val, record, parentName) {
|
|
1386
1390
|
if (!record) return "--";
|
|
1387
1391
|
var amount = (record["".concat(parentName, "_qty")] || 0) * (+record["".concat(parentName, "_salePrice")] || 0);
|
|
1388
|
-
return Number(amount).toFixed(4).replace(/\.?0+$/,
|
|
1392
|
+
return Number(amount).toFixed(4).replace(/\.?0+$/, "");
|
|
1389
1393
|
}
|
|
1390
1394
|
},
|
|
1391
1395
|
isGift: {
|
|
@@ -1473,11 +1477,11 @@ var GoodHeaderMap = {
|
|
|
1473
1477
|
name: "赠品类型",
|
|
1474
1478
|
width: 100,
|
|
1475
1479
|
transformValue: function transformValue(val) {
|
|
1476
|
-
if (
|
|
1480
|
+
if (isNullNotFalse(val)) return "--";
|
|
1477
1481
|
return val ? "赠品" : "非赠品";
|
|
1478
1482
|
},
|
|
1479
1483
|
renderExport: function renderExport(val) {
|
|
1480
|
-
if (
|
|
1484
|
+
if (isNullNotFalse(val)) return "--";
|
|
1481
1485
|
return val ? "赠品" : "非赠品";
|
|
1482
1486
|
}
|
|
1483
1487
|
},
|
|
@@ -1485,11 +1489,11 @@ var GoodHeaderMap = {
|
|
|
1485
1489
|
width: 200,
|
|
1486
1490
|
name: "是否组合商品",
|
|
1487
1491
|
transformValue: function transformValue(val) {
|
|
1488
|
-
if (
|
|
1492
|
+
if (isNullNotFalse(val)) return "--";
|
|
1489
1493
|
return val ? "是" : "否";
|
|
1490
1494
|
},
|
|
1491
1495
|
renderExport: function renderExport(val) {
|
|
1492
|
-
if (
|
|
1496
|
+
if (isNullNotFalse(val)) return "--";
|
|
1493
1497
|
return val ? "是" : "否";
|
|
1494
1498
|
}
|
|
1495
1499
|
},
|
|
@@ -1497,11 +1501,11 @@ var GoodHeaderMap = {
|
|
|
1497
1501
|
width: 100,
|
|
1498
1502
|
name: "是否退款",
|
|
1499
1503
|
transformValue: function transformValue(val) {
|
|
1500
|
-
if (
|
|
1504
|
+
if (isNullNotFalse(val)) return "--";
|
|
1501
1505
|
return val ? "是" : "否";
|
|
1502
1506
|
},
|
|
1503
1507
|
renderExport: function renderExport(val) {
|
|
1504
|
-
if (
|
|
1508
|
+
if (isNullNotFalse(val)) return "--";
|
|
1505
1509
|
return val ? "是" : "否";
|
|
1506
1510
|
}
|
|
1507
1511
|
},
|
|
@@ -1587,11 +1591,11 @@ var GoodHeaderMap = {
|
|
|
1587
1591
|
name: "赠品类型",
|
|
1588
1592
|
width: 100,
|
|
1589
1593
|
transformValue: function transformValue(val) {
|
|
1590
|
-
if (
|
|
1594
|
+
if (isNullNotFalse(val)) return "--";
|
|
1591
1595
|
return val ? "赠品" : "非赠品";
|
|
1592
1596
|
},
|
|
1593
1597
|
renderExport: function renderExport(val) {
|
|
1594
|
-
if (
|
|
1598
|
+
if (isNullNotFalse(val)) return "--";
|
|
1595
1599
|
return val ? "赠品" : "非赠品";
|
|
1596
1600
|
}
|
|
1597
1601
|
},
|
|
@@ -1599,11 +1603,11 @@ var GoodHeaderMap = {
|
|
|
1599
1603
|
width: 200,
|
|
1600
1604
|
name: "是否组合商品",
|
|
1601
1605
|
transformValue: function transformValue(val) {
|
|
1602
|
-
if (
|
|
1606
|
+
if (isNullNotFalse(val)) return "--";
|
|
1603
1607
|
return val ? "是" : "否";
|
|
1604
1608
|
},
|
|
1605
1609
|
renderExport: function renderExport(val) {
|
|
1606
|
-
if (
|
|
1610
|
+
if (isNullNotFalse(val)) return "--";
|
|
1607
1611
|
return val ? "是" : "否";
|
|
1608
1612
|
}
|
|
1609
1613
|
},
|
|
@@ -1611,11 +1615,11 @@ var GoodHeaderMap = {
|
|
|
1611
1615
|
width: 100,
|
|
1612
1616
|
name: "是否退款",
|
|
1613
1617
|
transformValue: function transformValue(val) {
|
|
1614
|
-
if (
|
|
1618
|
+
if (isNullNotFalse(val)) return "--";
|
|
1615
1619
|
return val ? "是" : "否";
|
|
1616
1620
|
},
|
|
1617
1621
|
renderExport: function renderExport(val) {
|
|
1618
|
-
if (
|
|
1622
|
+
if (isNullNotFalse(val)) return "--";
|
|
1619
1623
|
return val ? "是" : "否";
|
|
1620
1624
|
}
|
|
1621
1625
|
},
|
|
@@ -11,6 +11,7 @@ import InterceptState from "./InterceptState";
|
|
|
11
11
|
import InterceptApiStatus from "./InterceptApiStatus";
|
|
12
12
|
import Express from "../Express";
|
|
13
13
|
import ExpressCode from "../ExpressCode";
|
|
14
|
+
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
14
15
|
declare class Logistics implements ComponentInterface {
|
|
15
16
|
name: string;
|
|
16
17
|
columnHeader: string | JSX.Element;
|
|
@@ -25,6 +26,7 @@ declare class Logistics implements ComponentInterface {
|
|
|
25
26
|
interceptApiStatus: InterceptApiStatus;
|
|
26
27
|
interceptSenderMobile: InterceptSenderMobile;
|
|
27
28
|
interceptApiStatusReason: InterceptApiStatusReason;
|
|
29
|
+
interceptLogisticsCustomerCode: InterceptLogisticsCustomerCode;
|
|
28
30
|
interceptSnapshot: InterceptSnapshot;
|
|
29
31
|
interceptState: InterceptState;
|
|
30
32
|
isCombinationComponent: boolean;
|
|
@@ -60,6 +62,7 @@ declare class Logistics implements ComponentInterface {
|
|
|
60
62
|
interceptSnapshot: any;
|
|
61
63
|
interceptState: any;
|
|
62
64
|
interceptApiStatusReason: any;
|
|
65
|
+
interceptLogisticsCustomerCode: any;
|
|
63
66
|
};
|
|
64
67
|
renderPc: () => null;
|
|
65
68
|
renderExport: () => null;
|
|
@@ -10,7 +10,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
|
|
|
10
10
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
11
11
|
import React from "react";
|
|
12
12
|
import { LogisticsInterception } from "@kmkf-fe-packages/basic-components";
|
|
13
|
-
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull } from "@kmkf-fe-packages/kmkf-utils";
|
|
13
|
+
import { ExpressData, ExpressInterceptData, isJdLogisticsCompany, LogisticsAddressData, isNull } from "@kmkf-fe-packages/kmkf-utils";
|
|
14
14
|
import GetFormItem from "../GetFormItem";
|
|
15
15
|
import InterceptSenderMobile from "./interceptSenderMobile";
|
|
16
16
|
import InterceptApiStatusReason from "./interceptApiStatusReason";
|
|
@@ -23,6 +23,7 @@ import InterceptApiStatus from "./InterceptApiStatus";
|
|
|
23
23
|
import Express from "../Express";
|
|
24
24
|
import ExpressCode from "../ExpressCode";
|
|
25
25
|
import ColumnHeader from "./columnHeader";
|
|
26
|
+
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
26
27
|
// import InterceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
27
28
|
// import InterceptLogisticsUserSecretKey from "./interceptLogisticsUserSecretKey";
|
|
28
29
|
// import interceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
@@ -46,6 +47,7 @@ function Logistics(options) {
|
|
|
46
47
|
_defineProperty(this, "interceptApiStatus", void 0);
|
|
47
48
|
_defineProperty(this, "interceptSenderMobile", void 0);
|
|
48
49
|
_defineProperty(this, "interceptApiStatusReason", void 0);
|
|
50
|
+
_defineProperty(this, "interceptLogisticsCustomerCode", void 0);
|
|
49
51
|
_defineProperty(this, "interceptSnapshot", void 0);
|
|
50
52
|
_defineProperty(this, "interceptState", void 0);
|
|
51
53
|
_defineProperty(this, "isCombinationComponent", void 0);
|
|
@@ -61,10 +63,10 @@ function Logistics(options) {
|
|
|
61
63
|
_defineProperty(this, "dataType", void 0);
|
|
62
64
|
_defineProperty(this, "isChange", void 0);
|
|
63
65
|
_defineProperty(this, "renderClient", function (record) {
|
|
64
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record), _this.interceptApiStatus.renderClient(record), _this.interceptApiStatusReason.renderClient(record), _this.interceptSnapshot.renderClient(record), _this.interceptState.renderClient(record));
|
|
66
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record), _this.interceptApiStatus.renderClient(record), _this.interceptApiStatusReason.renderClient(record), _this.interceptSnapshot.renderClient(record), _this.interceptState.renderClient(record), _this.interceptLogisticsCustomerCode.renderClient(record));
|
|
65
67
|
});
|
|
66
68
|
_defineProperty(this, "renderLog", function (record) {
|
|
67
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ":", " ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ":", " ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ":", " ", _this.interceptLogisticsStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatus.name, ":", " ", _this.interceptApiStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatusReason.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatusReason.name, ":", " ", _this.interceptApiStatusReason.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSnapshot.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSnapshot.name, ":", " ", _this.interceptSnapshot.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptState.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptState.name, ":", " ", _this.interceptState.renderLog(record))));
|
|
69
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsCustomerCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsCustomerCode.name, ":", " ", _this.interceptLogisticsCustomerCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ":", " ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ":", " ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ":", " ", _this.interceptLogisticsStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatus.name, ":", " ", _this.interceptApiStatus.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptApiStatusReason.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptApiStatusReason.name, ":", " ", _this.interceptApiStatusReason.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSnapshot.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSnapshot.name, ":", " ", _this.interceptSnapshot.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptState.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptState.name, ":", " ", _this.interceptState.renderLog(record))));
|
|
68
70
|
});
|
|
69
71
|
_defineProperty(this, "getComponentValue", function (r) {
|
|
70
72
|
return {
|
|
@@ -77,7 +79,8 @@ function Logistics(options) {
|
|
|
77
79
|
interceptRedirectTo: _this.interceptAddress.getComponentValue(r),
|
|
78
80
|
interceptSnapshot: _this.interceptSnapshot.getComponentValue(r),
|
|
79
81
|
interceptState: _this.interceptState.getComponentValue(r),
|
|
80
|
-
interceptApiStatusReason: _this.interceptApiStatusReason.getComponentValue(r)
|
|
82
|
+
interceptApiStatusReason: _this.interceptApiStatusReason.getComponentValue(r),
|
|
83
|
+
interceptLogisticsCustomerCode: _this.interceptLogisticsCustomerCode.getComponentValue(r)
|
|
81
84
|
// interceptLogisticsUserKCode:
|
|
82
85
|
// this.interceptLogisticsUserKCode.getComponentValue(r),
|
|
83
86
|
// interceptLogisticsUserSecretKey:
|
|
@@ -133,7 +136,7 @@ function Logistics(options) {
|
|
|
133
136
|
subKey: "interceptCompany"
|
|
134
137
|
})), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
135
138
|
subKey: "interceptCode"
|
|
136
|
-
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptApiStatusReason.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptState.filterConfig(item)
|
|
139
|
+
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptApiStatusReason.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptState.filterConfig(item), _this.interceptLogisticsCustomerCode.filterConfig(item)
|
|
137
140
|
// this.interceptLogisticsUserKCode.filterConfig(item),
|
|
138
141
|
// this.interceptLogisticsUserSecretKey.filterConfig(item),
|
|
139
142
|
];
|
|
@@ -159,6 +162,7 @@ function Logistics(options) {
|
|
|
159
162
|
this.interceptSnapshot = new InterceptSnapshot(options);
|
|
160
163
|
this.interceptState = new InterceptState(options);
|
|
161
164
|
this.interceptApiStatusReason = new InterceptApiStatusReason(options);
|
|
165
|
+
this.interceptLogisticsCustomerCode = new InterceptLogisticsCustomerCode(options);
|
|
162
166
|
// this.interceptLogisticsUserSecretKey = new InterceptLogisticsUserSecretKey(
|
|
163
167
|
// options,
|
|
164
168
|
// );
|
|
@@ -175,7 +179,7 @@ function Logistics(options) {
|
|
|
175
179
|
this.canSort = false;
|
|
176
180
|
this.dataType = "object";
|
|
177
181
|
this.isChange = false;
|
|
178
|
-
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptApiStatusReason, this.interceptSnapshot, this.interceptState
|
|
182
|
+
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptApiStatusReason, this.interceptSnapshot, this.interceptState, this.interceptLogisticsCustomerCode
|
|
179
183
|
// this.interceptLogisticsUserKCode,
|
|
180
184
|
// this.interceptLogisticsUserSecretKey,
|
|
181
185
|
];
|
|
@@ -186,7 +190,10 @@ function Logistics(options) {
|
|
|
186
190
|
if ((_this$componentConfig5 = _this.componentConfig) !== null && _this$componentConfig5 !== void 0 && _this$componentConfig5.required && (!(value !== null && value !== void 0 && value.interceptCompany) || !value.interceptCode)) {
|
|
187
191
|
return Promise.reject(new Error("请填写物流信息"));
|
|
188
192
|
}
|
|
189
|
-
if ((
|
|
193
|
+
if (isJdLogisticsCompany(value === null || value === void 0 ? void 0 : value.interceptCompany) && !(value !== null && value !== void 0 && value.interceptLogisticsCustomerCode)) {
|
|
194
|
+
return Promise.reject(new Error("请选择客户编码"));
|
|
195
|
+
}
|
|
196
|
+
if ((_this$componentConfig6 = _this.componentConfig) !== null && _this$componentConfig6 !== void 0 && _this$componentConfig6.required && !isJdLogisticsCompany(value === null || value === void 0 ? void 0 : value.interceptCompany) && !(value !== null && value !== void 0 && value.interceptType)) {
|
|
190
197
|
return Promise.reject(new Error("请选择拦截类型"));
|
|
191
198
|
}
|
|
192
199
|
var showAddress = _this.expressInterceptData.getShowNewAddressMap()["".concat(value === null || value === void 0 ? void 0 : value.interceptType)];
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ALignType, ColumnConfig, ComponentInterface, PickOption, Record } from "../../type";
|
|
2
|
+
import React from "react";
|
|
3
|
+
declare class InterceptLogisticsCustomerCode implements ComponentInterface {
|
|
4
|
+
name: string;
|
|
5
|
+
id: string;
|
|
6
|
+
sortField: string;
|
|
7
|
+
type: string;
|
|
8
|
+
rules: any[];
|
|
9
|
+
componentConfig: ComponentInterface["componentConfig"];
|
|
10
|
+
effects: ComponentInterface["effects"];
|
|
11
|
+
align: ALignType;
|
|
12
|
+
width: number;
|
|
13
|
+
isCombinationComponent: boolean;
|
|
14
|
+
formField: string;
|
|
15
|
+
canSort: boolean;
|
|
16
|
+
children: ComponentInterface[];
|
|
17
|
+
dataType: ComponentInterface["dataType"];
|
|
18
|
+
options: ComponentInterface["options"];
|
|
19
|
+
constructor(options: PickOption);
|
|
20
|
+
getComponentValue: (record: Record) => any;
|
|
21
|
+
renderClient: (record: Record) => React.JSX.Element | null;
|
|
22
|
+
renderPc: (_value: any, record: Record) => any;
|
|
23
|
+
renderLog: (record: Record) => any;
|
|
24
|
+
renderExport: (_value: any, record: Record) => any;
|
|
25
|
+
editRender: () => null;
|
|
26
|
+
filterConfig: (item: ColumnConfig) => {
|
|
27
|
+
searchDefaultConditions: "in";
|
|
28
|
+
type: string;
|
|
29
|
+
id: string;
|
|
30
|
+
name: string;
|
|
31
|
+
filterComponentType: "MultipleSelect";
|
|
32
|
+
props: {
|
|
33
|
+
options: any[];
|
|
34
|
+
};
|
|
35
|
+
formatFilterValue: (value: string[]) => string[];
|
|
36
|
+
filterFn: (value: string[]) => (record: Record) => boolean;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export default InterceptLogisticsCustomerCode;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
|
+
import React from "react";
|
|
9
|
+
import ItemView from "../../commonComponents/ItemView";
|
|
10
|
+
import { filterFn as _filterFn, isNull, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
11
|
+
import { SYMBOL } from "../../constant";
|
|
12
|
+
var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
|
|
13
|
+
var _this = this;
|
|
14
|
+
_classCallCheck(this, InterceptLogisticsCustomerCode);
|
|
15
|
+
_defineProperty(this, "name", void 0);
|
|
16
|
+
_defineProperty(this, "id", void 0);
|
|
17
|
+
_defineProperty(this, "sortField", void 0);
|
|
18
|
+
_defineProperty(this, "type", void 0);
|
|
19
|
+
_defineProperty(this, "rules", void 0);
|
|
20
|
+
_defineProperty(this, "componentConfig", void 0);
|
|
21
|
+
_defineProperty(this, "effects", void 0);
|
|
22
|
+
_defineProperty(this, "align", void 0);
|
|
23
|
+
_defineProperty(this, "width", void 0);
|
|
24
|
+
_defineProperty(this, "isCombinationComponent", void 0);
|
|
25
|
+
_defineProperty(this, "formField", void 0);
|
|
26
|
+
_defineProperty(this, "canSort", void 0);
|
|
27
|
+
_defineProperty(this, "children", void 0);
|
|
28
|
+
_defineProperty(this, "dataType", void 0);
|
|
29
|
+
_defineProperty(this, "options", void 0);
|
|
30
|
+
_defineProperty(this, "getComponentValue", function (record) {
|
|
31
|
+
return record === null || record === void 0 ? void 0 : record[_this.id];
|
|
32
|
+
});
|
|
33
|
+
_defineProperty(this, "renderClient", function (record) {
|
|
34
|
+
return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
|
|
35
|
+
id: _this.id,
|
|
36
|
+
label: _this.name,
|
|
37
|
+
value: record[_this.id]
|
|
38
|
+
}) : null;
|
|
39
|
+
});
|
|
40
|
+
_defineProperty(this, "renderPc", function (_value, record) {
|
|
41
|
+
var _record$_this$id;
|
|
42
|
+
return (_record$_this$id = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id !== void 0 ? _record$_this$id : "--";
|
|
43
|
+
});
|
|
44
|
+
_defineProperty(this, "renderLog", function (record) {
|
|
45
|
+
return isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? null : record[_this.id];
|
|
46
|
+
});
|
|
47
|
+
_defineProperty(this, "renderExport", function (_value, record) {
|
|
48
|
+
var _record$_this$id2;
|
|
49
|
+
return (_record$_this$id2 = record === null || record === void 0 ? void 0 : record[_this.id]) !== null && _record$_this$id2 !== void 0 ? _record$_this$id2 : "--";
|
|
50
|
+
});
|
|
51
|
+
_defineProperty(this, "editRender", function () {
|
|
52
|
+
return null;
|
|
53
|
+
});
|
|
54
|
+
_defineProperty(this, "filterConfig", function (item) {
|
|
55
|
+
return {
|
|
56
|
+
searchDefaultConditions: SYMBOL.in,
|
|
57
|
+
type: item.type,
|
|
58
|
+
id: "".concat(item.id, "_interceptLogisticsCustomerCode"),
|
|
59
|
+
name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
|
|
60
|
+
filterComponentType: "MultipleSelect",
|
|
61
|
+
props: {
|
|
62
|
+
options: _this.options || []
|
|
63
|
+
},
|
|
64
|
+
formatFilterValue: function formatFilterValue(value) {
|
|
65
|
+
var _value$map;
|
|
66
|
+
return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (item) {
|
|
67
|
+
return item === null || item === void 0 ? void 0 : item.split(",");
|
|
68
|
+
})) === null || _value$map === void 0 ? void 0 : _value$map.flat();
|
|
69
|
+
},
|
|
70
|
+
filterFn: function filterFn(value) {
|
|
71
|
+
return function (record) {
|
|
72
|
+
var _value$map2, _value$map2$flat;
|
|
73
|
+
return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (item) {
|
|
74
|
+
return item === null || item === void 0 ? void 0 : item.split(",");
|
|
75
|
+
})) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.includes(_filterFn.filterTableListItemColumnValue(record, item.id, "interceptLogisticsCustomerCode"));
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
});
|
|
80
|
+
this.name = "客户编码";
|
|
81
|
+
this.id = "".concat(options.id, "_interceptLogisticsCustomerCode");
|
|
82
|
+
this.sortField = this.id;
|
|
83
|
+
this.formField = this.id;
|
|
84
|
+
this.type = options.type;
|
|
85
|
+
this.componentConfig = options.componentConfig;
|
|
86
|
+
this.rules = [];
|
|
87
|
+
this.align = "left";
|
|
88
|
+
this.width = 220;
|
|
89
|
+
this.isCombinationComponent = false;
|
|
90
|
+
this.canSort = true;
|
|
91
|
+
this.children = [];
|
|
92
|
+
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
93
|
+
this.dataType = "string";
|
|
94
|
+
this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
|
|
95
|
+
return item.cpCode === "JD" && item.customerCode;
|
|
96
|
+
}).map(function (item) {
|
|
97
|
+
return {
|
|
98
|
+
label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
|
|
99
|
+
value: item.customerCode
|
|
100
|
+
};
|
|
101
|
+
});
|
|
102
|
+
});
|
|
103
|
+
export default InterceptLogisticsCustomerCode;
|
|
@@ -9,6 +9,7 @@ import InterceptStatus from "./InterceptStatus";
|
|
|
9
9
|
import InterceptCode from "./interceptCode";
|
|
10
10
|
import InterceptApiStatus from "./InterceptApiStatus";
|
|
11
11
|
import Express from "./interceptCompany";
|
|
12
|
+
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
12
13
|
declare class Logistics implements ComponentInterface {
|
|
13
14
|
name: string;
|
|
14
15
|
columnHeader: string | JSX.Element;
|
|
@@ -23,6 +24,7 @@ declare class Logistics implements ComponentInterface {
|
|
|
23
24
|
interceptApiStatus: InterceptApiStatus;
|
|
24
25
|
interceptSenderMobile: InterceptSenderMobile;
|
|
25
26
|
interceptSnapshot: InterceptSnapshot;
|
|
27
|
+
interceptLogisticsCustomerCode: InterceptLogisticsCustomerCode;
|
|
26
28
|
isCombinationComponent: boolean;
|
|
27
29
|
formField: string;
|
|
28
30
|
canSort: boolean;
|
|
@@ -11,7 +11,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
11
11
|
import React from "react";
|
|
12
12
|
import { Space } from "antd";
|
|
13
13
|
import { LogisticsMoreInterception } from "@kmkf-fe-packages/basic-components";
|
|
14
|
-
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
14
|
+
import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull, AddressData, isJdLogisticsCompany } from "@kmkf-fe-packages/kmkf-utils";
|
|
15
15
|
import ItemView from "../../commonComponents/ItemView";
|
|
16
16
|
import GetFormItem from "../GetFormItem";
|
|
17
17
|
import InterceptSenderMobile from "./interceptSenderMobile";
|
|
@@ -25,6 +25,7 @@ import Express from "./interceptCompany";
|
|
|
25
25
|
import ColumnHeader from "./columnHeader";
|
|
26
26
|
import QueryLogisticsTrack from "../../commonComponents/QueryLogisticsTrack";
|
|
27
27
|
import CopyText from "../../commonComponents/CopyText";
|
|
28
|
+
import InterceptLogisticsCustomerCode from "./interceptLogisticsCustomerCode";
|
|
28
29
|
// import InterceptLogisticsUserKCode from "./interceptLogisticsUserKCode";
|
|
29
30
|
// import InterceptLogisticsUserSecretKey from "./interceptLogisticsUserSecretKey";
|
|
30
31
|
var Logistics = /*#__PURE__*/_createClass(
|
|
@@ -49,6 +50,7 @@ function Logistics(options) {
|
|
|
49
50
|
_defineProperty(this, "interceptApiStatus", void 0);
|
|
50
51
|
_defineProperty(this, "interceptSenderMobile", void 0);
|
|
51
52
|
_defineProperty(this, "interceptSnapshot", void 0);
|
|
53
|
+
_defineProperty(this, "interceptLogisticsCustomerCode", void 0);
|
|
52
54
|
_defineProperty(this, "isCombinationComponent", void 0);
|
|
53
55
|
_defineProperty(this, "formField", void 0);
|
|
54
56
|
_defineProperty(this, "canSort", void 0);
|
|
@@ -75,7 +77,7 @@ function Logistics(options) {
|
|
|
75
77
|
text: item.interceptCode
|
|
76
78
|
})) : null, (_item$interceptAddres = item.interceptAddress) !== null && _item$interceptAddres !== void 0 && _item$interceptAddres.length || item.interceptDetail || item.interceptReceiverName || item.interceptReceiverMobile ? /*#__PURE__*/React.createElement("div", null, "\u6D3E\u4EF6\u4FE1\u606F\uFF1A", /*#__PURE__*/React.createElement(CopyText, {
|
|
77
79
|
text: "".concat(addressText, "\n ").concat(item.interceptDetail, " ").concat(item.interceptReceiverName, "\n ").concat(item.interceptReceiverMobile)
|
|
78
|
-
})) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.interceptLogisticsStatus ? /*#__PURE__*/React.createElement("div", null, "\u7269\u6D41\u72B6\u6001\uFF1A", (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep[item.interceptLogisticsStatus], /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
|
|
80
|
+
})) : null, item.interceptType ? /*#__PURE__*/React.createElement("div", null, "\u62E6\u622A\u7C7B\u578B\uFF1A", _this.expressInterceptInstance.getTypeNameMap()[item.interceptType]) : null, item.interceptLogisticsCustomerCode ? /*#__PURE__*/React.createElement("div", null, "\u5BA2\u6237\u7F16\u7801\uFF1A", item.interceptLogisticsCustomerCode) : null, item.interceptLogisticsStatus ? /*#__PURE__*/React.createElement("div", null, "\u7269\u6D41\u72B6\u6001\uFF1A", (_this$expressIntercep = _this.expressInterceptInstance.getStatusNameMap()) === null || _this$expressIntercep === void 0 ? void 0 : _this$expressIntercep[item.interceptLogisticsStatus], /*#__PURE__*/React.createElement(QueryLogisticsTrack, {
|
|
79
81
|
modelWidth: 500,
|
|
80
82
|
interceptCompany: item.interceptCompany,
|
|
81
83
|
interceptCode: item.interceptCode,
|
|
@@ -128,7 +130,7 @@ function Logistics(options) {
|
|
|
128
130
|
subKey: "logisticsInterceptCompanyList"
|
|
129
131
|
})), _this.expressCode.filterConfig(_objectSpread(_objectSpread({}, item), {}, {
|
|
130
132
|
subKey: "logisticsInterceptCodeList"
|
|
131
|
-
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item)];
|
|
133
|
+
})), _this.interceptSenderMobile.filterConfig(item), _this.interceptLogisticsStatus.filterConfig(item), _this.interceptApiStatus.filterConfig(item), _this.interceptType.filterConfig(item), _this.interceptSnapshot.filterConfig(item), _this.interceptLogisticsCustomerCode.filterConfig(item)];
|
|
132
134
|
});
|
|
133
135
|
this.name = options.name;
|
|
134
136
|
this.columnHeader = /*#__PURE__*/React.createElement(ColumnHeader, {
|
|
@@ -150,6 +152,7 @@ function Logistics(options) {
|
|
|
150
152
|
this.interceptApiStatus = new InterceptApiStatus(options);
|
|
151
153
|
this.interceptSenderMobile = new InterceptSenderMobile(options);
|
|
152
154
|
this.interceptSnapshot = new InterceptSnapshot(options);
|
|
155
|
+
this.interceptLogisticsCustomerCode = new InterceptLogisticsCustomerCode(options);
|
|
153
156
|
// this.interceptLogisticsUserKCode = new InterceptLogisticsUserKCode(options);
|
|
154
157
|
// this.interceptLogisticsUserSecretKey = new InterceptLogisticsUserSecretKey(
|
|
155
158
|
// options
|
|
@@ -165,7 +168,7 @@ function Logistics(options) {
|
|
|
165
168
|
this.isCombinationComponent = true;
|
|
166
169
|
this.canSort = false;
|
|
167
170
|
this.dataType = "object";
|
|
168
|
-
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot
|
|
171
|
+
this.children = [this.express, this.expressCode, this.interceptType, this.interceptAddress, this.interceptLogisticsStatus, this.interceptApiStatus, this.interceptSnapshot, this.interceptLogisticsCustomerCode
|
|
169
172
|
// this.interceptLogisticsUserKCode,
|
|
170
173
|
// this.interceptLogisticsUserSecretKey,
|
|
171
174
|
];
|
|
@@ -179,7 +182,7 @@ function Logistics(options) {
|
|
|
179
182
|
return Promise.reject(new Error("请填写物流信息"));
|
|
180
183
|
}
|
|
181
184
|
if (value.some(function (t) {
|
|
182
|
-
return !(t !== null && t !== void 0 && t.interceptType);
|
|
185
|
+
return !isJdLogisticsCompany(t === null || t === void 0 ? void 0 : t.interceptCompany) && !(t !== null && t !== void 0 && t.interceptType);
|
|
183
186
|
})) {
|
|
184
187
|
return Promise.reject(new Error("请选择拦截类型"));
|
|
185
188
|
}
|
|
@@ -220,6 +223,17 @@ function Logistics(options) {
|
|
|
220
223
|
return Promise.resolve();
|
|
221
224
|
}
|
|
222
225
|
}] : [];
|
|
226
|
+
this.rules.unshift({
|
|
227
|
+
validator: function validator(_) {
|
|
228
|
+
var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
229
|
+
if (value.some(function (item) {
|
|
230
|
+
return isJdLogisticsCompany(item === null || item === void 0 ? void 0 : item.interceptCompany) && !(item !== null && item !== void 0 && item.interceptLogisticsCustomerCode);
|
|
231
|
+
})) {
|
|
232
|
+
return Promise.reject(new Error("请选择客户编码"));
|
|
233
|
+
}
|
|
234
|
+
return Promise.resolve();
|
|
235
|
+
}
|
|
236
|
+
});
|
|
223
237
|
this.addressDateInstance = AddressData.getInstance();
|
|
224
238
|
});
|
|
225
239
|
export default Logistics;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ALignType, ColumnConfig, ComponentInterface, PickOption, Record } from "../../type";
|
|
2
|
+
declare class InterceptLogisticsCustomerCode implements ComponentInterface {
|
|
3
|
+
name: string;
|
|
4
|
+
id: string;
|
|
5
|
+
sortField: string;
|
|
6
|
+
type: string;
|
|
7
|
+
rules: any[];
|
|
8
|
+
componentConfig: ComponentInterface["componentConfig"];
|
|
9
|
+
effects: ComponentInterface["effects"];
|
|
10
|
+
align: ALignType;
|
|
11
|
+
width: number;
|
|
12
|
+
isCombinationComponent: boolean;
|
|
13
|
+
formField: string;
|
|
14
|
+
canSort: boolean;
|
|
15
|
+
children: ComponentInterface[];
|
|
16
|
+
dataType: ComponentInterface["dataType"];
|
|
17
|
+
options: ComponentInterface["options"];
|
|
18
|
+
constructor(options: PickOption);
|
|
19
|
+
getComponentValue: (record: Record) => any;
|
|
20
|
+
renderCustomerCodes: (record: Record) => any;
|
|
21
|
+
renderClient: () => null;
|
|
22
|
+
renderPc: (_value: any, record: Record) => any;
|
|
23
|
+
renderLog: () => null;
|
|
24
|
+
renderExport: (_value: any, record: Record) => any;
|
|
25
|
+
editRender: () => null;
|
|
26
|
+
filterConfig: (item: ColumnConfig) => {
|
|
27
|
+
searchDefaultConditions: "in";
|
|
28
|
+
type: string;
|
|
29
|
+
id: string;
|
|
30
|
+
name: string;
|
|
31
|
+
filterComponentType: "MultipleSelect";
|
|
32
|
+
props: {
|
|
33
|
+
options: any[];
|
|
34
|
+
};
|
|
35
|
+
formatFilterValue: (value: string[]) => string[];
|
|
36
|
+
filterFn: (value: string[]) => (record: Record) => boolean;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export default InterceptLogisticsCustomerCode;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
|
+
import React from "react";
|
|
9
|
+
import { filterFn as _filterFn, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
|
|
10
|
+
import { SYMBOL } from "../../constant";
|
|
11
|
+
var InterceptLogisticsCustomerCode = /*#__PURE__*/_createClass(function InterceptLogisticsCustomerCode(options) {
|
|
12
|
+
var _this = this;
|
|
13
|
+
_classCallCheck(this, InterceptLogisticsCustomerCode);
|
|
14
|
+
_defineProperty(this, "name", void 0);
|
|
15
|
+
_defineProperty(this, "id", void 0);
|
|
16
|
+
_defineProperty(this, "sortField", void 0);
|
|
17
|
+
_defineProperty(this, "type", void 0);
|
|
18
|
+
_defineProperty(this, "rules", void 0);
|
|
19
|
+
_defineProperty(this, "componentConfig", void 0);
|
|
20
|
+
_defineProperty(this, "effects", void 0);
|
|
21
|
+
_defineProperty(this, "align", void 0);
|
|
22
|
+
_defineProperty(this, "width", void 0);
|
|
23
|
+
_defineProperty(this, "isCombinationComponent", void 0);
|
|
24
|
+
_defineProperty(this, "formField", void 0);
|
|
25
|
+
_defineProperty(this, "canSort", void 0);
|
|
26
|
+
_defineProperty(this, "children", void 0);
|
|
27
|
+
_defineProperty(this, "dataType", void 0);
|
|
28
|
+
_defineProperty(this, "options", void 0);
|
|
29
|
+
_defineProperty(this, "getComponentValue", function (record) {
|
|
30
|
+
return ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || []).map(function (item) {
|
|
31
|
+
return item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode;
|
|
32
|
+
}).filter(Boolean).join(",");
|
|
33
|
+
});
|
|
34
|
+
_defineProperty(this, "renderCustomerCodes", function (record) {
|
|
35
|
+
var list = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_logisticsInterceptList")]) || [];
|
|
36
|
+
return list.map(function (item, index) {
|
|
37
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
38
|
+
key: "".concat((item === null || item === void 0 ? void 0 : item.interceptCode) || "customer-code", "-").concat(index)
|
|
39
|
+
}, "\u5305\u88F9".concat(index + 1, ":"), (item === null || item === void 0 ? void 0 : item.interceptLogisticsCustomerCode) || "--");
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
_defineProperty(this, "renderClient", function () {
|
|
43
|
+
return null;
|
|
44
|
+
});
|
|
45
|
+
_defineProperty(this, "renderPc", function (_value, record) {
|
|
46
|
+
return _this.renderCustomerCodes(record);
|
|
47
|
+
});
|
|
48
|
+
_defineProperty(this, "renderLog", function () {
|
|
49
|
+
return null;
|
|
50
|
+
});
|
|
51
|
+
_defineProperty(this, "renderExport", function (_value, record) {
|
|
52
|
+
return _this.getComponentValue(record) || "--";
|
|
53
|
+
});
|
|
54
|
+
_defineProperty(this, "editRender", function () {
|
|
55
|
+
return null;
|
|
56
|
+
});
|
|
57
|
+
_defineProperty(this, "filterConfig", function (item) {
|
|
58
|
+
return {
|
|
59
|
+
searchDefaultConditions: SYMBOL.in,
|
|
60
|
+
type: item.type,
|
|
61
|
+
id: "".concat(item.id, "_logisticsInterceptCustomerCodeList"),
|
|
62
|
+
name: "".concat(item.name, "-\u5BA2\u6237\u7F16\u7801"),
|
|
63
|
+
filterComponentType: "MultipleSelect",
|
|
64
|
+
props: {
|
|
65
|
+
options: _this.options || []
|
|
66
|
+
},
|
|
67
|
+
formatFilterValue: function formatFilterValue(value) {
|
|
68
|
+
var _value$map;
|
|
69
|
+
return value === null || value === void 0 ? void 0 : (_value$map = value.map(function (option) {
|
|
70
|
+
return option === null || option === void 0 ? void 0 : option.split(",");
|
|
71
|
+
})) === null || _value$map === void 0 ? void 0 : _value$map.flat();
|
|
72
|
+
},
|
|
73
|
+
filterFn: function filterFn(value) {
|
|
74
|
+
return function (record) {
|
|
75
|
+
var _value$map2, _value$map2$flat;
|
|
76
|
+
return value === null || value === void 0 ? void 0 : (_value$map2 = value.map(function (option) {
|
|
77
|
+
return option === null || option === void 0 ? void 0 : option.split(",");
|
|
78
|
+
})) === null || _value$map2 === void 0 ? void 0 : (_value$map2$flat = _value$map2.flat()) === null || _value$map2$flat === void 0 ? void 0 : _value$map2$flat.some(function (customerCode) {
|
|
79
|
+
return "".concat(_filterFn.filterTableListItemColumnValue(record, item.id, "logisticsInterceptCustomerCodeList")).split(",").includes(customerCode);
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
});
|
|
85
|
+
this.name = "客户编码";
|
|
86
|
+
this.id = options.id;
|
|
87
|
+
this.sortField = "".concat(options.id, "_logisticsInterceptCustomerCodeList");
|
|
88
|
+
this.formField = this.sortField;
|
|
89
|
+
this.type = options.type;
|
|
90
|
+
this.componentConfig = options.componentConfig;
|
|
91
|
+
this.rules = [];
|
|
92
|
+
this.align = "left";
|
|
93
|
+
this.width = 220;
|
|
94
|
+
this.isCombinationComponent = false;
|
|
95
|
+
this.canSort = true;
|
|
96
|
+
this.children = [];
|
|
97
|
+
this.effects = options === null || options === void 0 ? void 0 : options.effects;
|
|
98
|
+
this.dataType = "string";
|
|
99
|
+
this.options = (LogisticsAddressData.getInstance().getAddressData() || []).filter(function (item) {
|
|
100
|
+
return item.cpCode === "JD" && item.customerCode;
|
|
101
|
+
}).map(function (item) {
|
|
102
|
+
return {
|
|
103
|
+
label: item.remark ? "".concat(item.customerCode, "\uFF08").concat(item.remark, "\uFF09") : item.customerCode,
|
|
104
|
+
value: item.customerCode
|
|
105
|
+
};
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
export default InterceptLogisticsCustomerCode;
|
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, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, PublicGoods, PublicReissueGoods, PublicExchange, GyGoods, BsE3Reissue, MemberLevel, GyReturn, AsyncSelect, WdtShopSelect, DxdShopSelect, KmVideo, BasicTypeInput, SkxIdInputSelect, SkxGoods, BasicSelectOption, OrderSubForm, FlowOverallStatusSelect, ReturnWarehouse, KmExchange } from "./index";
|
|
2
2
|
import { PickOption } from "./type";
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsSystemOrder | CommonMultiStatus | DxdShopSelect | JstSendGood |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => BsLogistics | BsSystemOrder | CommonMultiStatus | DxdShopSelect | JstSendGood | LogisticsInterception | LogisticsMoreInterception | PublicGoods | BasicInput | BasicTypeInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicSelectOption | 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 | Payment | ReissueLogistics | JstItemSelect | JstSupply | BsGoods | BsE3Goods | PublicReissueGoods | PublicExchange | BsE3Reissue | BsExchange | BsReissue | BsReturn | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | NodeDeadLine | HandlerDeadLine | NodeStayDuration | BsPosting | NodeInput | FlowWorkOrderStatus | MsgStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | WdtShopSelect | KmVideo | CommonInput | PaymentVoucherCode | Label | MemberLevel | AfterSalesOrderId | ReturnWarehouse | GyGoods | KmExchange | GyReissue | GyReturn | AsyncSelect | SkxIdInputSelect | SkxGoods | OrderSubForm | FlowOverallStatusSelect;
|
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.14",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.10.9-beta.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.10.9-beta.14",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.14",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
28
28
|
"react-pdf-js": "^5.1.0"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5d3cdbfbc69828ca860a175154f18f17c1165cf1",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|