@kmkf-fe-packages/kmkf-work-order-service-component 2.9.1-beta.13 → 2.9.1-beta.15
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.
|
@@ -66,7 +66,8 @@ var handleBuyerNickInput = function handleBuyerNickInput(_ref5) {
|
|
|
66
66
|
var _ref6;
|
|
67
67
|
(_ref6 = ['buyerNick', 'buyerOpenUid']) === null || _ref6 === void 0 ? void 0 : _ref6.map(function (key) {
|
|
68
68
|
addContent(key, getNowData("".concat(item.uniqueKey, ".").concat(key), ''));
|
|
69
|
-
|
|
69
|
+
var value = getNowData("".concat(item.uniqueKey, ".").concat(key), '');
|
|
70
|
+
value && upgradeParams(key, value);
|
|
70
71
|
});
|
|
71
72
|
};
|
|
72
73
|
};
|
|
@@ -292,8 +293,10 @@ var handleEnterprisePayment = function handleEnterprisePayment(_ref24) {
|
|
|
292
293
|
['enterprisePaymentRefundFee', 'enterprisePaymentTid', 'enterprisePaymentBuyerNick', 'enterprisePaymentBuyerOpenUid', 'enterprisePaymentAlipayNick', 'enterprisePaymentAlipayNo', 'enterprisePaymentStatus'].map(function (key) {
|
|
293
294
|
addContent(key, key === 'enterprisePaymentStatus' ? getNowData("".concat(item.uniqueKey, ".").concat(key), '未打款') : getNowData("".concat(item.uniqueKey, ".").concat(key), ''));
|
|
294
295
|
});
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
var buyerNick = getNowData("".concat(item.uniqueKey, ".enterprisePaymentBuyerNick"), '');
|
|
297
|
+
var buyerOpenUid = getNowData("".concat(item.uniqueKey, ".enterprisePaymentBuyerOpenUid"), '');
|
|
298
|
+
buyerNick && upgradeParams('buyerNick', buyerNick);
|
|
299
|
+
buyerOpenUid && upgradeParams('buyerOpenUid', buyerOpenUid);
|
|
297
300
|
};
|
|
298
301
|
};
|
|
299
302
|
var handleJstSupply = function handleJstSupply(_ref25) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.9.1-beta.
|
|
3
|
+
"version": "2.9.1-beta.15",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "2.9.1-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.9.1-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.9.1-beta.15",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.15",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.9.1-beta.15",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "0a90cf25939d9096bb5585a7518d1483161569f5",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|