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
2125c28d
Commit
2125c28d
authored
Jul 14, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letame修改
parent
1ac2e351
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
26 deletions
+43
-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
+12
-2
No files found.
src/business/letamc/event/buildCommons.js
View file @
2125c28d
...
...
@@ -55,6 +55,9 @@ export default {
},
cbsMap
:
{
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
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
...
...
src/business/letamc/model/index.js
View file @
2125c28d
...
...
@@ -4,28 +4,29 @@ export default class Litamc {
constructor
()
{
this
.
data
=
{
number
:
''
,
oldledgrp
:
{
blk
:
{
narhis
:
''
},
rec
:
{
expdat
:
''
,
nomton
:
''
,
shpdat
:
''
,
nomtop
:
''
,
prepertxts18
:
''
,
prepers18
:
''
},
cbs
:
{
max
:
{
cur
:
''
,
amt
:
''
},
nom1
:
{
amt
:
''
}
}
},
oldledgrp
:{
cbs
:{
nom1
:{
amt
:
""
,
// Original Data .oldledgrp.cbs.nom1.amt
},
max
:{
cur
:
""
,
// Currency .oldledgrp.cbs.max.cur
amt
:
""
,
// Balance .oldledgrp.cbs.max.amt
},
max2
:{
cur
:
""
,
amt
:
""
,
},
},
rec
:{
nomtop
:
""
,
// Amount Tolerance - Positive .oldledgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .oldledgrp.rec.nomton
expdat
:
""
,
// Date of Expiry .oldledgrp.rec.expdat
shpdat
:
""
,
// Shipment Date .oldledgrp.rec.shpdat
prepers18
:
""
,
// Days of presentation period .oldledgrp.rec.prepers18
prepertxts18
:
""
,
// Presentation period text .oldledgrp.rec.prepertxts18
},
},
ledgrp
:
{
blk
:
{
addamtcov
:
''
...
...
src/business/letame/event/buildCommons.js
View file @
2125c28d
...
...
@@ -62,6 +62,7 @@ export default {
let
dataObj
=
{
rec
:
{
objinr
:
model
.
ledgrp
.
rec
.
inr
,
objtyp
:
'LED'
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
...
...
@@ -118,8 +119,6 @@ export default {
liaall
:
model
.
liaall
,
liaccv
:
model
.
liaccv
,
// doceot: model.trnmod.trndoc.doceot,
maxamt
:
model
.
letamep
.
maxamt
,
trnmod
:
model
.
trnmod
,
};
return
params
},
...
...
@@ -146,6 +145,10 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
amdRec
:{
maxamt
:
model
.
letamep
.
maxamt
,
engamt
:
model
.
letamep
.
engamt
,
}
};
return
params
},
...
...
src/business/letame/model/index.js
View file @
2125c28d
...
...
@@ -16,10 +16,16 @@ export default class Letame {
},
cbs
:
{
max
:
{
amt
:
''
cur
:
""
,
amt
:
""
,
},
max2
:
{
cur
:
""
,
amt
:
""
,
},
nom1
:
{
amt
:
''
cur
:
""
,
amt
:
""
,
}
}
},
...
...
@@ -102,6 +108,10 @@ export default class Letame {
pts
:
new
Pts
().
data
,
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
opn2
:
{
cur
:
''
,
amt
:
''
...
...
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