@kmkf-fe-packages/kmkf-work-order-service-component 2.0.54-beta.97 → 2.0.54-beta.99
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.
|
@@ -282,7 +282,7 @@ var CurrentNode = function CurrentNode(props, ref) {
|
|
|
282
282
|
var _currentNodeDetail$fl5, _currentNodeDetail$fl6, _currentNodeDetail$fl7, _currentNodeDetail$fl8;
|
|
283
283
|
return /*#__PURE__*/React.createElement("div", null, currentNodeDetail === null || currentNodeDetail === void 0 ? void 0 : (_currentNodeDetail$fl5 = currentNodeDetail.flowEventData) === null || _currentNodeDetail$fl5 === void 0 ? void 0 : (_currentNodeDetail$fl6 = _currentNodeDetail$fl5.eventData) === null || _currentNodeDetail$fl6 === void 0 ? void 0 : (_currentNodeDetail$fl7 = _currentNodeDetail$fl6.otherBusinessData) === null || _currentNodeDetail$fl7 === void 0 ? void 0 : (_currentNodeDetail$fl8 = _currentNodeDetail$fl7.ruleDomainList) === null || _currentNodeDetail$fl8 === void 0 ? void 0 : _currentNodeDetail$fl8.map(function (item) {
|
|
284
284
|
var _item$passConditionLi;
|
|
285
|
-
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", null, "\u547D\u4E2D\u89C4\u5219\u540D\u79F0: ", item.ruleName), /*#__PURE__*/React.createElement("p", null, (_item$passConditionLi = item.passConditionList) === null || _item$passConditionLi === void 0 ? void 0 : _item$passConditionLi.map(function (item) {
|
|
285
|
+
return /*#__PURE__*/React.createElement("div", null, item.ruleName && /*#__PURE__*/React.createElement("p", null, "\u547D\u4E2D\u89C4\u5219\u540D\u79F0: ", item.ruleName), /*#__PURE__*/React.createElement("p", null, (_item$passConditionLi = item.passConditionList) === null || _item$passConditionLi === void 0 ? void 0 : _item$passConditionLi.map(function (item) {
|
|
286
286
|
return /*#__PURE__*/React.createElement("p", null, item);
|
|
287
287
|
})));
|
|
288
288
|
}));
|
|
@@ -264,7 +264,7 @@ var NodeItem = function NodeItem(props) {
|
|
|
264
264
|
var _data$data11, _data$data11$flowEven, _data$data11$flowEven2, _data$data11$flowEven3, _data$data11$flowEven4;
|
|
265
265
|
return /*#__PURE__*/React.createElement("div", null, data === null || data === void 0 ? void 0 : (_data$data11 = data.data) === null || _data$data11 === void 0 ? void 0 : (_data$data11$flowEven = _data$data11.flowEventData) === null || _data$data11$flowEven === void 0 ? void 0 : (_data$data11$flowEven2 = _data$data11$flowEven.eventData) === null || _data$data11$flowEven2 === void 0 ? void 0 : (_data$data11$flowEven3 = _data$data11$flowEven2.otherBusinessData) === null || _data$data11$flowEven3 === void 0 ? void 0 : (_data$data11$flowEven4 = _data$data11$flowEven3.ruleDomainList) === null || _data$data11$flowEven4 === void 0 ? void 0 : _data$data11$flowEven4.map(function (item) {
|
|
266
266
|
var _item$passConditionLi;
|
|
267
|
-
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", null, "\u547D\u4E2D\u89C4\u5219\u540D\u79F0: ", item.ruleName), /*#__PURE__*/React.createElement("p", null, (_item$passConditionLi = item.passConditionList) === null || _item$passConditionLi === void 0 ? void 0 : _item$passConditionLi.map(function (item) {
|
|
267
|
+
return /*#__PURE__*/React.createElement("div", null, item.ruleName && /*#__PURE__*/React.createElement("p", null, "\u547D\u4E2D\u89C4\u5219\u540D\u79F0: ", item.ruleName), /*#__PURE__*/React.createElement("p", null, (_item$passConditionLi = item.passConditionList) === null || _item$passConditionLi === void 0 ? void 0 : _item$passConditionLi.map(function (item) {
|
|
268
268
|
return /*#__PURE__*/React.createElement("p", null, item);
|
|
269
269
|
})));
|
|
270
270
|
}));
|
|
@@ -76,7 +76,6 @@ export declare const addLogicFlowWorkOrder: (data: any) => Promise<any>;
|
|
|
76
76
|
export declare const queryAllWorkOrderList: (s: string, data: any) => Promise<any>;
|
|
77
77
|
export declare const getAlipayBillReceipt: (data: any) => Promise<any>;
|
|
78
78
|
export declare const jstOrderDetail: (data: any) => Promise<any>;
|
|
79
|
-
export declare const jstOrderOutList: (data: any) => Promise<any>;
|
|
80
79
|
export declare const bsOrderDetail: (data: any) => Promise<any>;
|
|
81
80
|
export declare const wdtOrderDetail: (data: any) => Promise<any>;
|
|
82
81
|
export declare const bsE3OrderDetail: (data: any) => Promise<any>;
|
|
@@ -402,16 +402,6 @@ export var jstOrderDetail = function jstOrderDetail(data) {
|
|
|
402
402
|
});
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
// jst订单详情
|
|
406
|
-
export var jstOrderOutList = function jstOrderOutList(data) {
|
|
407
|
-
return request({
|
|
408
|
-
url: '/qy/gdfw/jst/erp/orderOut/list',
|
|
409
|
-
method: 'post',
|
|
410
|
-
data: data,
|
|
411
|
-
infoLevel: 'warning'
|
|
412
|
-
});
|
|
413
|
-
};
|
|
414
|
-
|
|
415
405
|
// bs订单详情
|
|
416
406
|
export var bsOrderDetail = function bsOrderDetail(data) {
|
|
417
407
|
return request({
|
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.99",
|
|
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.0.54-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.0.54-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.0.54-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.0.54-beta.98",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.54-beta.98",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.0.54-beta.98",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "a30310355f88aff9fad90c9a00632e67f5bf18c5",
|
|
77
77
|
"gitHooks": {
|
|
78
78
|
"pre-commit": "lint-staged"
|
|
79
79
|
}
|