Bläddra i källkod

deploy

master
Soleilw 1 månad sedan
förälder
incheckning
5757486c8c

+ 1
- 1
dist/index.html Visa fil

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.847c9816.js"></script>
<script src="/umi.7fa1ca41.js"></script>
</body>
</html>

+ 0
- 1
dist/p__Company__Department__index.a0a44529.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Company__Department__index.f4d01f9d.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Company__List__index.06cf4537.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Company__List__index.94823330.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Company__Post__index.7c11931c.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Company__Post__index.e0d9c44c.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Fair__List__index.be7f40f4.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Fair__List__index.ed3aab22.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Information__Section__index.12a869db.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Information__Section__index.af290444.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Jobseeker__Account__index.5e568da2.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Jobseeker__Account__index.60a09eb7.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
dist/p__Jobseeker__List__index.78909b99.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 0
- 1
dist/p__Jobseeker__List__index.a4088fb7.async.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


dist/umi.7fa1ca41.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 1
src/components/Render/Main/Company/Department/create/index.tsx Visa fil

@@ -98,7 +98,7 @@ const PagesMainCompanyDepartmentCreate: React.FC = ({ dispatch, dictModel, openM
}}
onChange={(value) => {
GetCompanyInfo({ id: value }).then(res => {
formRef.current.setFieldsValue({
formRef.current?.setFieldsValue({
contact: sessionStorage.getItem('company_info') ? JSON.parse(sessionStorage.getItem('company_info')).contact : res.data.contact,
phone: sessionStorage.getItem('company_info') ? JSON.parse(sessionStorage.getItem('company_info')).phone : res.data.phone,
mobile: sessionStorage.getItem('company_info') ? JSON.parse(sessionStorage.getItem('company_info')).mobile : res.data.mobile,

+ 11
- 3
src/components/Render/Main/Company/List/table/index.tsx Visa fil

@@ -203,7 +203,7 @@ const PagesMainCompanyListTable: React.FC = ({ dispatch, openModel, getId }: any
bordered={true}
actionRef={actionRef}
dataSource={list}
search={{ span: 8, labelWidth: 'auto' }}
search={{ span: 6, labelWidth: 'auto' }}
rowSelection={{
type: 'checkbox'
}}
@@ -217,6 +217,14 @@ const PagesMainCompanyListTable: React.FC = ({ dispatch, openModel, getId }: any
dataIndex: 'date_range',
hidden: true,
valueType: 'dateRange',
search: {
transform: (value) => {
return {
start_date: value[0],
end_date: value[1],
};
},
},
width: 200
},
{
@@ -368,8 +376,8 @@ const PagesMainCompanyListTable: React.FC = ({ dispatch, openModel, getId }: any
member_type: params.member_type,
member_status: params.member_status,
status: params.status,
start_date: params.date_range ? params.date_range[0] : '',
end_date: params.date_range ? params.date_range[1] : '',
start_date: params.start_date,
end_date: params.end_date,
}).then(res => {
setList(res.data.list)
setTotal(res.data.total)

+ 1
- 1
src/components/Render/Main/Company/Post/create/index.tsx Visa fil

@@ -317,7 +317,7 @@ const PagesMainCompanyListCreate: React.FC = ({ dispatch, dictModel, openModel,
<Col span={8}>
<ProFormDatePicker
width='xl'
name="disabled_date"
name="disabled_date"
label="到期日期"
placeholder='请选择到期日期'
fieldProps={{

+ 4
- 0
src/components/Render/Main/Company/Post/table/index.tsx Visa fil

@@ -214,6 +214,8 @@ const PagesMainCompanyPostTable: React.FC = ({ dispatch, getId, openModel }: any
Modal.confirm({
title: '批量发布',
content: (<>
<div>参数: id, status,useful_life ,disabled_date </div>

<h4 style={{ fontWeight: 'bold' }}>有效期:</h4>
<Radio.Group size='small' onChange={async (e) => {
actionRef.current?.reload();
@@ -255,6 +257,8 @@ const PagesMainCompanyPostTable: React.FC = ({ dispatch, getId, openModel }: any
Modal.confirm({
title: '批量更改状态',
content: (<>
<div>参数: id, status</div>

<Radio.Group size='small' onChange={async (e) => {
actionRef.current?.reload();
}}>

+ 1
- 0
src/components/Render/Main/Fair/List/table/index.tsx Visa fil

@@ -208,6 +208,7 @@ const MainFairListPage: React.FC = ({ dispatch, getId, openModel }: any) => {
Modal.confirm({
title: '请选择对批量数据进行何种操作',
content: (<>
<div>参数:id, status, open_date, close_date</div>
<h4 style={{ fontWeight: 'bold' }}>状态:</h4>
<Radio.Group size='small' onChange={async (e) => {


+ 5
- 32
src/components/Render/Main/Information/Section/table/index.tsx Visa fil

@@ -4,7 +4,7 @@ import type { ActionType, ProFormInstance } from '@ant-design/pro-components';
import {
ProTable, ProForm
} from '@ant-design/pro-components';
import { Button, Image, ConfigProvider, Popconfirm, message, Modal } from 'antd';
import { Button, Image, ConfigProvider, Popconfirm, message, Modal,Radio, Row, Col} from 'antd';
import { listSection, delSection } from '@/apis/api';
import { Imageprefix } from '@/constants';
import UploadModel from '@/components/Common/upload';
@@ -197,41 +197,14 @@ const PagesMainInformationSectionTable: React.FC = ({ dispatch, openModel, getId
Modal.confirm({
title: '请选择对批量数据进行何种操作',
content: (<>
<h4 style={{ fontWeight: 'bold' }}>状态:</h4>
<Radio.Group size='small' onChange={async (e) => {
<div>参数:id, display</div>

actionRef.current?.reload();
}}>
<Row gutter={[20, 20]} style={{ padding: 20 }}>
<Col span={12}>
<Radio value={1}>开启</Radio>
</Col>
<Col span={12}>
<Radio value={1}>关闭</Radio>
</Col>
</Row>
</Radio.Group>
<h4 style={{ fontWeight: 'bold' }}>时长:</h4>
<Radio.Group size='small' onChange={async (e) => {

actionRef.current?.reload();
}}>
<Row gutter={[20, 20]} style={{ padding: 20 }}>
<Col span={12}>
<Radio value={1}>1天</Radio>
</Col>
<Col span={12}>
<Radio value={1}>3天</Radio>
</Col>
<Col span={12}>
<Radio value={1}>7天</Radio>
</Col>
<Col span={12}>
<Radio value={1}>15天</Radio>
</Col>
<Col span={12}>
<Radio value={1}>30天</Radio>
</Col>
</Row>
<Radio value={1}>可见</Radio>
<Radio value={1}>不可见</Radio>
</Radio.Group>
</>),
onOk() {

+ 2
- 0
src/components/Render/Main/Jobseeker/Account/table/index.tsx Visa fil

@@ -159,6 +159,8 @@ const PagesMainJobseekerAccountTable: React.FC = ({ dispatch, getId, dictModel,
Modal.confirm({
title: '请选择对批量数据进行何种操作',
content: (<>
<div>参数:id, status</div>

<Radio.Group size='small' onChange={async (e) => {
actionRef.current?.reload();
}}>

+ 2
- 0
src/components/Render/Main/Jobseeker/List/table/index.tsx Visa fil

@@ -323,6 +323,8 @@ const PagesMainJobseekerListTable: React.FC = ({ dispatch, getId, dictModel, ope
title: '请选择对批量数据审核',
content: (<>
<Space direction='vertical' style={{ width: '100%', padding: 20 }}>
<div>参数:id, customer_id, status, audit_memo</div>

<Radio.Group size='small' onChange={async (e) => {
actionRef.current?.reload();
}}>

Laddar…
Avbryt
Spara