Commit 112c3fce00ca6d83b22bb2496960abc6f725da53
1 parent
b69779fa
优化表单样式;
Showing
114 changed files
with
117 additions
and
114 deletions
.umirc.ts
| @@ -22,10 +22,10 @@ export default defineConfig({ | @@ -22,10 +22,10 @@ export default defineConfig({ | ||
| 22 | path: "/loginMobile", | 22 | path: "/loginMobile", |
| 23 | component: "@/routes/mobile/login/LoginMobile", | 23 | component: "@/routes/mobile/login/LoginMobile", |
| 24 | }, | 24 | }, |
| 25 | - | 25 | + |
| 26 | { | 26 | { |
| 27 | - path: '/indexMobile', | ||
| 28 | - component:'@/routes/mobile/IndexMobile', | 27 | + path: "/indexMobile", |
| 28 | + component: "@/routes/mobile/IndexMobile", | ||
| 29 | routes: [{ path: "*" }], | 29 | routes: [{ path: "*" }], |
| 30 | }, | 30 | }, |
| 31 | ], | 31 | ], |
| @@ -36,4 +36,5 @@ export default defineConfig({ | @@ -36,4 +36,5 @@ export default defineConfig({ | ||
| 36 | include: getIcons(), | 36 | include: getIcons(), |
| 37 | }, | 37 | }, |
| 38 | plugins: ["@umijs/plugins/dist/dva"], | 38 | plugins: ["@umijs/plugins/dist/dva"], |
| 39 | + mfsu: false, | ||
| 39 | }); | 40 | }); |
package.json
| @@ -18,6 +18,7 @@ | @@ -18,6 +18,7 @@ | ||
| 18 | "@js-preview/pdf": "^2.0.10", | 18 | "@js-preview/pdf": "^2.0.10", |
| 19 | "antd": "^5.24.3", | 19 | "antd": "^5.24.3", |
| 20 | "antd-mobile": "5.37.1", | 20 | "antd-mobile": "5.37.1", |
| 21 | + "antd-mobile-icons": "^0.3.0", | ||
| 21 | "antd-mobile-v2": "2.3.4", | 22 | "antd-mobile-v2": "2.3.4", |
| 22 | "antd-v4": "npm:antd@4.24.16", | 23 | "antd-v4": "npm:antd@4.24.16", |
| 23 | "braft-editor": "^2.3.9", | 24 | "braft-editor": "^2.3.9", |
src/components/AuditInformation/AuditInformation.js
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | // , Switch, Icon | 5 | // , Switch, Icon |
| 6 | import React, { Component } from 'react'; | 6 | import React, { Component } from 'react'; |
| 7 | import { Form } from '@ant-design/compatible'; | 7 | import { Form } from '@ant-design/compatible'; |
| 8 | -import '@ant-design/compatible/assets/index.css'; | 8 | +// import '@ant-design/compatible/assets/index.css'; |
| 9 | import { Layout, Spin, Tabs, Avatar, message, Select, Input, Button } from 'antd-v4'; | 9 | import { Layout, Spin, Tabs, Avatar, message, Select, Input, Button } from 'antd-v4'; |
| 10 | import * as commonFunc from './../Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 10 | import * as commonFunc from './../Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
| 11 | import StaticEditTable from '../Common/CommonTable';/* 可编辑表格 */ | 11 | import StaticEditTable from '../Common/CommonTable';/* 可编辑表格 */ |
src/components/Common/CommonBill/index.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { UploadOutlined } from '@ant-design/icons'; | 4 | import { UploadOutlined } from '@ant-design/icons'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { | 7 | import { |
| 8 | Row, | 8 | Row, |
| 9 | Col, | 9 | Col, |
src/components/Common/CommonBillDeliver.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { UploadOutlined } from '@ant-design/icons'; | 4 | import { UploadOutlined } from '@ant-design/icons'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { Row, Col, Checkbox, Layout, Spin, Tabs, Avatar, Button, message, Table, Input, Upload } from 'antd-v4'; | 7 | import { Row, Col, Checkbox, Layout, Spin, Tabs, Avatar, Button, message, Table, Input, Upload } from 'antd-v4'; |
| 8 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 8 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
| 9 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; | 9 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; |
src/components/Common/CommonCalculator.js
| 1 | /* eslint-disable function-paren-newline */ | 1 | /* eslint-disable function-paren-newline */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Row, Col, Button } from 'antd-v4'; | 5 | import { Row, Col, Button } from 'antd-v4'; |
| 6 | import * as commonUtils from '../../utils/utils'; | 6 | import * as commonUtils from '../../utils/utils'; |
| 7 | import commonConfig from '../../utils/config'; | 7 | import commonConfig from '../../utils/config'; |
src/components/Common/CommonCheckBill/index.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { UploadOutlined } from '@ant-design/icons'; | 3 | import { UploadOutlined } from '@ant-design/icons'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import { | 6 | import { |
| 7 | Row, | 7 | Row, |
| 8 | Col, | 8 | Col, |
src/components/Common/CommonColumnList.js
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | */ | 7 | */ |
| 8 | import React, { Component } from 'react'; | 8 | import React, { Component } from 'react'; |
| 9 | import { Form } from '@ant-design/compatible'; | 9 | import { Form } from '@ant-design/compatible'; |
| 10 | -import '@ant-design/compatible/assets/index.css'; | 10 | +// import '@ant-design/compatible/assets/index.css'; |
| 11 | import { Layout, Spin } from 'antd-v4'; | 11 | import { Layout, Spin } from 'antd-v4'; |
| 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonComponent/index.js
| 1 | import moment from 'moment'; | 1 | import moment from 'moment'; |
| 2 | import React, { Component, createRef } from 'react'; | 2 | import React, { Component, createRef } from 'react'; |
| 3 | import reactComponentDebounce from '@/components/Common/ReactDebounce'; | 3 | import reactComponentDebounce from '@/components/Common/ReactDebounce'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { | 5 | import { |
| 6 | InputNumber, | 6 | InputNumber, |
| 7 | Checkbox, | 7 | Checkbox, |
src/components/Common/CommonComponent/index_new.js
| @@ -2,7 +2,7 @@ import moment from 'moment'; | @@ -2,7 +2,7 @@ import moment from 'moment'; | ||
| 2 | import React, { useState, useEffect } from 'react'; | 2 | import React, { useState, useEffect } from 'react'; |
| 3 | import { useMount, useUnmount } from 'ahooks'; | 3 | import { useMount, useUnmount } from 'ahooks'; |
| 4 | // import reactComponentDebounce from 'react-component-debounce'; | 4 | // import reactComponentDebounce from 'react-component-debounce'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import { | 6 | import { |
| 7 | InputNumber, | 7 | InputNumber, |
| 8 | Checkbox, | 8 | Checkbox, |
src/components/Common/CommonCostomTabBill.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | import React, { Component, useEffect, useState, useRef } from "react"; | 3 | import React, { Component, useEffect, useState, useRef } from "react"; |
| 4 | import { Form } from "@ant-design/compatible"; | 4 | import { Form } from "@ant-design/compatible"; |
| 5 | -import "@ant-design/compatible/assets/index.css"; | 5 | +// import "@ant-design/compatible/assets/index.css"; |
| 6 | import { | 6 | import { |
| 7 | Row, | 7 | Row, |
| 8 | Col, | 8 | Col, |
src/components/Common/CommonGroupBill.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; | 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; |
| 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; | 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; |
| 8 | import CommonNewSales from '@/components/Common/CommonGroupBillEvent';/* 继承销售模块业务功能 */ | 8 | import CommonNewSales from '@/components/Common/CommonGroupBillEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonList.js
| 1 | import React, { Component, useMemo, useState } from 'react'; | 1 | import React, { Component, useMemo, useState } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Layout, Spin, Slider, Button } from 'antd-v4'; | 4 | import { Layout, Spin, Slider, Button } from 'antd-v4'; |
| 5 | import { MessageOutlined, MinusOutlined } from '@ant-design/icons'; | 5 | import { MessageOutlined, MinusOutlined } from '@ant-design/icons'; |
| 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonListA.js
| 1 | /* 此组件作用是 列表绕开注册 */ | 1 | /* 此组件作用是 列表绕开注册 */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Slider } from 'antd-v4'; | 5 | import { Layout, Spin, Slider } from 'antd-v4'; |
| 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 7 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonListEdit.js
| 1 | /* 此组件作用是 可编辑列表 */ | 1 | /* 此组件作用是 可编辑列表 */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Slider } from 'antd-v4'; | 5 | import { Layout, Spin, Slider } from 'antd-v4'; |
| 6 | import CommonListEvent from '@/components/Common/CommonListEditEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from '@/components/Common/CommonListEditEvent';/* 继承销售模块业务功能 */ |
| 7 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 7 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonListLeft.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form, Icon } from '@ant-design/compatible'; | 3 | import { Form, Icon } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Slider, Button, Input, message, Tooltip } from 'antd-v4'; | 5 | import { Layout, Spin, Slider, Button, Input, message, Tooltip } from 'antd-v4'; |
| 6 | import { MessageOutlined, MinusOutlined, NodeExpandOutlined } from '@ant-design/icons'; | 6 | import { MessageOutlined, MinusOutlined, NodeExpandOutlined } from '@ant-design/icons'; |
| 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonListLeft/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form, Icon } from '@ant-design/compatible'; | 3 | import { Form, Icon } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Slider, Button } from 'antd-v4'; | 5 | import { Layout, Spin, Slider, Button } from 'antd-v4'; |
| 6 | import { MessageOutlined, MinusOutlined } from '@ant-design/icons'; | 6 | import { MessageOutlined, MinusOutlined } from '@ant-design/icons'; |
| 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonListSelect/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { UploadOutlined } from '@ant-design/icons'; | 5 | import { UploadOutlined } from '@ant-design/icons'; |
| 6 | import { Layout, Spin, Button, message, Upload, Modal } from 'antd-v4'; | 6 | import { Layout, Spin, Button, message, Upload, Modal } from 'antd-v4'; |
| 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 7 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonListSelectAssignment.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | 3 | ||
| 4 | import React, { Component } from 'react'; | 4 | import React, { Component } from 'react'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; | 7 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; |
| 8 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 8 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 9 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ | 9 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ |
src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { PureComponent } from "react"; | 2 | import React, { PureComponent } from "react"; |
| 3 | import { Form } from "@ant-design/compatible"; | 3 | import { Form } from "@ant-design/compatible"; |
| 4 | -import "@ant-design/compatible/assets/index.css"; | 4 | +// import "@ant-design/compatible/assets/index.css"; |
| 5 | import { Layout, Spin, Button, Row, Col } from "antd-v4"; | 5 | import { Layout, Spin, Button, Row, Col } from "antd-v4"; |
| 6 | import * as commonFunc from "@/components/Common/commonFunc"; /* 通用单据方法 */ /* 通用单据方法 */ | 6 | import * as commonFunc from "@/components/Common/commonFunc"; /* 通用单据方法 */ /* 通用单据方法 */ |
| 7 | import StaticEditTable from "@/components/Common//CommonTable"; /* 可编辑表格 */ | 7 | import StaticEditTable from "@/components/Common//CommonTable"; /* 可编辑表格 */ |
src/components/Common/CommonListSelectFlex/index.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; | 4 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; |
| 5 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 5 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
| 6 | import StaticEditTable from '@/components/Common//CommonTable';/* 可编辑表格 */ | 6 | import StaticEditTable from '@/components/Common//CommonTable';/* 可编辑表格 */ |
src/components/Common/CommonListSelectMulti/index.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { DownOutlined } from '@ant-design/icons'; | 2 | import { DownOutlined } from '@ant-design/icons'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; | 5 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; |
| 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ | 7 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ |
src/components/Common/CommonListSelectParam/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | import { Spin, Tabs, message, Modal, Tooltip } from 'antd-v4'; | 5 | import { Spin, Tabs, message, Modal, Tooltip } from 'antd-v4'; |
| 6 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ | 6 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ |
src/components/Common/CommonListSelectProductMaterial.js
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | */ | 7 | */ |
| 8 | import React, { Component } from 'react'; | 8 | import React, { Component } from 'react'; |
| 9 | import { Form } from '@ant-design/compatible'; | 9 | import { Form } from '@ant-design/compatible'; |
| 10 | -import '@ant-design/compatible/assets/index.css'; | 10 | +// import '@ant-design/compatible/assets/index.css'; |
| 11 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; | 11 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; |
| 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonListSelectTree/index.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { DownOutlined } from '@ant-design/icons'; | 2 | import { DownOutlined } from '@ant-design/icons'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; | 5 | import { Layout, Spin, Button, Row, Col, message } from 'antd-v4'; |
| 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ | 7 | // import * as commonUtils from '../../utils/utils'; /* 通用方法 */ |
src/components/Common/CommonListTab/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Slider, Tabs, Row, Col, Card } from 'antd-v4'; | 5 | import { Layout, Spin, Slider, Tabs, Row, Col, Card } from 'antd-v4'; |
| 6 | import baseChar from '@/components/Common/baseChar'; /* 获取图表配置及数据 */ | 6 | import baseChar from '@/components/Common/baseChar'; /* 获取图表配置及数据 */ |
| 7 | import CommonListTabEvent from '@/components/Common/CommonListTabEvent';/* 继承销售模块业务功能 */ | 7 | import CommonListTabEvent from '@/components/Common/CommonListTabEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonListTree/index.js
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | /* eslint-disable */ | 8 | /* eslint-disable */ |
| 9 | import React, { Component } from 'react'; | 9 | import React, { Component } from 'react'; |
| 10 | import { Form } from '@ant-design/compatible'; | 10 | import { Form } from '@ant-design/compatible'; |
| 11 | -import '@ant-design/compatible/assets/index.css'; | 11 | +// import '@ant-design/compatible/assets/index.css'; |
| 12 | import { Layout, Spin } from 'antd-v4'; | 12 | import { Layout, Spin } from 'antd-v4'; |
| 13 | import CommonListTreeEvent from '../CommonListTreeEvent';/* 继承销售模块业务功能 */ | 13 | import CommonListTreeEvent from '../CommonListTreeEvent';/* 继承销售模块业务功能 */ |
| 14 | import * as commonFunc from '../commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 14 | import * as commonFunc from '../commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonListTreeSelect/index.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | */ | 4 | */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Layout, Spin, Button, message } from 'antd-v4'; | 8 | import { Layout, Spin, Button, message } from 'antd-v4'; |
| 9 | import CommonListTreeEvent from '@/components/Common/CommonListTreeEvent';/* 继承销售模块业务功能 */ | 9 | import CommonListTreeEvent from '@/components/Common/CommonListTreeEvent';/* 继承销售模块业务功能 */ |
| 10 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 10 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonNewBill.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | import React, { Component, useState, useRef, useEffect } from 'react'; | 3 | import React, { Component, useState, useRef, useEffect } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, Menu, Table, Upload} from 'antd-v4'; | 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, Menu, Table, Upload} from 'antd-v4'; |
| 7 | import { message } from '@/utils/common/message'; | 7 | import { message } from '@/utils/common/message'; |
| 8 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; | 8 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; |
src/components/Common/CommonNewListBill.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; | 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; |
| 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; | 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; |
| 8 | import CommonNewSales from '@/components/Common/CommonNewTabBillEvent';/* 继承销售模块业务功能 */ | 8 | import CommonNewSales from '@/components/Common/CommonNewTabBillEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonNewTabBill.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; | 6 | import {Row, Col, Checkbox, Layout, Spin, Tabs, Dropdown, Avatar, Button, message, Menu, Table, Upload} from 'antd-v4'; |
| 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; | 7 | import {DownOutlined, UploadOutlined,} from '@ant-design/icons'; |
| 8 | import CommonNewSales from '@/components/Common/CommonNewTabBillEvent';/* 继承销售模块业务功能 */ | 8 | import CommonNewSales from '@/components/Common/CommonNewTabBillEvent';/* 继承销售模块业务功能 */ |
src/components/Common/CommonSubBill.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | import React, { Component } from 'react'; | 4 | import React, { Component } from 'react'; |
| 5 | import { UploadOutlined } from '@ant-design/icons'; | 5 | import { UploadOutlined } from '@ant-design/icons'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Row, Col, Checkbox, Layout, Spin, Tabs, Avatar, Button, Table, Input, Upload } from 'antd-v4'; | 8 | import { Row, Col, Checkbox, Layout, Spin, Tabs, Avatar, Button, Table, Input, Upload } from 'antd-v4'; |
| 9 | import { message } from '@/utils/common/message'; | 9 | import { message } from '@/utils/common/message'; |
| 10 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 10 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/CommonTable/index.js
| @@ -29,7 +29,7 @@ import { | @@ -29,7 +29,7 @@ import { | ||
| 29 | PlaySquareOutlined | 29 | PlaySquareOutlined |
| 30 | } from '@ant-design/icons'; | 30 | } from '@ant-design/icons'; |
| 31 | import { Icon as LegacyIcon } from '@ant-design/compatible'; | 31 | import { Icon as LegacyIcon } from '@ant-design/compatible'; |
| 32 | -import '@ant-design/compatible/assets/index.css'; | 32 | +// import '@ant-design/compatible/assets/index.css'; |
| 33 | import lodash from 'lodash'; | 33 | import lodash from 'lodash'; |
| 34 | import { Table, Input, Checkbox, Button, Upload, message, Popover, Spin, Space, Form, Tooltip, Row, Progress,Modal, Col, Pagination } from 'antd-v4'; | 34 | import { Table, Input, Checkbox, Button, Upload, message, Popover, Spin, Space, Form, Tooltip, Row, Progress,Modal, Col, Pagination } from 'antd-v4'; |
| 35 | import { DndProvider, DropTarget, DragSource } from 'react-dnd'; | 35 | import { DndProvider, DropTarget, DragSource } from 'react-dnd'; |
src/components/Common/CommonView/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | /* eslint-disable object-curly-newline,prefer-destructuring */ | 2 | /* eslint-disable object-curly-newline,prefer-destructuring */ |
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import {Row, Col, Form, Tooltip, Divider} from 'antd-v4'; | 5 | import {Row, Col, Form, Tooltip, Divider} from 'antd-v4'; |
| 6 | import { DoubleRightOutlined } from '@ant-design/icons'; | 6 | import { DoubleRightOutlined } from '@ant-design/icons'; |
| 7 | import commonConfig from '@/utils/config'; | 7 | import commonConfig from '@/utils/config'; |
src/components/Common/CommonViewDrag/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from "react"; | 2 | import React, { Component } from "react"; |
| 3 | -import "@ant-design/compatible/assets/index.css"; | 3 | +// import "@ant-design/compatible/assets/index.css"; |
| 4 | import { Col, Tabs, Tooltip } from "antd-v4"; | 4 | import { Col, Tabs, Tooltip } from "antd-v4"; |
| 5 | import ShowType from "@/components/Common/CommonComponent"; | 5 | import ShowType from "@/components/Common/CommonComponent"; |
| 6 | import AntdDraggableModal from "@/components/Common/AntdDraggableModal"; | 6 | import AntdDraggableModal from "@/components/Common/AntdDraggableModal"; |
src/components/Common/CommonViewDragable/index.js
| @@ -6,7 +6,7 @@ import React, { | @@ -6,7 +6,7 @@ import React, { | ||
| 6 | useRef, | 6 | useRef, |
| 7 | useState | 7 | useState |
| 8 | } from "react"; | 8 | } from "react"; |
| 9 | -import "@ant-design/compatible/assets/index.css"; | 9 | +// import "@ant-design/compatible/assets/index.css"; |
| 10 | import { Tabs, Tooltip, message } from "antd-v4"; | 10 | import { Tabs, Tooltip, message } from "antd-v4"; |
| 11 | import ShowType from "@/components/Common/CommonComponent"; | 11 | import ShowType from "@/components/Common/CommonComponent"; |
| 12 | import * as commonBusiness from "@/components/Common/commonBusiness"; | 12 | import * as commonBusiness from "@/components/Common/commonBusiness"; |
src/components/Common/CommonViewFlex/index.js
| 1 | /* eslint-disable object-curly-newline,prefer-destructuring */ | 1 | /* eslint-disable object-curly-newline,prefer-destructuring */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Row, Col, Form } from 'antd-v4'; | 4 | import { Row, Col, Form } from 'antd-v4'; |
| 5 | import ShowType from '@/components/Common/CommonComponent'; | 5 | import ShowType from '@/components/Common/CommonComponent'; |
| 6 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; | 6 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; |
src/components/Common/CommonViewNew.js
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { UploadOutlined } from '@ant-design/icons'; | 6 | import { UploadOutlined } from '@ant-design/icons'; |
| 7 | import { Form } from '@ant-design/compatible'; | 7 | import { Form } from '@ant-design/compatible'; |
| 8 | -import '@ant-design/compatible/assets/index.css'; | 8 | +// import '@ant-design/compatible/assets/index.css'; |
| 9 | import { Row, Col, Button, Upload } from 'antd-v4'; | 9 | import { Row, Col, Button, Upload } from 'antd-v4'; |
| 10 | import config from '@/utils/config'; | 10 | import config from '@/utils/config'; |
| 11 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ | 11 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ |
src/components/Common/CommonViewTable/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | /* eslint-disable object-curly-newline,prefer-destructuring */ | 2 | /* eslint-disable object-curly-newline,prefer-destructuring */ |
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Row, Col, Divider, Tooltip } from 'antd-v4'; | 5 | import { Row, Col, Divider, Tooltip } from 'antd-v4'; |
| 6 | import ShowType from '@/components/Common/CommonComponent'; | 6 | import ShowType from '@/components/Common/CommonComponent'; |
| 7 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; | 7 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; |
src/components/Common/ContextMenuModal.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Row, Col, Radio } from 'antd-v4'; | 8 | import { Row, Col, Radio } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/EditorModal/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; | 4 | import AntdDraggableModal from '@/components/Common/AntdDraggableModal'; |
| 5 | import BraftEditor from 'braft-editor' | 5 | import BraftEditor from 'braft-editor' |
| 6 | import 'braft-editor/dist/index.css' | 6 | import 'braft-editor/dist/index.css' |
src/components/Common/Gatte/CommonGatte.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Layout, Spin } from 'antd-v4'; | 4 | import { Layout, Spin } from 'antd-v4'; |
| 5 | import CommonListEvent from '../CommonListEvent';/* 继承销售模块业务功能 */ | 5 | import CommonListEvent from '../CommonListEvent';/* 继承销售模块业务功能 */ |
| 6 | import * as commonFunc from '../commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 6 | import * as commonFunc from '../commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/MaterialRequirementsPlanning.js
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | */ | 7 | */ |
| 8 | import React, { Component } from 'react'; | 8 | import React, { Component } from 'react'; |
| 9 | import { Form } from '@ant-design/compatible'; | 9 | import { Form } from '@ant-design/compatible'; |
| 10 | -import '@ant-design/compatible/assets/index.css'; | 10 | +// import '@ant-design/compatible/assets/index.css'; |
| 11 | import { Layout, Spin } from 'antd-v4'; | 11 | import { Layout, Spin } from 'antd-v4'; |
| 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 12 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 13 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/Common/PersonCenter/PersonCenter.js
| @@ -15,7 +15,7 @@ import { | @@ -15,7 +15,7 @@ import { | ||
| 15 | } from '@ant-design/icons'; | 15 | } from '@ant-design/icons'; |
| 16 | 16 | ||
| 17 | import { Form } from '@ant-design/compatible'; | 17 | import { Form } from '@ant-design/compatible'; |
| 18 | -import '@ant-design/compatible/assets/index.css'; | 18 | +// import '@ant-design/compatible/assets/index.css'; |
| 19 | 19 | ||
| 20 | import { Button, Input, Modal, Menu, Badge, message, Dropdown, Space, notification, Popover, Tabs } from 'antd-v4'; | 20 | import { Button, Input, Modal, Menu, Badge, message, Dropdown, Space, notification, Popover, Tabs } from 'antd-v4'; |
| 21 | import styles from '@/routes/indexPage.less'; | 21 | import styles from '@/routes/indexPage.less'; |
src/components/Common/SearchComponent/index.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { MinusCircleOutlined, PlusOutlined, SettingOutlined } from '@ant-design/icons'; | 3 | import { MinusCircleOutlined, PlusOutlined, SettingOutlined } from '@ant-design/icons'; |
| 4 | import { Form, Icon as LegacyIcon } from '@ant-design/compatible'; | 4 | import { Form, Icon as LegacyIcon } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import { Row, Col, Button, message, Space } from 'antd-v4'; | 6 | import { Row, Col, Button, message, Space } from 'antd-v4'; |
| 7 | import moment from 'moment'; | 7 | import moment from 'moment'; |
| 8 | import commonConfig from '@/utils/config'; | 8 | import commonConfig from '@/utils/config'; |
src/components/Common/SearchComponent_backup.js
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { MinusCircleOutlined, PlusOutlined, SettingOutlined } from '@ant-design/icons'; | 6 | import { MinusCircleOutlined, PlusOutlined, SettingOutlined } from '@ant-design/icons'; |
| 7 | import { Form, Icon as LegacyIcon } from '@ant-design/compatible'; | 7 | import { Form, Icon as LegacyIcon } from '@ant-design/compatible'; |
| 8 | -import '@ant-design/compatible/assets/index.css'; | 8 | +// import '@ant-design/compatible/assets/index.css'; |
| 9 | import { Row, Col, Button, message } from 'antd-v4'; | 9 | import { Row, Col, Button, message } from 'antd-v4'; |
| 10 | import moment from 'moment'; | 10 | import moment from 'moment'; |
| 11 | import commonConfig from '../../utils/config'; | 11 | import commonConfig from '../../utils/config'; |
src/components/Common/ShowTablEdit.js
| 1 | /* eslint-disable no-trailing-spaces */ | 1 | /* eslint-disable no-trailing-spaces */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Input } from 'antd-v4'; | 5 | import { Input } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | 7 |
src/components/Common/ShowType/ShowTypeNew.js
| @@ -5,7 +5,7 @@ import moment from 'moment'; | @@ -5,7 +5,7 @@ import moment from 'moment'; | ||
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import reactComponentDebounce from 'react-component-debounce'; | 6 | import reactComponentDebounce from 'react-component-debounce'; |
| 7 | import { Form } from '@ant-design/compatible'; | 7 | import { Form } from '@ant-design/compatible'; |
| 8 | -import '@ant-design/compatible/assets/index.css'; | 8 | +// import '@ant-design/compatible/assets/index.css'; |
| 9 | import { InputNumber, Checkbox, DatePicker, Input, Cascader, Select, AutoComplete } from 'antd-v4'; | 9 | import { InputNumber, Checkbox, DatePicker, Input, Cascader, Select, AutoComplete } from 'antd-v4'; |
| 10 | import * as commonServices from '@/services/services'; | 10 | import * as commonServices from '@/services/services'; |
| 11 | import * as dropdownstatic from '@/utils/dropdownstatic'; | 11 | import * as dropdownstatic from '@/utils/dropdownstatic'; |
src/components/Common/SlaveMemo copy 2.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input, message } from 'antd-v4'; | 8 | import { Input, message } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/SlaveMemo copy.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input, message } from 'antd-v4'; | 8 | import { Input, message } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/SlaveMemo.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input, message } from 'antd-v4'; | 8 | import { Input, message } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/SlaveMemo1 copy 2.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input } from 'antd-v4'; | 8 | import { Input } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/SlaveMemo1 copy.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input } from 'antd-v4'; | 8 | import { Input } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/SlaveMemo1.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Input } from 'antd-v4'; | 8 | import { Input } from 'antd-v4'; |
| 9 | import * as commonUtils from '../../utils/utils'; | 9 | import * as commonUtils from '../../utils/utils'; |
| 10 | import ShowType from './CommonComponent';/* 通用方法 */ | 10 | import ShowType from './CommonComponent';/* 通用方法 */ |
src/components/Common/Tree/StaticTree.js
| @@ -6,7 +6,7 @@ import file from '@/assets/file.svg'; | @@ -6,7 +6,7 @@ import file from '@/assets/file.svg'; | ||
| 6 | import file_single from '@/assets/file_single.svg'; | 6 | import file_single from '@/assets/file_single.svg'; |
| 7 | import process from '@/assets/treeprocess.svg'; | 7 | import process from '@/assets/treeprocess.svg'; |
| 8 | import material from '@/assets/treematerial.svg'; | 8 | import material from '@/assets/treematerial.svg'; |
| 9 | -import '@ant-design/compatible/assets/index.css'; | 9 | +// import '@ant-design/compatible/assets/index.css'; |
| 10 | import { Tree, Button, Input, Checkbox } from 'antd-v4'; | 10 | import { Tree, Button, Input, Checkbox } from 'antd-v4'; |
| 11 | import StaticEditTable from '../CommonTable';/* 可编辑表格 */ | 11 | import StaticEditTable from '../CommonTable';/* 可编辑表格 */ |
| 12 | import * as commonUtils from '../../../utils/utils'; | 12 | import * as commonUtils from '../../../utils/utils'; |
src/components/CommonClassifyEvent/CommonClassify.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | /* eslint-disable array-callback-return,no-undef */ | 2 | /* eslint-disable array-callback-return,no-undef */ |
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -// import '@ant-design/compatible/assets/index.css'; | 5 | +// // import '@ant-design/compatible/assets/index.css'; |
| 6 | import { Layout, Spin } from 'antd-v4'; | 6 | import { Layout, Spin } from 'antd-v4'; |
| 7 | import styles from '@/index.less'; | 7 | import styles from '@/index.less'; |
| 8 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; | 8 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/CheckModelInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/CheckPhaseInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/CustomerInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/ElemachineInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Tabs, Avatar } from 'antd-v4'; | 5 | import { Layout, Spin, Tabs, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/EleteamInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/EmployeeInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/FilfileManageInfo.js
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ | 4 | /* eslint-disable no-undef,import/first,prefer-destructuring,jsx-a11y/alt-text */ |
| 5 | import React, { Component } from 'react'; | 5 | import React, { Component } from 'react'; |
| 6 | import { Form } from '@ant-design/compatible'; | 6 | import { Form } from '@ant-design/compatible'; |
| 7 | -import '@ant-design/compatible/assets/index.css'; | 7 | +// import '@ant-design/compatible/assets/index.css'; |
| 8 | import { Button, Layout, message, Spin } from 'antd-v4'; | 8 | import { Button, Layout, message, Spin } from 'antd-v4'; |
| 9 | import StaticEditTable from '../Common/CommonTable'; | 9 | import StaticEditTable from '../Common/CommonTable'; |
| 10 | import * as commonBusiness from '../Common/commonBusiness'; | 10 | import * as commonBusiness from '../Common/commonBusiness'; |
src/components/CommonElementEvent/KnifeMouldInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar, message } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar, message } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/MaterialsInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/MonthEndingClosing.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin } from 'antd-v4'; | 5 | import { Layout, Spin } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | // import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | // import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/PaymentTermsInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin } from 'antd-v4'; | 5 | import { Layout, Spin } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/PrintInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar, message } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar, message } from 'antd-v4'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
| 7 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/ProcessInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/ProductClassifyInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/SftLoginInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ | 6 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ |
| 7 | import styles from '../../index.less'; | 7 | import styles from '../../index.less'; |
src/components/CommonElementEvent/SisCommonStyle.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/SisformulaInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Tabs, Row, Col } from 'antd-v4'; | 5 | import { Layout, Spin, Tabs, Row, Col } from 'antd-v4'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
| 7 | import * as commonUtils from '@/utils/utils'; | 7 | import * as commonUtils from '@/utils/utils'; |
src/components/CommonElementEvent/SupplyInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/SysMsgInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin } from 'antd-v4';// Tabs, Form, | 5 | import { Layout, Spin } from 'antd-v4';// Tabs, Form, |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonElementEvent/TestStandInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Avatar } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/CommonImportDataEvent/importDataInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin } from 'antd-v4'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
| 7 | import * as commonFunc from '@/components/Common/commonFunc'; | 7 | import * as commonFunc from '@/components/Common/commonFunc'; |
src/components/CommonSystemSettingEvent/CommonSystemSetting.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Tabs } from 'antd-v4'; | 5 | import { Layout, Spin, Tabs } from 'antd-v4'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
| 7 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ | 7 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ |
src/components/CommonSystemSettingEvent/TabFinanceOffer.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Row, Col } from 'antd-v4'; | 4 | import { Row, Col } from 'antd-v4'; |
| 5 | import ShowType from '@/components/Common/CommonComponent'; | 5 | import ShowType from '@/components/Common/CommonComponent'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
src/components/CommonSystemSettingEvent/TabFinancePeriod.js
| 1 | import moment from 'moment'; | 1 | import moment from 'moment'; |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Row, Col, message, DatePicker, Button } from 'antd-v4'; | 5 | import { Row, Col, message, DatePicker, Button } from 'antd-v4'; |
| 6 | import StaticEditTable from '@/components/Common/CommonTable';/* 可编辑表格 */ | 6 | import StaticEditTable from '@/components/Common/CommonTable';/* 可编辑表格 */ |
| 7 | import * as commonBusiness from '@/components/Common/commonBusiness';/* 单据业务功能 */ | 7 | import * as commonBusiness from '@/components/Common/commonBusiness';/* 单据业务功能 */ |
src/components/CommonSystemSettingEvent/TabSalesBuyer.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Row, Col } from 'antd-v4'; | 4 | import { Row, Col } from 'antd-v4'; |
| 5 | import ShowType from '@/components/Common/CommonComponent'; | 5 | import ShowType from '@/components/Common/CommonComponent'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
src/components/CommonSystemSettingEvent/TabSysParam.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Row, Col } from 'antd-v4'; | 4 | import { Row, Col } from 'antd-v4'; |
| 5 | import ShowType from '@/components/Common/CommonComponent'; | 5 | import ShowType from '@/components/Common/CommonComponent'; |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
src/components/FaceDetect/index.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { VideoCameraOutlined } from '@ant-design/icons'; | 3 | import { VideoCameraOutlined } from '@ant-design/icons'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Progress, message } from 'antd-v4'; | 5 | import { Progress, message } from 'antd-v4'; |
| 6 | import * as commonServices from "../../services/services"; | 6 | import * as commonServices from "../../services/services"; |
| 7 | import config from '@/utils/config'; | 7 | import config from '@/utils/config'; |
src/components/JurisdictionAllotEvent/SystemPermissionInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Tabs, Spin, Row, Col, Input } from 'antd-v4'; | 5 | import { Layout, Tabs, Spin, Row, Col, Input } from 'antd-v4'; |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import selfstyles from './SystemPermissionInfo.less'; | 7 | import selfstyles from './SystemPermissionInfo.less'; |
src/components/Manufacture/ProcessCard/ProcessCard.js
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | 5 | ||
| 6 | import React, { Component } from 'react'; | 6 | import React, { Component } from 'react'; |
| 7 | import { Form } from '@ant-design/compatible'; | 7 | import { Form } from '@ant-design/compatible'; |
| 8 | -import '@ant-design/compatible/assets/index.css'; | 8 | +// import '@ant-design/compatible/assets/index.css'; |
| 9 | import { Modal, Layout, Spin, Avatar, Select, message, Button } from 'antd-v4'; | 9 | import { Modal, Layout, Spin, Avatar, Select, message, Button } from 'antd-v4'; |
| 10 | import ProcessUp from '../../../assets/processUp.svg'; | 10 | import ProcessUp from '../../../assets/processUp.svg'; |
| 11 | import ProcessDown from '../../../assets/processDown.svg'; | 11 | import ProcessDown from '../../../assets/processDown.svg'; |
src/components/Manufacture/ProcessCardPack/ProcessCardPack.js
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | 6 | ||
| 7 | import React, { Component } from 'react'; | 7 | import React, { Component } from 'react'; |
| 8 | import { Form } from '@ant-design/compatible'; | 8 | import { Form } from '@ant-design/compatible'; |
| 9 | -import '@ant-design/compatible/assets/index.css'; | 9 | +// import '@ant-design/compatible/assets/index.css'; |
| 10 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Tabs } from 'antd-v4'; | 10 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Tabs } from 'antd-v4'; |
| 11 | import AddIcon from '../../../assets/add.svg'; | 11 | import AddIcon from '../../../assets/add.svg'; |
| 12 | import DisableAddIcon from '../../../assets/disableadd.svg'; | 12 | import DisableAddIcon from '../../../assets/disableadd.svg'; |
src/components/Manufacture/ProcessCardPack/ProcessCardPackTableTree.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import moment from 'moment'; | 4 | import moment from 'moment'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import EjectRight from '@/assets/eject.svg';/* 弹出图标 */ | 7 | import EjectRight from '@/assets/eject.svg';/* 弹出图标 */ |
| 8 | import { | 8 | import { |
| 9 | RightOutlined, | 9 | RightOutlined, |
src/components/Manufacture/WorkOrder/SplitPaste.js
| 1 | /* eslint-disable */ | 1 | /* eslint-disable */ |
| 2 | /* eslint-disable function-paren-newline */ | 2 | /* eslint-disable function-paren-newline */ |
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Row, Col, List, Card, Checkbox, Select, Form, Tree } from 'antd-v4'; | 5 | import { Row, Col, List, Card, Checkbox, Select, Form, Tree } from 'antd-v4'; |
| 6 | import ShowType from '@/components/Common/CommonComponent'; | 6 | import ShowType from '@/components/Common/CommonComponent'; |
| 7 | import * as commonUtils from '@/utils/utils'; | 7 | import * as commonUtils from '@/utils/utils'; |
src/components/Manufacture/WorkOrder/WorkOrder.js
| 1 | /* eslint-disable prefer-destructuring,no-loop-func */ | 1 | /* eslint-disable prefer-destructuring,no-loop-func */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import moment from 'moment'; | 3 | import moment from 'moment'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | import { | 6 | import { |
| 7 | Modal, | 7 | Modal, |
src/components/Manufacture/WorkOrderPack/WorkOrderPack.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import moment from 'moment'; | 4 | import moment from 'moment'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { | 7 | import { |
| 8 | Modal, | 8 | Modal, |
| 9 | Layout, | 9 | Layout, |
src/components/Manufacture/WorkOrderPack/WorkOrderPackTableTree.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import moment from 'moment'; | 4 | import moment from 'moment'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { | 7 | import { |
| 8 | Modal, | 8 | Modal, |
| 9 | Layout, | 9 | Layout, |
src/components/Manufacture/WorkOrderPack/WorkOrderResearchTableTree.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import moment from 'moment'; | 4 | import moment from 'moment'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { | 7 | import { |
| 8 | Modal, | 8 | Modal, |
| 9 | Layout, | 9 | Layout, |
src/components/PrintLabel/PrintLabel.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin } from 'antd-v4';// Tabs, Form, | 5 | import { Layout, Spin } from 'antd-v4';// Tabs, Form, |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; | 7 | import Toolbar from '../Common/ToolBar/ToolBarNew'; |
src/components/ProductionPlan/ProductionPlan.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { SearchOutlined, SettingOutlined } from '@ant-design/icons'; | 4 | import { SearchOutlined, SettingOutlined } from '@ant-design/icons'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { | 7 | import { |
| 8 | message, | 8 | message, |
| 9 | Layout, | 9 | Layout, |
src/components/ProductionReport/ProductionReport.js
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | 6 | ||
| 7 | import React, { Component } from 'react'; | 7 | import React, { Component } from 'react'; |
| 8 | import { Form } from '@ant-design/compatible'; | 8 | import { Form } from '@ant-design/compatible'; |
| 9 | -import '@ant-design/compatible/assets/index.css'; | 9 | +// import '@ant-design/compatible/assets/index.css'; |
| 10 | import { | 10 | import { |
| 11 | Layout, | 11 | Layout, |
| 12 | Spin, | 12 | Spin, |
src/components/QuoQuotation/Quotation/Quotation.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | /* eslint-disable prefer-destructuring,no-loop-func */ | 2 | /* eslint-disable prefer-destructuring,no-loop-func */ |
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider,Table, Checkbox,Row, Col, } from 'antd-v4'; | 6 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider,Table, Checkbox,Row, Col, } from 'antd-v4'; |
| 7 | import AddIcon from '../../../assets/add.svg'; | 7 | import AddIcon from '../../../assets/add.svg'; |
| 8 | import DisableAddIcon from '../../../assets/disableadd.svg'; | 8 | import DisableAddIcon from '../../../assets/disableadd.svg'; |
src/components/QuoQuotation/Quotation/SplitPasteQuotation.js
| 1 | /* eslint-disable function-paren-newline */ | 1 | /* eslint-disable function-paren-newline */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Row, Col, List, Card, Checkbox, Select, Form } from 'antd-v4'; | 4 | import { Row, Col, List, Card, Checkbox, Select, Form } from 'antd-v4'; |
| 5 | import ShowType from '@/components/Common/CommonComponent'; | 5 | import ShowType from '@/components/Common/CommonComponent'; |
| 6 | import splitstyles from '@/components/Manufacture/SplitPaste.less'; | 6 | import splitstyles from '@/components/Manufacture/SplitPaste.less'; |
src/components/QuoQuotation/QuotationPack/QuotationPack.js
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | import React, { Component } from 'react'; | 7 | import React, { Component } from 'react'; |
| 8 | import moment from 'moment'; | 8 | import moment from 'moment'; |
| 9 | import { Form } from '@ant-design/compatible'; | 9 | import { Form } from '@ant-design/compatible'; |
| 10 | -import '@ant-design/compatible/assets/index.css'; | 10 | +// import '@ant-design/compatible/assets/index.css'; |
| 11 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider, Tabs, Table, Checkbox, Row, Col, } from 'antd-v4'; | 11 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider, Tabs, Table, Checkbox, Row, Col, } from 'antd-v4'; |
| 12 | import AddIcon from '../../../assets/add.svg'; | 12 | import AddIcon from '../../../assets/add.svg'; |
| 13 | import DisableAddIcon from '../../../assets/disableadd.svg'; | 13 | import DisableAddIcon from '../../../assets/disableadd.svg'; |
src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | import React, { Component } from 'react'; | 7 | import React, { Component } from 'react'; |
| 8 | import moment from 'moment'; | 8 | import moment from 'moment'; |
| 9 | import { Form } from '@ant-design/compatible'; | 9 | import { Form } from '@ant-design/compatible'; |
| 10 | -import '@ant-design/compatible/assets/index.css'; | 10 | +// import '@ant-design/compatible/assets/index.css'; |
| 11 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider, Tabs, Collapse, Radio, Row, Col, Table, Checkbox, } from 'antd-v4'; | 11 | import { Modal, Layout, Spin, Avatar, Select, message, Button, Slider, Tabs, Collapse, Radio, Row, Col, Table, Checkbox, } from 'antd-v4'; |
| 12 | import { RightOutlined } from '@ant-design/icons'; | 12 | import { RightOutlined } from '@ant-design/icons'; |
| 13 | import AddIcon from '../../../assets/add.svg'; | 13 | import AddIcon from '../../../assets/add.svg'; |
src/components/login/Login.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { LockOutlined, UserOutlined } from '@ant-design/icons'; | 4 | import { LockOutlined, UserOutlined } from '@ant-design/icons'; |
| 5 | import { Form } from '@ant-design/compatible'; | 5 | import { Form } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { Input, Button, Select, message, Radio } from 'antd-v4'; | 7 | import { Input, Button, Select, message, Radio } from 'antd-v4'; |
| 8 | import commonConfig from '@/utils/config'; | 8 | import commonConfig from '@/utils/config'; |
| 9 | // import * as commonUtils from '../../utils/utils'; | 9 | // import * as commonUtils from '../../utils/utils'; |
src/components/productionMainPlan/productionMainPlan.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Avatar, Tabs, Card, Row, Col, message } from 'antd-v4'; // Switch, Modal, Card, Row, Col | 5 | import { Layout, Spin, Avatar, Tabs, Card, Row, Col, message } from 'antd-v4'; // Switch, Modal, Card, Row, Col |
| 6 | import styles from '@/index.less'; | 6 | import styles from '@/index.less'; |
| 7 | import * as commonFunc from '@/components/Common/commonFunc'; | 7 | import * as commonFunc from '@/components/Common/commonFunc'; |
src/components/productionMainPlan/productionUnifiedPlanning.js
| 1 | import React, { Component } from 'react'; | 1 | import React, { Component } from 'react'; |
| 2 | import { Form } from '@ant-design/compatible'; | 2 | import { Form } from '@ant-design/compatible'; |
| 3 | -import '@ant-design/compatible/assets/index.css'; | 3 | +// import '@ant-design/compatible/assets/index.css'; |
| 4 | import { Layout, Spin, message } from 'antd-v4'; // Button | 4 | import { Layout, Spin, message } from 'antd-v4'; // Button |
| 5 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ | 5 | import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销售模块业务功能 */ |
| 6 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 6 | import * as commonFunc from '@/components/Common/commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/productionPlanInfo/productionPlanChangeMacheInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; | 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; |
| 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/productionPlanInfo/productionPlanInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ | 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Modal, Layout, Spin, Card, Row, Col } from 'antd-v4'; // Switch Select, Tabs, | 5 | import { Modal, Layout, Spin, Card, Row, Col } from 'antd-v4'; // Switch Select, Tabs, |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import selfstyles from '../productionMainPlan/index.less'; | 7 | import selfstyles from '../productionMainPlan/index.less'; |
src/components/productionPlanInfo/productionPlanInfo2.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch | 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import * as commonFunc from '../Common/commonFunc'; | 7 | import * as commonFunc from '../Common/commonFunc'; |
src/components/productionPlanInfo/productionPlanOutside.js
| 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ | 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Modal, Layout, Spin, Card, Row, Col, message } from 'antd-v4'; // Switch Select, Tabs, | 5 | import { Modal, Layout, Spin, Card, Row, Col, message } from 'antd-v4'; // Switch Select, Tabs, |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import selfstyles from '../productionMainPlan/index.less'; | 7 | import selfstyles from '../productionMainPlan/index.less'; |
src/components/productionSchedule/productionPlanChangeMacheInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; | 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; |
| 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/productionSchedule/productionPlanInfo2.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch | 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import * as commonFunc from '../Common/commonFunc'; | 7 | import * as commonFunc from '../Common/commonFunc'; |
src/components/productionSchedule/productionSchedule.js
| 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ | 1 | /* eslint-disable array-callback-return,no-undef,object-curly-newline,prefer-destructuring,no-unused-vars */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { LoadingOutlined } from '@ant-design/icons'; | 5 | import { LoadingOutlined } from '@ant-design/icons'; |
| 6 | import { Modal, Layout, Spin, Card, Row, Col, message } from 'antd-v4'; // Switch Select, Tabs, | 6 | import { Modal, Layout, Spin, Card, Row, Col, message } from 'antd-v4'; // Switch Select, Tabs, |
| 7 | import styles from '@/index.less'; | 7 | import styles from '@/index.less'; |
src/components/productionScheduleTree/productionPlanChangeMacheInfo.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; | 5 | import { Layout, Spin, Button, Row, Col } from 'antd-v4'; |
| 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ | 6 | import CommonListEvent from './CommonListEvent';/* 继承销售模块业务功能 */ |
| 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ | 7 | import * as commonFunc from './commonFunc';/* 通用单据方法 */ /* 通用单据方法 */ |
src/components/productionScheduleTree/productionPlanInfo2.js
| 1 | /* eslint-disable array-callback-return,no-undef */ | 1 | /* eslint-disable array-callback-return,no-undef */ |
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { Form } from '@ant-design/compatible'; | 3 | import { Form } from '@ant-design/compatible'; |
| 4 | -import '@ant-design/compatible/assets/index.css'; | 4 | +// import '@ant-design/compatible/assets/index.css'; |
| 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch | 5 | import { Layout, Spin, Select } from 'antd-v4'; // Switch |
| 6 | import styles from '../../index.less'; | 6 | import styles from '../../index.less'; |
| 7 | import * as commonFunc from '../Common/commonFunc'; | 7 | import * as commonFunc from '../Common/commonFunc'; |
src/components/productionScheduleTree/productionScheduleTree.js
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | import React, { Component } from 'react'; | 3 | import React, { Component } from 'react'; |
| 4 | import { DownOutlined, LoadingOutlined, MenuFoldOutlined, MenuUnfoldOutlined } from '@ant-design/icons'; | 4 | import { DownOutlined, LoadingOutlined, MenuFoldOutlined, MenuUnfoldOutlined } from '@ant-design/icons'; |
| 5 | import { Form, Icon } from '@ant-design/compatible'; | 5 | import { Form, Icon } from '@ant-design/compatible'; |
| 6 | -import '@ant-design/compatible/assets/index.css'; | 6 | +// import '@ant-design/compatible/assets/index.css'; |
| 7 | import { Modal, Layout, Spin, Card, Row, Col, message, Tree, Switch, Pagination } from 'antd-v4'; // Switch Select, Tabs, | 7 | import { Modal, Layout, Spin, Card, Row, Col, message, Tree, Switch, Pagination } from 'antd-v4'; // Switch Select, Tabs, |
| 8 | import styles from '@/index.less'; | 8 | import styles from '@/index.less'; |
| 9 | import selfstyles from '@/components/productionMainPlan/index.less'; | 9 | import selfstyles from '@/components/productionMainPlan/index.less'; |
src/components/productionScheduleTree/productionScheduleTreeBack.js
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | import React, { Component } from 'react'; | 2 | import React, { Component } from 'react'; |
| 3 | import { DownOutlined } from '@ant-design/icons'; | 3 | import { DownOutlined } from '@ant-design/icons'; |
| 4 | import { Form } from '@ant-design/compatible'; | 4 | import { Form } from '@ant-design/compatible'; |
| 5 | -import '@ant-design/compatible/assets/index.css'; | 5 | +// import '@ant-design/compatible/assets/index.css'; |
| 6 | import { Modal, Layout, Spin, Card, Row, Col, message, Tree, Switch, Pagination } from 'antd-v4'; // Switch Select, Tabs, | 6 | import { Modal, Layout, Spin, Card, Row, Col, message, Tree, Switch, Pagination } from 'antd-v4'; // Switch Select, Tabs, |
| 7 | import styles from '@/index.less'; | 7 | import styles from '@/index.less'; |
| 8 | import selfstyles from '@/components/productionMainPlan/index.less'; | 8 | import selfstyles from '@/components/productionMainPlan/index.less'; |