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
fukai
vue-gjjs
Commits
14072532
Commit
14072532
authored
Dec 07, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitcrq金额修改时输一个数后光标立即跳到输入框最后面,金额输入框修改输入异常解决
parent
c6b186b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+3
-4
No files found.
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
14072532
...
...
@@ -71,7 +71,7 @@
</c-col>
<c-col
:span=
"9"
>
<c-form-item
previewLabel=
"信用证金额"
style=
"text-align: left"
label-width=
"5px"
prop=
"gcdgrp.cbs.max.amt"
>
<c-input
-currency
disabled
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入"
></c-input-currency
>
<c-input
disabled
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入"
class=
"m-input-currency"
></c-input
>
</c-form-item>
</c-col>
...
...
@@ -123,9 +123,8 @@
<c-col
:span=
"12"
>
<c-form-item
previewLabel=
"信用证金额"
style=
"text-align: left"
label-width=
"5px"
prop=
"gcdgrp.cbs.max.amt"
>
<c-input-currency
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.max.amt', model.gcdgrp.cbs.max.amt)
"
></c-input-currency>
<c-input-currency
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input-currency>
<!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
</c-form-item>
</c-col>
</c-col>
...
...
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