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
5dac8814
Commit
5dac8814
authored
Dec 20, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn溢短装问题修改
parent
4d9bb6fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
Default.js
src/model/Litopn/Default.js
+1
-1
Ovwp1.vue
src/views/Business/Litopn/Ovwp1.vue
+11
-0
No files found.
src/model/Litopn/Default.js
View file @
5dac8814
...
...
@@ -89,7 +89,7 @@ export default {
"setmod.glemod.gleshwstm"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg2"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg1"
:
Utils
.
defaultFunction
,
//
"lidgrp.rec.nomtop" :Utils.defaultFunction,
"lidgrp.rec.nomtop"
:
Utils
.
defaultFunction
,
"lidgrp.ini.pts.adrblk"
:
Utils
.
defaultFunction
,
"litp.usr.extkey"
:
Utils
.
defaultFunction
,
"lidgrp.rec.spcbenflg"
:
Utils
.
defaultFunction
,
...
...
src/views/Business/Litopn/Ovwp1.vue
View file @
5dac8814
...
...
@@ -121,6 +121,7 @@
v-model=
"model.lidgrp.rec.nomtop"
maxlength=
"2"
placeholder=
"0"
@
change=
"nomtopChange"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -575,6 +576,7 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Litopn/Event"
;
import
Utils
from
"~/utils"
;
export
default
{
inject
:
[
"root"
],
...
...
@@ -588,6 +590,15 @@ export default {
},
methods
:
{
...
Event
,
nomtopChange
(){
this
.
executeDefault
(
"lidgrp.cbs.max.amt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
// this.updateModel(res.data);
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
open
(
val
)
{
if
(
val
===
""
&&
...
...
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