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
5bffa355
Commit
5bffa355
authored
Sep 20, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BRTUDP
parent
528d2b9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
package-lock.json
package-lock.json
+6
-6
buildCommons.js
src/business/brtudp/event/buildCommons.js
+7
-1
index.js
src/business/brtudp/model/index.js
+6
-0
No files found.
package-lock.json
View file @
5bffa355
...
...
@@ -3435,9 +3435,9 @@
}
},
"node_modules/caniuse-lite"
:
{
"version"
:
"1.0.30001
399
"
,
"resolved"
:
"https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001
399
.tgz"
,
"integrity"
:
"sha512-
4vQ90tMKS+FkvuVWS5/QY1+d805ODxZiKFzsU8o/RsVJz49ZSRR8EjykLJbqhzdPgadbX6wB538wOzle3JniR
A=="
,
"version"
:
"1.0.30001
524
"
,
"resolved"
:
"https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001
524
.tgz"
,
"integrity"
:
"sha512-
Jj917pJtYg9HSJBF95HVX3Cdr89JUyLT4IZ8SvM5aDRni95swKgYi3TgYLH5hnGfPE/U1dg6IfZ50UsIlLkwS
A=="
,
"dev"
:
true
},
"node_modules/case-sensitive-paths-webpack-plugin"
:
{
...
...
@@ -16545,9 +16545,9 @@
}
},
"caniuse-lite"
:
{
"version"
:
"1.0.30001
399
"
,
"resolved"
:
"https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001
399
.tgz"
,
"integrity"
:
"sha512-
4vQ90tMKS+FkvuVWS5/QY1+d805ODxZiKFzsU8o/RsVJz49ZSRR8EjykLJbqhzdPgadbX6wB538wOzle3JniR
A=="
,
"version"
:
"1.0.30001
524
"
,
"resolved"
:
"https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001
524
.tgz"
,
"integrity"
:
"sha512-
Jj917pJtYg9HSJBF95HVX3Cdr89JUyLT4IZ8SvM5aDRni95swKgYi3TgYLH5hnGfPE/U1dg6IfZ50UsIlLkwS
A=="
,
"dev"
:
true
},
"case-sensitive-paths-webpack-plugin"
:
{
...
...
src/business/brtudp/event/buildCommons.js
View file @
5bffa355
...
...
@@ -38,6 +38,13 @@ export default {
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
brtp
.
oth
));
}
if
(
model
.
brdgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
brdgrp
.
apl
));
}
if
(
model
.
brdgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
brdgrp
.
ben
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'BRD'
,
...
...
@@ -61,7 +68,6 @@ export default {
docprbrol
:
model
.
brdgrp
.
rec
.
docprbrol
,
docamt
:
model
.
setmod
.
docamt
,
doccur
:
model
.
setmod
.
doccur
,
expdat
:
model
.
brdgrp
.
rec
.
expdat
,
matdat
:
model
.
brdgrp
.
rec
.
matdat
,
acpnowflg
:
model
.
brdgrp
.
rec
.
acpnowflg
,
docflg
:
model
.
brdgrp
.
rec
.
docflg
,
...
...
src/business/brtudp/model/index.js
View file @
5bffa355
...
...
@@ -38,6 +38,12 @@ export default class Brtudp {
shp
:
{
pts
:
new
Pts
().
data
},
ben
:
{
pts
:
new
Pts
().
data
},
apl
:
{
pts
:
new
Pts
().
data
},
rec
:
{
tenmaxday
:
''
,
predat
:
''
,
...
...
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