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
14a6910e
Commit
14a6910e
authored
Jul 19, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letrsv修改
parent
026e1016
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletions
+19
-1
buildCommons.js
src/business/letrsv/event/buildCommons.js
+2
-1
index.js
src/business/letrsv/event/index.js
+5
-0
index.js
src/business/letrsv/model/index.js
+12
-0
No files found.
src/business/letrsv/event/buildCommons.js
View file @
14a6910e
...
...
@@ -71,7 +71,8 @@ export default {
},
cbsMap
:
{
MAX
:
model
.
ledgrp
.
cbs
.
max
,
OLDMAX
:
model
.
ledgrp
.
cbs
.
oldmax
,
OLDMAX
:
model
.
oldledgrp
.
cbs
.
max
,
OLDMAX2
:
model
.
oldledgrp
.
cbs
.
max2
,
MAX2
:
model
.
ledgrp
.
cbs
.
max2
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
...
...
src/business/letrsv/event/index.js
View file @
14a6910e
...
...
@@ -34,6 +34,11 @@ export default {
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ledgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
}
},
});
// loading.close();
if
(
!
res
.
data
)
{
...
...
src/business/letrsv/model/index.js
View file @
14a6910e
...
...
@@ -5,6 +5,18 @@ export default class Letrsv {
constructor
()
{
this
.
data
=
{
number
:
''
,
oldledgrp
:
{
cbs
:
{
max
:
{
cur
:
''
,
amt
:
''
},
max2
:
{
cur
:
''
,
amt
:
''
}
}
},
ledgrp
:
{
a2b
:
{
pts
:
new
Pts
().
data
...
...
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