kmkf-work-order-service-component 0.0.1-alpha.12 → 0.0.1-alpha.13
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.
@@ -28,7 +28,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
28
28
|
* @Author: wangzhenggui jianjia.wzg@raycloud.com
|
29
29
|
* @Date: 2022-09-16 11:19:43
|
30
30
|
* @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
|
31
|
-
* @LastEditTime: 2022-10-08
|
31
|
+
* @LastEditTime: 2022-10-08 16:51:06
|
32
32
|
* @FilePath: /kmkf-work-order-service-component/src/WorkOrder/index.tsx
|
33
33
|
* @Description:
|
34
34
|
*
|
@@ -53,8 +53,7 @@ import { Provider } from 'react-redux';
|
|
53
53
|
import { transferWorkOrder } from "./model/servers/api";
|
54
54
|
import get from 'lodash/get';
|
55
55
|
import refreshImg from "./common/imgs/refresh.png";
|
56
|
-
import emptyImg from "./common/imgs/empty.png";
|
57
|
-
|
56
|
+
import emptyImg from "./common/imgs/empty.png";
|
58
57
|
import "./index.less";
|
59
58
|
import { jsx as _jsx } from "react/jsx-runtime";
|
60
59
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -112,7 +111,7 @@ var WorkOrder = function WorkOrder(props) {
|
|
112
111
|
children: /*#__PURE__*/_jsxs("div", {
|
113
112
|
className: "order_header_tabs",
|
114
113
|
children: [/*#__PURE__*/_jsx("div", {
|
115
|
-
className: "order_header_tabs_button ".concat(tabActive === 'custom' ?
|
114
|
+
className: "order_header_tabs_button ".concat(tabActive === 'custom' ? 'active' : ''),
|
116
115
|
onClick: function onClick() {
|
117
116
|
return setTabActive('custom');
|
118
117
|
},
|
@@ -59,7 +59,6 @@
|
|
59
59
|
overflow: auto;
|
60
60
|
background-color: #fff;
|
61
61
|
padding: 4px;
|
62
|
-
|
63
62
|
&:hover {
|
64
63
|
height: 200px;
|
65
64
|
box-shadow: 3px 3px 5px #eee;
|
@@ -115,6 +114,7 @@
|
|
115
114
|
width: 130px;
|
116
115
|
margin-right: 8px;
|
117
116
|
}
|
117
|
+
|
118
118
|
|
119
119
|
.custom_box_search_buyer {
|
120
120
|
flex: none;
|
@@ -257,4 +257,4 @@
|
|
257
257
|
|
258
258
|
.formDefault {
|
259
259
|
display: none;
|
260
|
-
}
|
260
|
+
}
|