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
465ed879
Commit
465ed879
authored
Jun 20, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn修改
parent
6181926e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
19 deletions
+16
-19
index.js
src/business/litopn/event/index.js
+2
-1
Detp.vue
src/business/litopn/views/Detp.vue
+5
-9
Ovwp1.vue
src/business/litopn/views/Ovwp1.vue
+9
-9
No files found.
src/business/litopn/event/index.js
View file @
465ed879
...
...
@@ -169,7 +169,8 @@ export default {
async
nomtopChange
()
{
let
params
=
{
nomtop
:
this
.
model
.
lidgrp
.
rec
.
nomtop
,
cur
:
this
.
model
.
lidgrp
.
cbs
.
max
.
cur
nom1amt
:
this
.
model
.
lidgrp
.
cbs
.
nom1
.
amt
,
maxcur
:
this
.
model
.
lidgrp
.
cbs
.
max
.
cur
};
let
res
=
await
Api
.
post
(
'/service/litopn/maxamt'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
src/business/litopn/views/Detp.vue
View file @
465ed879
...
...
@@ -385,39 +385,35 @@ export default {
this
.
flag1
=
false
;
this
.
flag2
=
true
;
this
.
flag3
=
true
;
this
.
model
.
lidgrp
.
blk
.
defdet
=
"days after B/L date"
}
if
(
val
==
"N"
)
{
this
.
flag1
=
false
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
this
.
model
.
lidgrp
.
blk
.
defdet
=
"days after B/L date"
}
if
(
val
==
"P"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
this
.
model
.
lidgrp
.
rec
.
tenmaxday
==
0
this
.
model
.
lidgrp
.
blk
.
defdet
=
""
}
if
(
val
==
"M"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
true
;
this
.
flag3
=
false
;
this
.
model
.
lidgrp
.
blk
.
defdet
=
""
}
if
(
val
==
"A"
)
{
this
.
flag1
=
true
;
this
.
flag2
=
false
;
this
.
flag3
=
true
;
this
.
model
.
lidgrp
.
blk
.
defdet
=
""
}
},
},
// "model.lidgrp.rec.tenmaxday":{
// immediate: true,
// handler(val,oldval){
// console.log(val);
// if(this.model.lidgrp.rec.avbby !== 'P'){}
// // this.model.lidgrp.rec.tenmaxday='0';
// }
// }
},
};
</
script
>
...
...
src/business/litopn/views/Ovwp1.vue
View file @
465ed879
...
...
@@ -581,15 +581,15 @@ export default {
};
},
methods
:
{
nomtopChange
(){
this
.
executeDefault
(
"lidgrp.cbs.max.amt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
// this.updateModel(res.data);
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
//
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