|
@@ -1,17 +1,14 @@
|
|
|
-import React, { useMemo, useState } from 'react'
|
|
|
|
|
|
|
+import React, { useMemo } from 'react'
|
|
|
import styles from './index.module.scss'
|
|
import styles from './index.module.scss'
|
|
|
-import { authorityFu } from '@/utils/authority'
|
|
|
|
|
-import { selectObj, getDictFu, resJiLianFu } from '@/utils/dataChange'
|
|
|
|
|
-import history, { openLink } from '@/utils/history'
|
|
|
|
|
|
|
+import { selectObj, getDictFu } from '@/utils/dataChange'
|
|
|
|
|
+import { openLink } from '@/utils/history'
|
|
|
import TableList from '@/pages/Zother/TableList'
|
|
import TableList from '@/pages/Zother/TableList'
|
|
|
import { useSelector } from 'react-redux'
|
|
import { useSelector } from 'react-redux'
|
|
|
import { RootState } from '@/store'
|
|
import { RootState } from '@/store'
|
|
|
-import { API_getGoodsList, API_getGoodsListAll } from '@/store/action/Cledger/C1ledger'
|
|
|
|
|
|
|
+import { API_getGoodsList } from '@/store/action/Cledger/C1ledger'
|
|
|
import { baseFormData } from '@/pages/Zother/data'
|
|
import { baseFormData } from '@/pages/Zother/data'
|
|
|
import { goodsSonTableC } from '@/utils/tableData'
|
|
import { goodsSonTableC } from '@/utils/tableData'
|
|
|
-import { Button, Dropdown, Modal, Radio, Checkbox } from 'antd'
|
|
|
|
|
-import { exportExcelFile } from '@/utils/xlsxExport'
|
|
|
|
|
-import { CaretDownOutlined } from '@ant-design/icons'
|
|
|
|
|
|
|
+import { Button } from 'antd'
|
|
|
|
|
|
|
|
const C1topSearch = [
|
|
const C1topSearch = [
|
|
|
{
|
|
{
|