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
075f01b4
Commit
075f01b4
authored
Dec 28, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保函开立gitopn交易修改
parent
82091c4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
2 deletions
+37
-2
Cnyp.vue
src/views/Business/Gitopn/Cnyp.vue
+29
-1
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+8
-1
No files found.
src/views/Business/Gitopn/Cnyp.vue
View file @
075f01b4
...
@@ -18,6 +18,10 @@ import Event from "~/model/Gitopn/Event";
...
@@ -18,6 +18,10 @@ import Event from "~/model/Gitopn/Event";
import
Cnyp1
from
"./Cnyp1"
;
import
Cnyp1
from
"./Cnyp1"
;
import
Voup
from
"./Voup"
;
import
Voup
from
"./Voup"
;
const
tabNameToRulePathMapping
=
{
"voup"
:
"cnybop.voup"
,
}
export
default
{
export
default
{
components
:
{
components
:
{
"m-cnyp1"
:
Cnyp1
,
"m-cnyp1"
:
Cnyp1
,
...
@@ -31,7 +35,31 @@ export default {
...
@@ -31,7 +35,31 @@ export default {
activeNames
:
[
"cnyp1"
],
activeNames
:
[
"cnyp1"
],
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
handleChange
(
names
){
// console.log(names);//激活的(展开的)面板的name数组集合
if
(
this
.
isInDisplay
)
{
return
}
const
arr
=
[]
for
(
let
i
=
0
;
i
<
names
.
length
;
i
++
)
{
const
n
=
names
[
i
];
const
path
=
tabNameToRulePathMapping
[
n
]
//取出激活/展开面板name对应的rulePath
if
(
path
)
{
arr
.
push
(
path
)
}
}
let
rulePath
=
arr
.
join
(
","
);
//把arr数组加入逗号分割,变成字符串
if
(
!!
rulePath
)
{
//rulePath不为空串
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Gitopn/Ovwp1.vue
View file @
075f01b4
...
@@ -527,6 +527,12 @@
...
@@ -527,6 +527,12 @@
v-if=
"model.gitp.swiftflg == 'N'"
v-if=
"model.gitp.swiftflg == 'N'"
class=
"centerLable"
class=
"centerLable"
>
>
<el-form-item
label=
""
prop=
"gidgrp.rec.liaflg"
class=
"checkbox-left"
label-width=
"0px"
>
<c-checkbox
<c-checkbox
v-model=
"model.gidgrp.rec.liaflg"
v-model=
"model.gidgrp.rec.liaflg"
:disabled=
"
:disabled=
"
...
@@ -535,6 +541,7 @@
...
@@ -535,6 +541,7 @@
"
"
>
我行责任敞口
</c-checkbox
>
我行责任敞口
</c-checkbox
>
>
</el-form-item>
</c-col>
</c-col>
<c-col
<c-col
:span=
"3"
:span=
"3"
...
@@ -647,7 +654,7 @@
...
@@ -647,7 +654,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"是否
显示
查询码"
label=
"是否
生成
查询码"
prop=
"gidgrp.gidcxm.cxmflg"
prop=
"gidgrp.gidcxm.cxmflg"
>
>
<c-select
<c-select
...
...
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