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
33b7a62a
Commit
33b7a62a
authored
Sep 06, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrw金额输入输不了,有问题(因此交易有两个页面金额字段相同)bug解决
parent
26435188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Drv.vue
src/views/Business/Letdrw/Drv.vue
+3
-3
No files found.
src/views/Business/Letdrw/Drv.vue
View file @
33b7a62a
...
...
@@ -45,14 +45,14 @@
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
-currency
<c-input
v-model=
"model.ledgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
class=
"m-input-currency"
placeholder=
"请输入信用证金额"
class=
"m-input-currency"
@
keyup
.
enter
.
native=
"$event.target.blur()"
disabled
></c-input
-currency
>
></c-input>
<!-- @keyup.enter.native="$event.target.blur()" :回车触发失去焦点发生的事件 -->
</el-form-item>
</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