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
黄庭坚
jinfa-platform
Commits
9468aa3e
Commit
9468aa3e
authored
Jul 10, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌈
style(): 修改样式
parent
4eea20aa
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
31 deletions
+17
-31
index.tsx
...saction/purchaseAbility/components/detailDrawer/index.tsx
+2
-2
file.tsx
...tion/purchaseAbility/offter/addOffter/components/file.tsx
+1
-1
crossSellProducts.tsx
...chaseAbility/offter/addOffter/modal/crossSellProducts.tsx
+1
-1
basic.tsx
...seAbility/purchaseInquiry/addInquiry/components/basic.tsx
+11
-25
file.tsx
...aseAbility/purchaseInquiry/addInquiry/components/file.tsx
+1
-1
drawerWrite.tsx
...eAbility/purchaseInquiry/addInquiry/modal/drawerWrite.tsx
+1
-1
No files found.
src/pages/transaction/purchaseAbility/components/detailDrawer/index.tsx
View file @
9468aa3e
...
@@ -61,10 +61,10 @@ const DetailDrawer: React.FC<IProps> = (props: any) => {
...
@@ -61,10 +61,10 @@ const DetailDrawer: React.FC<IProps> = (props: any) => {
<
Typography
.
Link
<
Typography
.
Link
target=
"_blank"
target=
"_blank"
key=
{
`link_${index + 1}`
}
key=
{
`link_${index + 1}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${
item.name}&contractUrl=${item
.url}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${
v.name}&contractUrl=${v
.url}`
}
>
>
<
LinkOutlined
style=
{
{
marginRight
:
'5px'
}
}
/>
<
LinkOutlined
style=
{
{
marginRight
:
'5px'
}
}
/>
{
item
.
name
}
{
v
.
name
}
</
Typography
.
Link
>
</
Typography
.
Link
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/pages/transaction/purchaseAbility/offter/addOffter/components/file.tsx
View file @
9468aa3e
...
@@ -108,7 +108,7 @@ const File: React.FC<IProps> = (props) => {
...
@@ -108,7 +108,7 @@ const File: React.FC<IProps> = (props) => {
<
div
key=
{
index
}
className=
{
styles
.
upload_item
}
>
<
div
key=
{
index
}
className=
{
styles
.
upload_item
}
>
<
div
className=
{
styles
.
upload_left
}
>
<
div
className=
{
styles
.
upload_left
}
>
<
Typography
.
Link
<
Typography
.
Link
style=
{
{
display
:
'block'
,
paddingBottom
:
'8px'
}
}
style=
{
{
display
:
'block'
}
}
key=
{
`link_${index + 1}`
}
key=
{
`link_${index + 1}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
target=
"_blank"
target=
"_blank"
...
...
src/pages/transaction/purchaseAbility/offter/addOffter/modal/crossSellProducts.tsx
View file @
9468aa3e
...
@@ -378,7 +378,7 @@ const CrossSellProducts: React.FC<IProps> = (props: any) => {
...
@@ -378,7 +378,7 @@ const CrossSellProducts: React.FC<IProps> = (props: any) => {
<
div
key=
{
index
}
className=
{
style
.
upload_item
}
>
<
div
key=
{
index
}
className=
{
style
.
upload_item
}
>
<
div
className=
{
style
.
upload_left
}
>
<
div
className=
{
style
.
upload_left
}
>
<
Typography
.
Link
<
Typography
.
Link
style=
{
{
display
:
'block'
,
paddingBottom
:
'8px'
}
}
style=
{
{
display
:
'block'
}
}
key=
{
`link_${index + 1}`
}
key=
{
`link_${index + 1}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
target=
"_blank"
target=
"_blank"
...
...
src/pages/transaction/purchaseAbility/purchaseInquiry/addInquiry/components/basic.tsx
View file @
9468aa3e
...
@@ -30,13 +30,7 @@ const layout: any = {
...
@@ -30,13 +30,7 @@ const layout: any = {
wrapperCol
:
{
span
:
9
},
wrapperCol
:
{
span
:
9
},
labelAlign
:
"left"
labelAlign
:
"left"
}
}
const
iconStyle
:
any
=
{
color
:
'#C0C4CC'
,
fontSize
:
'20px'
,
position
:
'absolute'
,
right
:
'-30px'
,
top
:
'5px'
,
}
const
PURCHASETYPE
=
[
const
PURCHASETYPE
=
[
{
{
type
:
1
,
type
:
1
,
...
@@ -256,12 +250,12 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
...
@@ -256,12 +250,12 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
<
Input
/>
<
Input
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
'采购类型'
label=
{
required
<
Tooltip
placement=
"right"
title=
'有固定采购金额:采购金额固定,合同期内不可超过采购金额,无固定采购金额:采购金额不固定,可在合同期内按需采购'
>
>
采购类型
<
QuestionCircleOutlined
style=
{
{
marginLeft
:
'5px'
}
}
/>
<
Form
.
Item
</
Tooltip
>
}
name=
'purchaseType'
name=
'purchaseType'
noStyle
rules=
{
[{
required
:
true
,
message
:
'请选择采购类型'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请选择采购类型'
}]
}
>
>
<
Select
>
<
Select
>
...
@@ -270,17 +264,13 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
...
@@ -270,17 +264,13 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
))
}
))
}
</
Select
>
</
Select
>
</
Form
.
Item
>
</
Form
.
Item
>
<
Tooltip
placement=
"top"
title=
'有固定采购金额:采购金额固定,合同期内不可超过采购金额,无固定采购金额:采购金额不固定,可在合同期内按需采购'
>
<
QuestionCircleOutlined
style=
{
iconStyle
}
/>
</
Tooltip
>
</
Form
.
Item
>
<
Form
.
Item
label=
'比价方式'
required
>
<
Form
.
Item
<
Form
.
Item
label=
{
<
Tooltip
placement=
"right"
title=
'密封比价:只能看到供应商是否有报价,不能看到供应商的报价明细,只能解封后才能看到报价明细,非密封比价:可以在供应商报完价后立即看到报价明细,无须解封'
>
比价方式
<
QuestionCircleOutlined
style=
{
{
marginLeft
:
'5px'
}
}
/>
</
Tooltip
>
}
name=
'priceContrast'
name=
'priceContrast'
noStyle
rules=
{
[{
required
:
true
,
message
:
'请选择比价方式'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请选择比价方式'
}]
}
>
>
<
Select
>
<
Select
>
...
@@ -289,10 +279,6 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
...
@@ -289,10 +279,6 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
))
}
))
}
</
Select
>
</
Select
>
</
Form
.
Item
>
</
Form
.
Item
>
<
Tooltip
placement=
"top"
title=
'密封比价:只能看到供应商是否有报价,不能看到供应商的报价明细,只能解封后才能看到报价明细,非密封比价:可以在供应商报完价后立即看到报价明细,无须解封'
>
<
QuestionCircleOutlined
style=
{
iconStyle
}
/>
</
Tooltip
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
{
<
Tooltip
placement=
"right"
title=
'设置了归属地市后,此商品可根据地市进行筛选,未设置时默认为所有地市'
>
适用地市
<
QuestionCircleOutlined
style=
{
{
marginLeft
:
'5px'
}
}
/></
Tooltip
>
}
label=
{
<
Tooltip
placement=
"right"
title=
'设置了归属地市后,此商品可根据地市进行筛选,未设置时默认为所有地市'
>
适用地市
<
QuestionCircleOutlined
style=
{
{
marginLeft
:
'5px'
}
}
/></
Tooltip
>
}
style=
{
{
marginBottom
:
'0'
}
}
style=
{
{
marginBottom
:
'0'
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseInquiry/addInquiry/components/file.tsx
View file @
9468aa3e
...
@@ -86,7 +86,7 @@ const File: React.FC<IProps> = (props) => {
...
@@ -86,7 +86,7 @@ const File: React.FC<IProps> = (props) => {
<
div
key=
{
index
}
className=
{
styles
.
upload_item
}
>
<
div
key=
{
index
}
className=
{
styles
.
upload_item
}
>
<
div
className=
{
styles
.
upload_left
}
>
<
div
className=
{
styles
.
upload_left
}
>
<
Typography
.
Link
<
Typography
.
Link
style=
{
{
display
:
'block'
,
paddingBottom
:
'8px'
}
}
style=
{
{
display
:
'block'
}
}
key=
{
`link_${index + 1}`
}
key=
{
`link_${index + 1}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
target=
"_blank"
target=
"_blank"
...
...
src/pages/transaction/purchaseAbility/purchaseInquiry/addInquiry/modal/drawerWrite.tsx
View file @
9468aa3e
...
@@ -426,7 +426,7 @@ const DrawerWrite: React.FC<Iprops> = (props: any) => {
...
@@ -426,7 +426,7 @@ const DrawerWrite: React.FC<Iprops> = (props: any) => {
<
div
key=
{
index
}
className=
{
style
.
upload_item
}
>
<
div
key=
{
index
}
className=
{
style
.
upload_item
}
>
<
div
className=
{
style
.
upload_left
}
>
<
div
className=
{
style
.
upload_left
}
>
<
Typography
.
Link
<
Typography
.
Link
style=
{
{
display
:
'block'
,
paddingBottom
:
'8px'
}
}
style=
{
{
display
:
'block'
}
}
key=
{
`link_${index + 1}`
}
key=
{
`link_${index + 1}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
href=
{
`/api/contract/contractTemplate/downloadContract?contractName=${v.name}&contractUrl=${v.url}`
}
target=
"_blank"
target=
"_blank"
...
...
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