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
37cf6fbf
Commit
37cf6fbf
authored
Aug 07, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame修改
parent
305fbfb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
buildCommons.js
src/business/litame/event/buildCommons.js
+13
-1
index.js
src/business/litame/model/index.js
+6
-2
No files found.
src/business/litame/event/buildCommons.js
View file @
37cf6fbf
...
...
@@ -34,6 +34,7 @@ export default {
let
dataObj
=
{
rec
:
{
objtyp
:
'LID'
,
objinr
:
model
.
lidgrp
.
rec
.
inr
,
ownref
:
model
.
lidgrp
.
rec
.
ownref
,
opndat
:
model
.
lidgrp
.
rec
.
opndat
,
expdat
:
model
.
lidgrp
.
rec
.
expdat
,
...
...
@@ -52,9 +53,20 @@ export default {
cnfsta
:
model
.
lidgrp
.
rec
.
cnfsta
,
cre707flg
:
model
.
litamep
.
cre707flg
,
},
amdRec
:
{
engamt
:
model
.
litamep
.
engamt
,
maxamt
:
model
.
litamep
.
maxamt
,
ameamt
:
model
.
swiadd
.
ameamt
,
amecur
:
model
.
swiadd
.
amecur
,
newamt
:
model
.
swiadd
.
newamt
,
newcur
:
model
.
swiadd
.
newcur
,
amedat
:
model
.
swiadd
.
amedat
,
newexpdat
:
model
.
swiadd
.
newexpdat
,
},
cbsMap
:
{
MAX
:
model
.
lidgrp
.
cbs
.
max
,
OLDMAX
:
model
.
lidgrp
.
cbs
.
oldmax
,
OLDMAX
:
model
.
oldlidgrp
.
cbs
.
max
,
OLDMAX2
:
model
.
oldlidgrp
.
cbs
.
max2
,
MAX2
:
model
.
lidgrp
.
cbs
.
max2
,
NOM1
:
model
.
lidgrp
.
cbs
.
nom1
,
OPN1
:
model
.
lidgrp
.
cbs
.
opn1
,
...
...
src/business/litame/model/index.js
View file @
37cf6fbf
...
...
@@ -78,6 +78,10 @@ export default class Litame {
},
nom1
:
{
amt
:
''
},
max2
:
{
cur
:
''
,
amt
:
'0.00'
,
}
}
},
...
...
@@ -160,7 +164,7 @@ export default class Litame {
cbs
:
{
opn2
:
{
cur
:
''
,
amt
:
''
,
amt
:
'
0.00
'
,
},
max
:
{
cur
:
''
,
...
...
@@ -172,7 +176,7 @@ export default class Litame {
},
max2
:
{
cur
:
''
,
amt
:
''
,
amt
:
'
0.00
'
,
}
},
rmb
:
{
...
...
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