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