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
zhouqian
vue-gjjs
Commits
fe77ede1
Commit
fe77ede1
authored
Aug 05, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbod“详情”处理
parent
f92ad4bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
Setp.vue
src/views/Business/Botacc/Setp.vue
+1
-1
Infsea.vue
src/views/Business/Infbod/Infsea.vue
+12
-3
No files found.
src/views/Business/Botacc/Setp.vue
View file @
fe77ede1
...
...
@@ -214,7 +214,7 @@
</c-input>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
style=
"margin-top: 30px"
>
<c-col
:span=
"11"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
</c-edit-table>
...
...
src/views/Business/Infbod/Infsea.vue
View file @
fe77ede1
...
...
@@ -318,10 +318,19 @@ export default {
closeTrn
(
refId
)
{
this
.
$refs
[
refId
].
doClose
();
},
async
getTrnInfo
(
code
)
{
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
$refs
.
childs
.
initdialog
=
false
async
getTrnInfo
(
idx
,
row
)
{
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
bodgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
infcon
.
chksubcon
=
"X"
;
this
.
dialogTableVisible
=
true
;
let
rtnmsg
=
await
this
.
executeDefault
(
"infcon.chksubcon"
);
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
this
.
trnData
.
data
=
rtnmsg
.
data
.
infcon_trnstm
.
rows
;
console
.
log
(
this
.
trnData
.
data
);
}
},
async
getDitSelInfo
(
idx
,
row
)
{
//TD中选中行触发
...
...
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