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
99c6dbbe
Commit
99c6dbbe
authored
Jul 13, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [12485] 采购竞价-新增-输入框限制
parent
8e027563
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
bidRequirement.tsx
...bility/purchaseBid/readyAdd/components/bidRequirement.tsx
+1
-1
condition.tsx
...haseAbility/purchaseBid/readyAdd/components/condition.tsx
+6
-6
No files found.
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/bidRequirement.tsx
View file @
99c6dbbe
...
@@ -146,7 +146,7 @@ const BidRequirement: React.FC<Iprops> = (props: any) => {
...
@@ -146,7 +146,7 @@ const BidRequirement: React.FC<Iprops> = (props: any) => {
name=
"demand"
name=
"demand"
rules=
{
[{
required
:
true
,
message
:
'请输入报名要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入报名要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
2
00
}
placeholder=
"最长200个字符,100个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
1
00
}
placeholder=
"最长200个字符,100个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"报名要求附件"
label=
"报名要求附件"
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/condition.tsx
View file @
99c6dbbe
...
@@ -143,7 +143,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -143,7 +143,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
name=
"offer"
name=
"offer"
rules=
{
[{
required
:
true
,
message
:
'请输入报价要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入报价要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"付款方式"
label=
"付款方式"
...
@@ -151,7 +151,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -151,7 +151,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请输入付款方式'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入付款方式'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"税费要求"
label=
"税费要求"
...
@@ -159,7 +159,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -159,7 +159,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请输入税费要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入税费要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"物流要求"
label=
"物流要求"
...
@@ -167,7 +167,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -167,7 +167,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请输入物流要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入物流要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"包装要求"
label=
"包装要求"
...
@@ -175,7 +175,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -175,7 +175,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请输入包装要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入包装要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
"其他要求"
label=
"其他要求"
...
@@ -183,7 +183,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
...
@@ -183,7 +183,7 @@ const Condition: React.FC<Iprops> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请输入其他要求'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入其他要求'
}]
}
>
>
<
TextArea
rows=
{
3
}
maxLength=
{
10
0
}
placeholder=
"最长100个字符,50个汉字"
/>
<
TextArea
rows=
{
3
}
maxLength=
{
5
0
}
placeholder=
"最长100个字符,50个汉字"
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Form
>
</
Form
>
</>
</>
...
...
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