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
b2a5ade4
Commit
b2a5ade4
authored
Dec 21, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn金额浮动问题修改
parent
2153e8bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
Ovwp1.vue
src/views/Business/Letopn/Ovwp1.vue
+12
-4
No files found.
src/views/Business/Letopn/Ovwp1.vue
View file @
b2a5ade4
...
...
@@ -131,9 +131,10 @@
v-model
.
number=
"model.ledgrp.rec.nomtop"
maxlength=
"2"
style=
"width: 100%"
placeholder=
"请输入上浮比例"
placeholder=
"0"
@
change=
"nomtopChange"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -143,9 +144,9 @@
v-model
.
number=
"model.ledgrp.rec.nomton"
maxlength=
"2"
style=
"width: 100%"
placeholder=
"
请输入下浮比例
"
placeholder=
"
0
"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -450,6 +451,13 @@ export default {
},
methods
:
{
...
Event
,
nomtopChange
(){
this
.
executeDefault
(
"ledgrp.cbs.max.amt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
apprulChange
(
v
)
{
if
(
v
!==
"OTHR"
)
{
this
.
model
.
ledgrp
.
rec
.
apprultxt
=
""
;
...
...
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