@kmkf-fe-packages/kmkf-work-order-service-component 2.0.54-beta.73 → 2.0.54-beta.74
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.
|
@@ -652,8 +652,8 @@ var handleErpAfterSelfTradeId = function handleErpAfterSelfTradeId(_ref48) {
|
|
|
652
652
|
getNowData = _ref48.getNowData;
|
|
653
653
|
return function (item) {
|
|
654
654
|
var tradeItemList = getNowData(item.uniqueKey, []);
|
|
655
|
-
addContent('
|
|
656
|
-
addContent('
|
|
655
|
+
addContent('erpAfterSaleTradeItemList', tradeItemList);
|
|
656
|
+
addContent('erpAfterSaleTradeIdList', tradeItemList.map(function (item) {
|
|
657
657
|
return item.billNo + '';
|
|
658
658
|
}));
|
|
659
659
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.74",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "80208635cbdc6101064b607f02d5f2f4b7e4b5b9",
|
|
77
77
|
"gitHooks": {
|
|
78
78
|
"pre-commit": "lint-staged"
|
|
79
79
|
}
|