@kmkf-fe-packages/basic-components 2.10.9-beta.36 → 2.10.9-beta.44
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/index.esm.js +8 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10768,6 +10768,7 @@ var SubForm = function SubForm(props) {
|
|
|
10768
10768
|
data,
|
|
10769
10769
|
success,
|
|
10770
10770
|
_cursorIdRef$current2,
|
|
10771
|
+
_cursorIdRef$current3,
|
|
10771
10772
|
transDataSourceItem,
|
|
10772
10773
|
headerKeys,
|
|
10773
10774
|
newList,
|
|
@@ -10826,6 +10827,9 @@ var SubForm = function SubForm(props) {
|
|
|
10826
10827
|
if (cursorIdRef.current.cursorId) {
|
|
10827
10828
|
params.cursorId = cursorIdRef.current.cursorId;
|
|
10828
10829
|
}
|
|
10830
|
+
if (cursorIdRef.current.cursorCreated) {
|
|
10831
|
+
params.cursorCreated = cursorIdRef.current.cursorCreated;
|
|
10832
|
+
}
|
|
10829
10833
|
} else {
|
|
10830
10834
|
cursorIdRef.current = {
|
|
10831
10835
|
queryKey: queryKey
|
|
@@ -10843,6 +10847,9 @@ var SubForm = function SubForm(props) {
|
|
|
10843
10847
|
if ((data === null || data === void 0 ? void 0 : data.cursorId) && ((_cursorIdRef$current2 = cursorIdRef.current) === null || _cursorIdRef$current2 === void 0 ? void 0 : _cursorIdRef$current2.queryKey) === queryKey) {
|
|
10844
10848
|
cursorIdRef.current.cursorId = data.cursorId;
|
|
10845
10849
|
}
|
|
10850
|
+
if ((data === null || data === void 0 ? void 0 : data.cursorCreated) && ((_cursorIdRef$current3 = cursorIdRef.current) === null || _cursorIdRef$current3 === void 0 ? void 0 : _cursorIdRef$current3.queryKey) === queryKey) {
|
|
10851
|
+
cursorIdRef.current.cursorCreated = data.cursorCreated;
|
|
10852
|
+
}
|
|
10846
10853
|
transDataSourceItem = transformWorkOrderData(componentDtoList.length ? componentDtoList : componentList, 'edit');
|
|
10847
10854
|
headerKeys = correlationList.map(function (t) {
|
|
10848
10855
|
return t.key;
|
|
@@ -27489,7 +27496,7 @@ var getWdtOrderListSingleton = function getWdtOrderListSingleton(orderNo) {
|
|
|
27489
27496
|
billType: WDT_ORDER_TYPE_MAP[item.tradeType],
|
|
27490
27497
|
billTag: item.tagName || item.tags,
|
|
27491
27498
|
tradeStatusValue: tradeStatusMap === null || tradeStatusMap === void 0 ? void 0 : (_tradeStatusMap$data$ = tradeStatusMap[data.data.version]) === null || _tradeStatusMap$data$ === void 0 ? void 0 : _tradeStatusMap$data$[item.tradeStatus],
|
|
27492
|
-
warehouseType: warehouseTypeMap === null || warehouseTypeMap === void 0 ? void 0 : (_warehouseTypeMap$dat = warehouseTypeMap[data.data.version]) === null || _warehouseTypeMap$dat === void 0 ? void 0 : _warehouseTypeMap$dat[item.
|
|
27499
|
+
warehouseType: warehouseTypeMap === null || warehouseTypeMap === void 0 ? void 0 : (_warehouseTypeMap$dat = warehouseTypeMap[data.data.version]) === null || _warehouseTypeMap$dat === void 0 ? void 0 : _warehouseTypeMap$dat[item.warehouseType],
|
|
27493
27500
|
logisticsName: ExpressData.getInstance('wdt').getExpressNameByCode(item === null || item === void 0 ? void 0 : item.logisticsCode, false) || (item === null || item === void 0 ? void 0 : item.logisticsName)
|
|
27494
27501
|
});
|
|
27495
27502
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.9-beta.
|
|
3
|
+
"version": "2.10.9-beta.44",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.44",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "2423279d3973d4e450460397354a8d87f330749e"
|
|
70
70
|
}
|