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
ed63efc7
Commit
ed63efc7
authored
Aug 03, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detail
parent
96e67670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
9 deletions
+29
-9
Event.js
src/model/Ditopn/Event.js
+1
-1
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+28
-8
No files found.
src/model/Ditopn/Event.js
View file @
ed63efc7
...
...
@@ -387,7 +387,7 @@ export default {
this
.
title
=
row
.
pandsc
this
.
centerDialogVisible
=
true
,
this
.
dialog
=
rtnmsg
.
data
.
trnmod_trndoc_doceot
[
index
]
console
.
log
(
this
.
dialog
.
rcv
.
namelc
);
this
.
index
=
index
}
},
async
BlurBennam
(
e
){
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
ed63efc7
...
...
@@ -134,7 +134,7 @@
:disabled=
"
model.trnmod.trndoc.doceot[scope.row.index]
.pandsc == 'MT799' &&
model.didgrp.rec.elcflg
==
'Y'
model.didgrp.rec.elcflg
==
'Y'
"
@
click=
"handleDisplay(scope.row.index, scope.row)"
>
显示
</el-button
...
...
@@ -330,24 +330,32 @@
</c-button>
</el-form-item>
<el-form-item
v-else
label=
"BIC"
>
<el-input
v-model=
"dialog.rcv.pts.extkey"
/>
<el-input
v-model=
"dialog.rcv.pts.extkey"
/>
</el-form-item>
<el-form-item
v-if=
"title == 'elcs.101.001.01'"
label=
"行联行号"
>
<el-input
v-model=
"dialog.rcv.pts.bankno"
/>
<el-input
v-model=
"dialog.rcv.pts.bankno"
/>
</el-form-item>
<el-form-item
label-width=
"30px"
>
<el-input
:value=
"title != 'elcs.101.001.01'?dialog.rcv.namelc:dialog.rcv.pts.jigomc"
:value=
"
title != 'elcs.101.001.01'
? dialog.rcv.namelc
: dialog.rcv.pts.jigomc
"
:disabled=
"title != 'elcs.101.001.01'"
type=
"textarea"
:rows=
"2"
/>
<br
/>
<el-input
:value=
"title != 'elcs.101.001.01'?dialog.rcv.adrelc:dialog.rcv.pts.dizzhii"
:value=
"
title != 'elcs.101.001.01'
? dialog.rcv.adrelc
: dialog.rcv.pts.dizzhii
"
type=
"textarea"
:rows=
"2"
/>
...
...
@@ -375,7 +383,11 @@
label=
"Adress Amend"
label-width=
"120px"
>
<el-input
type=
"textarea"
v-model=
"dialog.adrblk"
:rows=
"4"
/>
<el-input
type=
"textarea"
v-model=
"dialog.adrblk"
:rows=
"4"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
v-else
>
...
...
@@ -452,7 +464,7 @@
<span
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"
centerDialogVisible = false
"
@
click=
"
saveDialog
"
>
确 定
</el-button
>
<el-button
@
click=
"centerDialogVisible = false"
...
...
@@ -473,6 +485,7 @@ export default {
props
:
[
"model"
,
"codes"
],
data
()
{
return
{
index
:
0
,
title
:
""
,
dialog
:
{
rcv
:
{
...
...
@@ -495,7 +508,14 @@ export default {
},
};
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
saveDialog
()
{
this
.
centerDialogVisible
=
false
;
console
.
log
(
this
.
model
);
this
.
model
.
trnmod
.
trndoc
.
doceot
.
splice
(
this
.
index
,
1
,
this
.
dialog
);
}
},
created
:
function
()
{},
};
</
script
>
...
...
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