kmkf-work-order-service-component 0.0.1-alpha.12 → 0.0.1-alpha.14

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.
@@ -452,7 +452,7 @@ var CustomizeFormModal = function CustomizeFormModal(props, ref) {
452
452
 
453
453
  return /*#__PURE__*/_jsx(Drawer, {
454
454
  title: (templateDetail === null || templateDetail === void 0 ? void 0 : templateDetail.name) || '工单录入',
455
- width: '100%',
455
+ width: '90%',
456
456
  open: visible,
457
457
  onClose: closeModal,
458
458
  footer: renderFooter(),
@@ -22,8 +22,8 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
22
  * @Description:
23
23
  * @Author: litian
24
24
  * @Date: 2022-09-09 16:58:00
25
- * @LastEditors: litian
26
- * @LastEditTime: 2022-09-22 16:37:15
25
+ * @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
26
+ * @LastEditTime: 2022-10-09 10:03:00
27
27
  */
28
28
  import React, { useImperativeHandle, forwardRef, useState } from 'react';
29
29
  import { Drawer } from 'antd';
@@ -106,6 +106,7 @@ function RecordModal(props, ref) {
106
106
 
107
107
  return /*#__PURE__*/_jsx(Drawer, {
108
108
  title: "\u8BB0\u5F55",
109
+ width: '90%',
109
110
  visible: visible,
110
111
  onClose: function onClose() {
111
112
  return setVisible(false);
@@ -120,6 +120,7 @@ var RecordLog = function RecordLog(props, ref) {
120
120
 
121
121
  return /*#__PURE__*/_jsx(Drawer, {
122
122
  visible: visible,
123
+ width: '90%',
123
124
  title: "\u64CD\u4F5C\u8BB0\u5F55",
124
125
  onClose: function onClose() {
125
126
  return setVisible(false);
@@ -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 13:35:45
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"; // import styles from './index.module.less';
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' ? "active" : ''),
114
+ className: "order_header_tabs_button ".concat(tabActive === 'custom' ? 'active' : ''),
116
115
  onClick: function onClick() {
117
116
  return setTabActive('custom');
118
117
  },
@@ -56,10 +56,9 @@
56
56
  left: 0;
57
57
  z-index: 3;
58
58
  height: 70px;
59
+ padding: 4px;
59
60
  overflow: auto;
60
61
  background-color: #fff;
61
- padding: 4px;
62
-
63
62
  &:hover {
64
63
  height: 200px;
65
64
  box-shadow: 3px 3px 5px #eee;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.0.1-alpha.12",
3
+ "version": "0.0.1-alpha.14",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",