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
06abd89c
Commit
06abd89c
authored
Dec 05, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各inf查询交易(通过或不通过公共按钮组组件)跳转交易的修改。
parent
21b11571
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
12 deletions
+21
-12
Infsea.vue
src/views/Business/Infbcd/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+2
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+2
-1
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+2
-1
Infsea.vue
src/views/Business/Infbpd/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+2
-1
Infsea.vue
src/views/Business/Infled/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+0
-0
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+2
-1
Infsea.vue
src/views/Business/Inftrd/Infsea.vue
+2
-1
No files found.
src/views/Business/Infbcd/Infsea.vue
View file @
06abd89c
...
@@ -232,9 +232,10 @@ export
...
@@ -232,9 +232,10 @@ export
this
.
ownref
=
ownref
this
.
ownref
=
ownref
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
},
},
closeTrn
(
refId
)
{
closeTrn
(
refId
)
{
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
06abd89c
...
@@ -378,7 +378,8 @@ export default {
...
@@ -378,7 +378,8 @@ export default {
},
},
async
onChoose
(
code
){
async
onChoose
(
code
){
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
}
,
}
,
async
getDitSelInfo
(
code
){
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infbed/Infsea.vue
View file @
06abd89c
...
@@ -431,7 +431,8 @@ export default {
...
@@ -431,7 +431,8 @@ export default {
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
06abd89c
...
@@ -384,7 +384,8 @@ export default {
...
@@ -384,7 +384,8 @@ export default {
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbpd/Infsea.vue
View file @
06abd89c
...
@@ -525,9 +525,10 @@ export default {
...
@@ -525,9 +525,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
06abd89c
...
@@ -426,7 +426,8 @@ export default {
...
@@ -426,7 +426,8 @@ export default {
},
},
async
onChoose
(
code
){
async
onChoose
(
code
){
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
}
,
}
,
async
getDitSelInfo
(
code
){
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infled/Infsea.vue
View file @
06abd89c
...
@@ -464,9 +464,10 @@ export default {
...
@@ -464,9 +464,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Inflid/Infsea.vue
View file @
06abd89c
This diff is collapsed.
Click to expand it.
src/views/Business/Infltd/Infsea.vue
View file @
06abd89c
...
@@ -404,7 +404,8 @@ export default {
...
@@ -404,7 +404,8 @@ export default {
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getLetSelInfo
(
code
)
{
async
getLetSelInfo
(
code
)
{
...
...
src/views/Business/Inftrd/Infsea.vue
View file @
06abd89c
...
@@ -531,7 +531,8 @@ export default {
...
@@ -531,7 +531,8 @@ export default {
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
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