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
211b27a1
Commit
211b27a1
authored
Jun 21, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn
parent
4c93eb79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
buildCommons.js
src/business/letopn/event/buildCommons.js
+8
-3
Ovwp1.vue
src/business/letopn/views/Ovwp1.vue
+1
-1
No files found.
src/business/letopn/event/buildCommons.js
View file @
211b27a1
...
...
@@ -22,12 +22,12 @@ export default {
if
(
model
.
ledgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
ledgrp
.
apl
));
}
if
(
model
.
ledgrp
.
adv
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
ledgrp
.
adv
));
}
if
(
model
.
ledgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
ledgrp
.
ben
));
}
if
(
model
.
ledgrp
.
iss
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
ledgrp
.
iss
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'LED'
,
...
...
@@ -103,6 +103,11 @@ export default {
buildDocpan
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'LED'
,
objinr
:
model
.
ledgrp
.
rec
.
objinr
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
},
};
return
params
},
...
...
src/business/letopn/views/Ovwp1.vue
View file @
211b27a1
...
...
@@ -356,7 +356,7 @@
}"
:disabled=
"true"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('
ben
', 'C')
queryGridEtyPromptDialogData('
BEN
', 'C')
"
>
</c-ptap>
...
...
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