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
f0e1e58a
Commit
f0e1e58a
authored
Dec 06, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inf入口跳转交易修改额补充。
parent
03e649ca
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
41 additions
and
34 deletions
+41
-34
BusNavbar.vue
src/views/Business/Infbdd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbed/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbfd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbrd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+3
-3
BusNavbar.vue
src/views/Business/Infbtd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbtd/Infsea.vue
+2
-2
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+3
-2
BusNavbar.vue
src/views/Business/Infcld/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infcld/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infgcd/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+3
-2
BusNavbar.vue
src/views/Business/Infltd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+2
-2
No files found.
src/views/Business/Infbdd/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -376,10 +376,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
){
async
onChoose
(
code
,
prePageId
){
//跳转交易
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
}
,
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infbed/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infbed/Infsea.vue
View file @
f0e1e58a
...
...
@@ -429,10 +429,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbfd/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -382,10 +382,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbrd/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -424,11 +424,11 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
){
async
onChoose
(
code
,
prePageId
){
//跳转交易
// 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
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
}
,
async
getDitSelInfo
(
code
){
//跳转交易
...
...
src/views/Business/Infbtd/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infbtd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -398,9 +398,9 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
}
);
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getLetSelInfo
(
code
)
{
...
...
src/views/Business/Infccd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -452,9 +452,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
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
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infcld/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -81,7 +81,7 @@
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infcld/Infsea.vue
View file @
f0e1e58a
...
...
@@ -245,9 +245,10 @@ export default {
this
.
opndat
=
opndat
;
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
},
closeTrn
(
refId
)
{
...
...
src/views/Business/Infcpd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -554,9 +554,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
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
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infdet/Infsea.vue
View file @
f0e1e58a
...
...
@@ -435,9 +435,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
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
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infdid/Infsea.vue
View file @
f0e1e58a
...
...
@@ -440,9 +440,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
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
}
,
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infgcd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -430,9 +430,10 @@ export default {
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
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
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infgid/Infsea.vue
View file @
f0e1e58a
...
...
@@ -670,9 +670,10 @@ export default {
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
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
;
},
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infltd/BusNavbar.vue
View file @
f0e1e58a
...
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Infltd/Infsea.vue
View file @
f0e1e58a
...
...
@@ -402,10 +402,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getLetSelInfo
(
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