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
1fd138b2
Commit
1fd138b2
authored
Jul 17, 2023
by
WH
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
parents
892d43f5
f79c4d26
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
26 deletions
+45
-26
buildCommons.js
src/business/letamc/event/buildCommons.js
+3
-0
index.js
src/business/letamc/model/index.js
+23
-22
buildCommons.js
src/business/letame/event/buildCommons.js
+5
-2
index.js
src/business/letame/model/index.js
+13
-2
index.js
src/business/letopn/event/index.js
+1
-0
No files found.
src/business/letamc/event/buildCommons.js
View file @
1fd138b2
...
@@ -55,6 +55,9 @@ export default {
...
@@ -55,6 +55,9 @@ export default {
},
},
cbsMap
:
{
cbsMap
:
{
MAX
:
model
.
ledgrp
.
cbs
.
max
,
MAX
:
model
.
ledgrp
.
cbs
.
max
,
MAX2
:
model
.
ledgrp
.
cbs
.
max2
,
MAX
:
model
.
oldledgrp
.
cbs
.
max
,
MAX2
:
model
.
oldledgrp
.
cbs
.
max2
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
...
...
src/business/letamc/model/index.js
View file @
1fd138b2
...
@@ -4,28 +4,29 @@ export default class Litamc {
...
@@ -4,28 +4,29 @@ export default class Litamc {
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
number
:
''
,
number
:
''
,
oldledgrp
:
{
oldledgrp
:{
blk
:
{
cbs
:{
narhis
:
''
nom1
:{
},
amt
:
""
,
// Original Data .oldledgrp.cbs.nom1.amt
rec
:
{
},
expdat
:
''
,
max
:{
nomton
:
''
,
cur
:
""
,
// Currency .oldledgrp.cbs.max.cur
shpdat
:
''
,
amt
:
""
,
// Balance .oldledgrp.cbs.max.amt
nomtop
:
''
,
},
prepertxts18
:
''
,
max2
:{
prepers18
:
''
cur
:
""
,
},
amt
:
""
,
cbs
:
{
},
max
:
{
},
cur
:
''
,
rec
:{
amt
:
''
nomtop
:
""
,
// Amount Tolerance - Positive .oldledgrp.rec.nomtop
},
nomton
:
""
,
// Amount Tolerance - Negative .oldledgrp.rec.nomton
nom1
:
{
expdat
:
""
,
// Date of Expiry .oldledgrp.rec.expdat
amt
:
''
shpdat
:
""
,
// Shipment Date .oldledgrp.rec.shpdat
}
prepers18
:
""
,
// Days of presentation period .oldledgrp.rec.prepers18
}
prepertxts18
:
""
,
// Presentation period text .oldledgrp.rec.prepertxts18
},
},
},
ledgrp
:
{
ledgrp
:
{
blk
:
{
blk
:
{
addamtcov
:
''
addamtcov
:
''
...
...
src/business/letame/event/buildCommons.js
View file @
1fd138b2
...
@@ -62,6 +62,7 @@ export default {
...
@@ -62,6 +62,7 @@ export default {
let
dataObj
=
{
let
dataObj
=
{
rec
:
{
rec
:
{
objinr
:
model
.
ledgrp
.
rec
.
inr
,
objtyp
:
'LED'
,
objtyp
:
'LED'
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
...
@@ -118,8 +119,6 @@ export default {
...
@@ -118,8 +119,6 @@ export default {
liaall
:
model
.
liaall
,
liaall
:
model
.
liaall
,
liaccv
:
model
.
liaccv
,
liaccv
:
model
.
liaccv
,
// doceot: model.trnmod.trndoc.doceot,
// doceot: model.trnmod.trndoc.doceot,
maxamt
:
model
.
letamep
.
maxamt
,
trnmod
:
model
.
trnmod
,
};
};
return
params
return
params
},
},
...
@@ -146,6 +145,10 @@ export default {
...
@@ -146,6 +145,10 @@ export default {
let
params
=
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
liaallg
:
model
.
liaall
.
liaallg
,
amdRec
:{
maxamt
:
model
.
letamep
.
maxamt
,
engamt
:
model
.
letamep
.
engamt
,
}
};
};
return
params
return
params
},
},
...
...
src/business/letame/model/index.js
View file @
1fd138b2
...
@@ -16,10 +16,16 @@ export default class Letame {
...
@@ -16,10 +16,16 @@ export default class Letame {
},
},
cbs
:
{
cbs
:
{
max
:
{
max
:
{
amt
:
''
cur
:
""
,
amt
:
""
,
},
max2
:
{
cur
:
""
,
amt
:
""
,
},
},
nom1
:
{
nom1
:
{
amt
:
''
cur
:
""
,
amt
:
""
,
}
}
}
}
},
},
...
@@ -47,6 +53,7 @@ export default class Letame {
...
@@ -47,6 +53,7 @@ export default class Letame {
},
},
rec
:
{
rec
:
{
inr
:
''
,
inr
:
''
,
branchinr
:
''
,
tenmaxday
:
''
,
tenmaxday
:
''
,
nomton
:
''
,
nomton
:
''
,
expplc
:
''
,
expplc
:
''
,
...
@@ -102,6 +109,10 @@ export default class Letame {
...
@@ -102,6 +109,10 @@ export default class Letame {
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
},
},
cbs
:
{
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
opn2
:
{
opn2
:
{
cur
:
''
,
cur
:
''
,
amt
:
''
amt
:
''
...
...
src/business/letopn/event/index.js
View file @
1fd138b2
...
@@ -161,6 +161,7 @@ export default {
...
@@ -161,6 +161,7 @@ export default {
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
avb
.
pts
.
extkey
=
res
.
data
.
pts
.
extkey
;
this
.
model
.
ledgrp
.
avb
.
pts
.
extkey
=
res
.
data
.
pts
.
extkey
;
this
.
model
.
ledgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
pts
.
adrblk
;
this
.
model
.
ledgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
pts
.
adrblk
;
this
.
model
.
ledgrp
.
avb
.
pts
.
rol
=
res
.
data
.
pts
.
rol
;
}
}
},
},
//最大金额
//最大金额
...
...
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