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
a293f812
Commit
a293f812
authored
Jul 01, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0518' into 'jinfa-0518'
0518 See merge request project/jinfa-platform!160
parents
c53571f0
cf65ea2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
...ion/increaseRequisition/components/editSalesman/index.tsx
+1
-1
index.ts
...n/purchaseRequisition/increaseRequisition/schema/index.ts
+2
-2
No files found.
src/pages/transaction/purchaseRequisition/increaseRequisition/components/editSalesman/index.tsx
View file @
a293f812
...
...
@@ -249,7 +249,7 @@ const EditSalesman: React.FC<MemberModalTableProps> = (props) => {
},
]
}
>
<
Input
onChange=
{
()
=>
handleTotal
()
}
placeholder=
'请输入'
disabled=
{
((
fields
.
length
>
1
&&
(
fields
.
length
-
1
===
_index
)
&&
!
preview
)
||
preview
)
?
true
:
false
}
/>
<
Input
onChange=
{
()
=>
handleTotal
()
}
placeholder=
'请输入'
disabled=
{
((
fields
.
length
>
=
1
&&
(
fields
.
length
-
1
===
_index
)
&&
!
preview
)
||
preview
)
?
true
:
false
}
/>
</
Form
.
Item
>
</
Col
>
{
(
fields
.
length
>
1
&&
!
preview
)
?
(
...
...
src/pages/transaction/purchaseRequisition/increaseRequisition/schema/index.ts
View file @
a293f812
...
...
@@ -33,11 +33,11 @@ const basicInfo: ISchema = {
},
digest
:
{
type
:
'string'
,
title
:
getIntl
().
formatMessage
({
id
:
'purchaseRequisition.dingdanzhaiyao'
,
defaultMessage
:
'订单摘要'
})
,
title
:
'请购单摘要'
,
"x-rules"
:
[
{
required
:
true
,
message
:
getIntl
().
formatMessage
({
id
:
'purchaseRequisition.qingshurudingdan'
,
defaultMessage
:
'请输入订单摘要'
})
message
:
'请输入请购单摘要'
},
{
limitByte
:
true
,
...
...
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