update
This commit is contained in:
parent
f2fa634ea4
commit
19e42b8ff5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ant-design-pro",
|
"name": "ant-design-pro",
|
||||||
"version": "4.5.75",
|
"version": "4.5.77",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "An out-of-box UI solution for enterprise applications",
|
"description": "An out-of-box UI solution for enterprise applications",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
height: 115px;
|
height: 115px;
|
||||||
border-bottom: 2px solid #EBEDF5;
|
border-bottom: 2px solid #EBEDF5;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
||||||
.serverPartBox {
|
.serverPartBox {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
@ -24,19 +25,24 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|
||||||
.serverPartBoxBg {
|
.serverPartBoxBg {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;left: 0;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nameBox {
|
.nameBox {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 14px;left: 10px;
|
top: 14px;
|
||||||
|
left: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.titleName {
|
.titleName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -46,6 +52,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labelName {
|
.labelName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -67,18 +74,22 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;right: 0;
|
top: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverPartDetail {
|
.serverPartDetail {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.serverPartDetailTop {
|
.serverPartDetailTop {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.serverPartName {
|
.serverPartName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -88,6 +99,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverPartType {
|
.serverPartType {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
background: linear-gradient(134deg, #FFEED1 0%, #FFE1CD 100%);
|
background: linear-gradient(134deg, #FFEED1 0%, #FFE1CD 100%);
|
||||||
@ -97,9 +109,11 @@
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverPartDetailBottom {
|
.serverPartDetailBottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|
||||||
.businessBox {
|
.businessBox {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
background: #E7F0FF;
|
background: #E7F0FF;
|
||||||
@ -108,11 +122,13 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.businessIcon {
|
.businessIcon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.businessText {
|
.businessText {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -124,6 +140,7 @@
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.businessValue {
|
.businessValue {
|
||||||
font-family: DINAlternate, DINAlternate;
|
font-family: DINAlternate, DINAlternate;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -151,10 +168,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.brandIcon {
|
.brandIcon {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brandName {
|
.brandName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -170,15 +189,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.operateLeft {
|
.operateLeft {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
|
||||||
.operateIcon {
|
.operateIcon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleName {
|
.titleName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -190,6 +212,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bigTitlte {
|
.bigTitlte {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -199,15 +222,18 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposal {
|
.proposal {
|
||||||
text-indent: 2rem;
|
text-indent: 2rem;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
line-height: 28px !important;
|
line-height: 28px !important;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
|
|
||||||
.keynote {
|
.keynote {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposalTitle {
|
.proposalTitle {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #FE7628;
|
color: #FE7628;
|
||||||
@ -226,14 +252,17 @@
|
|||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
line-height: 28px !important;
|
line-height: 28px !important;
|
||||||
|
|
||||||
.keynote {
|
.keynote {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.beforeBluePoint {
|
.beforeBluePoint {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.beforeBluePoint::before {
|
.beforeBluePoint::before {
|
||||||
content: '';
|
content: '';
|
||||||
width: 8px;
|
width: 8px;
|
||||||
@ -245,6 +274,7 @@
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleName {
|
.titleName {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -254,6 +284,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.numberValue {
|
.numberValue {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -263,6 +294,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare {
|
.compare {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -272,6 +304,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unit {
|
.unit {
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@ -24,7 +24,7 @@ import session from "@/utils/session";
|
|||||||
import PageTitleBox from "@/components/PageTitleBox";
|
import PageTitleBox from "@/components/PageTitleBox";
|
||||||
import { delCompact, getList, handleContractSupple } from "@/pages/contract/service";
|
import { delCompact, getList, handleContractSupple } from "@/pages/contract/service";
|
||||||
import { ContractListModel } from "@/pages/contract/data";
|
import { ContractListModel } from "@/pages/contract/data";
|
||||||
import { contractType } from "@/pages/contract/emun";
|
import { businessType, contractType } from "@/pages/contract/emun";
|
||||||
import ContractDetail from "@/pages/contract/components/detail";
|
import ContractDetail from "@/pages/contract/components/detail";
|
||||||
import ContractEdit from "@/pages/contract/components/editor";
|
import ContractEdit from "@/pages/contract/components/editor";
|
||||||
import ReactHTMLTableToExcel from "react-html-table-to-excel";
|
import ReactHTMLTableToExcel from "react-html-table-to-excel";
|
||||||
@ -156,6 +156,7 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
show: false,
|
show: false,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
const SERVERPARTTYPEOBJ = session.get('ServerpartTypeObj')
|
||||||
|
|
||||||
|
|
||||||
const columns: ProColumns<ContractListModel>[] = [
|
const columns: ProColumns<ContractListModel>[] = [
|
||||||
@ -225,6 +226,42 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
align: 'right',
|
align: 'right',
|
||||||
width: 130,
|
width: 130,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: '面积',
|
||||||
|
dataIndex: 'OPERATING_AREA',
|
||||||
|
hideInSearch: true,
|
||||||
|
align: 'right',
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '服务区类型',
|
||||||
|
dataIndex: 'SERVERPART_TYPE',
|
||||||
|
hideInSearch: true,
|
||||||
|
valueType: 'select',
|
||||||
|
valueEnum: SERVERPARTTYPEOBJ,
|
||||||
|
align: 'center',
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '经营业态',
|
||||||
|
dataIndex: 'BUSINESS_TRADE',
|
||||||
|
hideInSearch: true,
|
||||||
|
valueType: 'select',
|
||||||
|
valueEnum: businessType,
|
||||||
|
ellipsis: true,
|
||||||
|
align: 'center',
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '保证金(万元)',
|
||||||
|
dataIndex: 'SECURITYDEPOSIT',
|
||||||
|
hideInSearch: true,
|
||||||
|
align: 'right',
|
||||||
|
valueType: "digit",
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title: '物业费(年)',
|
title: '物业费(年)',
|
||||||
dataIndex: '',
|
dataIndex: '',
|
||||||
@ -391,7 +428,7 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
dataIndex: 'COMPACT_STARTDATE',
|
dataIndex: 'COMPACT_STARTDATE',
|
||||||
valueType: 'date',
|
valueType: 'date',
|
||||||
sorter: true,
|
sorter: true,
|
||||||
width: 110
|
width: 130
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '结束日期',
|
title: '结束日期',
|
||||||
@ -399,7 +436,7 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
dataIndex: 'COMPACT_ENDDATE',
|
dataIndex: 'COMPACT_ENDDATE',
|
||||||
valueType: 'date',
|
valueType: 'date',
|
||||||
sorter: true,
|
sorter: true,
|
||||||
width: 110
|
width: 130
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '撤场时间',
|
title: '撤场时间',
|
||||||
@ -407,7 +444,7 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
dataIndex: 'CLOSED_DATE',
|
dataIndex: 'CLOSED_DATE',
|
||||||
valueType: 'date',
|
valueType: 'date',
|
||||||
sorter: true,
|
sorter: true,
|
||||||
width: 110
|
width: 130
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '操作人',
|
title: '操作人',
|
||||||
@ -643,6 +680,42 @@ const contractWarningQuery: React.FC<{ currentUser: CurrentUser }> = (props) =>
|
|||||||
align: 'right',
|
align: 'right',
|
||||||
width: 130,
|
width: 130,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: '面积',
|
||||||
|
dataIndex: 'OPERATING_AREA',
|
||||||
|
hideInSearch: true,
|
||||||
|
align: 'right',
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '服务区类型',
|
||||||
|
dataIndex: 'SERVERPART_TYPE',
|
||||||
|
hideInSearch: true,
|
||||||
|
valueType: 'select',
|
||||||
|
valueEnum: SERVERPARTTYPEOBJ,
|
||||||
|
align: 'center',
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '经营业态',
|
||||||
|
dataIndex: 'BUSINESS_TRADE',
|
||||||
|
hideInSearch: true,
|
||||||
|
valueType: 'select',
|
||||||
|
valueEnum: businessType,
|
||||||
|
align: 'center',
|
||||||
|
width: 180,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '保证金',
|
||||||
|
dataIndex: 'SECURITYDEPOSIT',
|
||||||
|
hideInSearch: true,
|
||||||
|
align: 'right',
|
||||||
|
valueType: "digit",
|
||||||
|
width: 130,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
title: '物业费(年)',
|
title: '物业费(年)',
|
||||||
dataIndex: 'PROPERTY_FEE',
|
dataIndex: 'PROPERTY_FEE',
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
// 由 scripts/writeVersion.js 自动生成
|
// 由 scripts/writeVersion.js 自动生成
|
||||||
export const VERSION = "4.5.75";
|
export const VERSION = "4.5.77";
|
||||||
export const GIT_HASH = "4b17ea4";
|
export const GIT_HASH = "f2fa634";
|
||||||
export const BUILD_TIME = "2025-12-05T03:57:31.975Z";
|
export const BUILD_TIME = "2025-12-11T08:48:46.590Z";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user