Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
412d39b2
Commit
412d39b2
authored
Nov 18, 2022
by
wzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 合同-变更前样式修改
parent
efcc68de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
25 deletions
+86
-25
index.less
src/pages/contract/coordination/details/index.less
+61
-0
index.tsx
src/pages/contract/coordination/details/index.tsx
+13
-13
index.tsx
src/pages/contract/manage/details/index.tsx
+12
-12
No files found.
src/pages/contract/coordination/details/index.less
View file @
412d39b2
...
...
@@ -265,3 +265,63 @@
white-space: nowrap;
text-overflow: ellipsis;
}
.materialsFlex {
display: flex;
justify-content: space-between;
.changeBtn {
display: flex;
.btn {
width: 52px;
height: 24px;
margin-right: 4px;
color: #5c626a;
font-size: 12px;
line-height: 24px;
text-align: center;
background: #f5f6f7;
border-radius: 4px;
}
.active {
color: #00a98f;
background: #ebf9f6;
}
}
}
.upload_item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
.upload_left {
display: flex;
align-items: center;
color: #303133;
background-color: #fafbfc;
cursor: pointer;
:global {
.anticon-file-word {
margin-right: 8px;
color: #4279df;
font-size: 18px;
}
}
}
.upload_right {
color: #00a98f;
cursor: pointer;
:global {
.anticon-delete {
margin-left: 19px;
color: #c0c4cc;
}
}
}
}
\ No newline at end of file
src/pages/contract/coordination/details/index.tsx
View file @
412d39b2
...
...
@@ -692,7 +692,7 @@ const Details = (props: any) => {
type != 'implement' &&
<div id='docking' className='ant-card ant-card-bordered'>
<div className='ant-card-head'>
<div className=
'ant-card-head-wrapper'
>
<div className=
{cx(style.materialsFlex, 'ant-card-head-wrapper')}
>
<div className='ant-card-head-wrapper'>
{intl.formatMessage({ id: 'contract.contract.info' })}
</div>
...
...
@@ -729,22 +729,22 @@ const Details = (props: any) => {
<FileHt contractText={isContractNew
? contractText?.contractName
: oldContractCoordinationDetailVOData?.contractText?.contractName} name_='contractName' url_='contractUrl' />
</div>
: null}
<div className={style.upload_item} style={{ width: 680 }}>
<div className='ant-card-head-wrapper'>
附件
</div>
<div>
{
FileFj(isContractNew
? contractText?.contractLis
: oldContractCoordinationDetailVOData?.contractText?.contractLis)
}
</div>
<div className={style.upload_item} style={{ width: 680 }}>
<div className='ant-card-head-wrapper'>
附件
</div>
<div>
{
FileFj(isContractNew
? contractText?.contractLis
: oldContractCoordinationDetailVOData?.contractText?.contractLis)
}
</div>
</div>
: null}
</div>
</div>
...
...
src/pages/contract/manage/details/index.tsx
View file @
412d39b2
...
...
@@ -777,20 +777,20 @@ const Details = (props: any) => {
: intl.formatMessage({ id: 'contract.zhizhihetong' })}
</div>
<FileHt contractText={isContractNew ? contractText : oldContractText} />
<div className={style.upload_item} style={{ width: 680 }}>
<div className='ant-card-head-wrapper'>
附件
</div>
<div>
{
FileFj(isContractNew
? contractText.contractLis
: oldContractText?.contractLis)
}
</div>
</div>
</div>
) : null}
<div className={style.upload_item} style={{ width: 680 }}>
<div className='ant-card-head-wrapper'>
附件
</div>
<div>
{
FileFj(isContractNew
? contractText.contractLis
: oldContractText?.contractLis)
}
</div>
</div>
</div>
</div>
{/* 合同版本 */}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment