@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44 → 2.2.45
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.
|
@@ -14,6 +14,7 @@ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symb
|
|
|
14
14
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
15
15
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
16
16
|
import { message } from 'antd';
|
|
17
|
+
import moment from 'moment';
|
|
17
18
|
var globalResolveMap = new Map();
|
|
18
19
|
window.replyTradeInfo = function (res) {
|
|
19
20
|
console.debug("in replyTradeInfo res:", res);
|
|
@@ -186,7 +187,10 @@ var getTradeInfoByBuyerId = function getTradeInfoByBuyerId(buyerId) {
|
|
|
186
187
|
ext: {
|
|
187
188
|
pageNo: pageNo,
|
|
188
189
|
// 可选 分页从1开始
|
|
189
|
-
pageSize: pageSize
|
|
190
|
+
pageSize: pageSize,
|
|
191
|
+
// 可选
|
|
192
|
+
listStartDate: "1996-01-20",
|
|
193
|
+
listEndDate: moment().format('YYYY-MM-DD')
|
|
190
194
|
}
|
|
191
195
|
}
|
|
192
196
|
}), function (cmd, res) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.45",
|
|
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.2.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.45",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.45",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.45",
|
|
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": "2ad8d90257f0b1670e5082daaa71c5ea041cdd64",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|