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
fd0c39fa
Commit
fd0c39fa
authored
Nov 16, 2023
by
yangxiaolei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转页面传值并搜索
parent
b89963d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
5 deletions
+17
-5
Infsea.vue
src/business/infbrd/views/Infsea.vue
+6
-1
Infsea.vue
src/business/inflid/views/Infsea.vue
+4
-0
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+5
-3
Ovwp1.vue
src/business/litopn/views/Ovwp1.vue
+2
-1
No files found.
src/business/infbrd/views/Infsea.vue
View file @
fd0c39fa
...
...
@@ -567,7 +567,12 @@ export default {
};
},
methods
:
{},
mounted
:
function
()
{},
mounted
:
function
()
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
trn
){
this
.
model
.
infcon
.
ownref
=
this
.
$route
.
query
.
trn
this
.
handleSearch
()
}
},
};
</
script
>
<
style
>
...
...
src/business/inflid/views/Infsea.vue
View file @
fd0c39fa
...
...
@@ -431,6 +431,10 @@ export default {
},
methods
:
{},
created
:
function
()
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
trn
){
this
.
model
.
infcon
.
seaownref
=
this
.
$route
.
query
.
trn
this
.
handleSearch
()
}
},
computed
:{
mode
()
{
...
...
src/business/litdck/views/Litdckp.vue
View file @
fd0c39fa
...
...
@@ -623,11 +623,13 @@ export default {
},
methods
:
{
onInfoView
(
type
=
"infbrd"
){
let
viewurl
let
viewurl
,
orderNum
if
(
type
==
"infbrd"
){
viewurl
=
"/#/info/infbrd"
orderNum
=
this
.
model
.
brdgrp
.
rec
.
ownref
viewurl
=
"/#/info/infbrd"
+
"?trn="
+
orderNum
}
else
{
viewurl
=
"/#/info/inflid"
orderNum
=
this
.
model
.
lidgrp
.
rec
.
ownref
viewurl
=
"/#/info/inflid"
+
"?trn="
+
orderNum
}
const
serial
=
Utils
.
generateUUID
();
window
.
open
(
viewurl
,
serial
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
...
...
src/business/litopn/views/Ovwp1.vue
View file @
fd0c39fa
...
...
@@ -601,7 +601,8 @@ export default {
// },
onInfoView
(){
let
viewurl
=
"/#/info/inflid"
let
orderNum
=
this
.
model
.
lidgrp
.
rec
.
ownref
let
viewurl
=
"/#/info/inflid"
+
"?trn="
+
orderNum
const
serial
=
Utils
.
generateUUID
();
window
.
open
(
viewurl
,
serial
,
'height=1500,width=1200,top=100,left=100,toolbar=no,resizable=no,menubar=no,location=no, status=no'
);
},
...
...
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