Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
Overview
Overview
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
fukai
swifteditor
Commits
12b58453
Commit
12b58453
authored
3 years ago
by
曲志鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将77L字段长度由150*65增长到500*65
parent
9b9bdfc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
T77L.js
src/swift/Tags/T77L.js
+2
-2
No files found.
src/swift/Tags/T77L.js
View file @
12b58453
...
@@ -13,7 +13,7 @@ export default class T77L extends Component
...
@@ -13,7 +13,7 @@ export default class T77L extends Component
name
=
'77L'
name
=
'77L'
desp
=
"Requested Local Undertaking Terms and Conditions"
desp
=
"Requested Local Undertaking Terms and Conditions"
pattern
=
"
15
0*65z"
pattern
=
"
50
0*65z"
tno
=
-
1
tno
=
-
1
onChange
=
(
val
)
=>
{
onChange
=
(
val
)
=>
{
this
.
props
.
onValue
([{
s1
:
val
},
val
])
this
.
props
.
onValue
([{
s1
:
val
},
val
])
...
@@ -34,7 +34,7 @@ export default class T77L extends Component
...
@@ -34,7 +34,7 @@ export default class T77L extends Component
validateStatus
=
{
errmsg
.
s1
?
'error'
:
null
}
validateStatus
=
{
errmsg
.
s1
?
'error'
:
null
}
>
>
<
TextArea
type
=
"textarea"
maxLength
=
{
65
*
15
0
}
cols
=
{
65
}
rows
=
{
10
}
style
=
{{
imeMode
:
'disabled'
}}
placeholder
=
"Narrative"
value
=
{
value
.
s1
}
onChange
=
{(
e
)
=>
this
.
onChange
(
e
.
target
.
value
)}
/
>
<
TextArea
type
=
"textarea"
maxLength
=
{
65
*
50
0
}
cols
=
{
65
}
rows
=
{
10
}
style
=
{{
imeMode
:
'disabled'
}}
placeholder
=
"Narrative"
value
=
{
value
.
s1
}
onChange
=
{(
e
)
=>
this
.
onChange
(
e
.
target
.
value
)}
/
>
<
/FormItem
>
<
/FormItem
>
<
/Col
>
<
/Col
>
...
...
This diff is collapsed.
Click to expand it.
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