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
a295e7ee
Commit
a295e7ee
authored
Aug 30, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setpan
parent
bcd122a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
Detp1.vue
src/views/Business/Ditopn/Detp1.vue
+1
-1
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+15
-6
No files found.
src/views/Business/Ditopn/Detp1.vue
View file @
a295e7ee
...
...
@@ -73,7 +73,7 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"开证行BIC"
prop=
"didgrp.iss.pts.extkey"
>
<c-input
disabled
@
change=
"changeExtkey"
v-model=
"model.didgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
...
...
src/views/Business/Ditopn/Setpan.vue
View file @
a295e7ee
...
...
@@ -249,7 +249,7 @@
</el-table-column>
<el-table-column
label=
"Disp"
width=
"auto"
>
<
template
#
default=
"scope"
>
<el-select
v-model=
"scope.row.dsp"
>
<el-select
v-model=
"scope.row.dsp"
@
change=
"dispDefault"
>
<el-option
v-for=
"item in codes.setfeldsp"
:key=
"item.value"
...
...
@@ -412,6 +412,7 @@ export default {
},
methods
:
{
...
Event
,
//第一个表格
addRow
()
{
let
newRow
=
{
...
dialog
};
this
.
model
.
setmod
.
setfog
.
setfol
.
push
(
newRow
);
...
...
@@ -419,14 +420,26 @@ export default {
removeRow
()
{
this
.
model
.
setmod
.
setfog
.
setfol
.
pop
();
},
saveDialog
()
{
this
.
visiable
=
false
;
this
.
model
.
setmod
.
setfog
.
setfol
[
this
.
index
]
=
this
.
dialog
;
},
// 第二个表格
detail1
(
index
,
row
)
{
Api
.
post
(
"ditopn/execute
Rule
/det"
,
this
.
model
).
then
(
res
=>
{
Api
.
post
(
"ditopn/execute
Default
/det"
,
this
.
model
).
then
(
res
=>
{
this
.
dialogVisible
=
true
;
this
.
dialog
=
row
;
this
.
index
=
index
;
})
},
dispDefault
(){
Api
.
post
(
"ditopn/executeDefault/mac"
,
this
.
model
).
then
(
res
=>
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
)
})
},
// 第三个表格
detail2
(
index
,
row
)
{
Api
.
post
(
"ditopn/executeRule/det"
,
this
.
model
).
then
(
res
=>
{
this
.
dialogVisible2
=
true
;
...
...
@@ -434,10 +447,6 @@ export default {
this
.
dialog2
=
row
})
},
saveDialog
()
{
this
.
visiable
=
false
;
this
.
model
.
setmod
.
setfog
.
setfol
[
this
.
index
]
=
this
.
dialog
;
},
},
created
:
function
()
{},
};
...
...
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