Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
fc4abf0c
Commit
fc4abf0c
authored
Sep 09, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn/not/drw/ame/amc交易金额浮动、附加金额页加回车触发失焦点事件
parent
39cd8ee8
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
2 deletions
+13
-2
Pattern.js
src/model/Letnot/Pattern.js
+1
-1
Ovwp.vue
src/views/Business/Letamc/Ovwp.vue
+2
-0
Ovwp.vue
src/views/Business/Letame/Ovwp.vue
+2
-0
Ovwp.vue
src/views/Business/Letdrw/Ovwp.vue
+2
-0
Aamp.vue
src/views/Business/Letnot/Aamp.vue
+1
-1
Ovwp.vue
src/views/Business/Letnot/Ovwp.vue
+2
-0
Ovwp.vue
src/views/Business/Letopn/Ovwp.vue
+3
-0
No files found.
src/model/Letnot/Pattern.js
View file @
fc4abf0c
...
...
@@ -190,7 +190,7 @@ export default {
"ledgrp.cbs.max2.amt"
:[
{
type
:
"strig"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"stri
n
g"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/views/Business/Letamc/Ovwp.vue
View file @
fc4abf0c
...
...
@@ -80,6 +80,7 @@
<c-form-item
label=
"Amount Tolerance +/-"
prop=
"ledgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.ledgrp.rec.nomtop"
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -87,6 +88,7 @@
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.ledgrp.rec.nomton"
maxlength=
"2"
style=
"width: 95%"
placeholder=
"请输入Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Letame/Ovwp.vue
View file @
fc4abf0c
...
...
@@ -128,6 +128,7 @@
<c-input
v-model
.
number=
"model.ledgrp.rec.nomtop"
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
class=
"m-input-currency"
@
keyup
.
enter
.
native=
"$event.target.blur()"
disabled
></c-input>
</c-form-item>
</c-col>
...
...
@@ -135,6 +136,7 @@
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.ledgrp.rec.nomton"
maxlength=
"2"
style=
"width: 95%"
placeholder=
"请输入Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
...
...
src/views/Business/Letdrw/Ovwp.vue
View file @
fc4abf0c
...
...
@@ -161,6 +161,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</c-form-item>
...
...
@@ -172,6 +173,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
...
...
src/views/Business/Letnot/Aamp.vue
View file @
fc4abf0c
...
...
@@ -11,7 +11,7 @@
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.max2.amt"
placeholder=
"请输入Additional Amount"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
<!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
</el-form-item>
</c-col>
...
...
src/views/Business/Letnot/Ovwp.vue
View file @
fc4abf0c
...
...
@@ -156,6 +156,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</c-form-item>
...
...
@@ -167,6 +168,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
...
...
src/views/Business/Letopn/Ovwp.vue
View file @
fc4abf0c
...
...
@@ -166,8 +166,10 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
<!-- @keyup.enter.native="$event.target.blur()"回车触发失去焦点后触发的事件 -->
</c-form-item>
</c-col>
<c-col
:span=
"7"
>
...
...
@@ -177,6 +179,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
...
...
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