Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
825a7745
authored
2023-06-19 09:29:22 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miaofang
1 parent
bf8cb1af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
20 deletions
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/djbcx/djbcx.vue
View file @
825a774
...
...
@@ -113,22 +113,22 @@ export default {
bsm
:
''
},
'85%'
)
},
ywhClick
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/djbworkFrame?bdcdyid="
+
item
.
bdcdyid
+
"&bdcdyh="
+
item
.
bdcdyh
+
"&qllx="
+
item
.
qllx
+
"&bsmQlxx="
+
item
.
bsmQlxx
+
"&viewtype=1"
);
localStorage
.
setItem
(
'ywbl'
,
JSON
.
stringify
(
item
));
window
.
open
(
href
,
`urlname
${
item
.
bdcdyid
}
`
);
//
ywhClick (item) {
//
const { href } = this.$router.resolve(
//
"/djbworkFrame?bdcdyid=" +
//
item.bdcdyid+
//
"&bdcdyh=" +
//
item.bdcdyh+
//
"&qllx="+
//
item.qllx+
//
"&bsmQlxx="+
//
item.bsmQlxx+
//
"&viewtype=1"
//
);
//
localStorage.setItem('ywbl', JSON.stringify(item));
//
window.open(href, `urlname${item.bdcdyid}`);
},
//
},
}
}
</
script
>
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
825a774
...
...
@@ -25,9 +25,9 @@ class data extends filter {
{
label
:
"数据类型"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
div
>
<
span
v
-
show
=
{
scope
.
row
.
sjlx
==
1
}
>
系统数据
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
sjlx
==
2
}
>
存量数据
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
sjlx
==
3
}
>
补录数据
<
/span
>
...
...
@@ -67,9 +67,9 @@ class data extends filter {
prop
:
"ywh"
,
label
:
"业务号"
,
width
:
'110'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
//
render: (h, scope) => {
//
return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button>
//
}
},
{
prop
:
"qllxmc"
,
...
...
Please
register
or
sign in
to post a comment