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
536a58c7
authored
2024-01-18 13:37:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄选择业务号
1 parent
0b904444
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
18 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/components/djbDetail.vue
View file @
536a58c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-18 13:
22:31
* @LastEditTime: 2024-01-18 13:
35:52
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -256,13 +256,6 @@
handleSelectYwh
(
row
,
ywh
)
{
let
sjlx
=
row
.
sjlx
,
bsmQlxx
=
row
.
bsmQlxx
if
(
sjlx
==
'系统数据'
)
{
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()}
`
)
})
}
else
{
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
let
data
=
res
.
result
this
.
$popup
(
'材料信息'
,
'registerBook/components/clxx/index'
,
{
...
...
@@ -270,7 +263,21 @@
formData
:
data
})
})
}
// if (sjlx == '系统数据') {
// getXtParamsByYwh(ywh).then(res => {
// let data = res.result
// const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
// window.open(href, `urlname${new Date().getTime()}`)
// })
// } else {
// getBlParamsByYwh(ywh, bsmQlxx).then(res => {
// let data = res.result
// this.$popup('材料信息', 'registerBook/components/clxx/index', {
// width: '60%',
// formData: data
// })
// })
// }
}
}
}
...
...
src/views/registerBook/fdcq1.vue
View file @
536a58c
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 202
3-11-02 13:39:22
* @LastEditTime: 202
4-01-18 13:36:24
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -303,13 +303,6 @@
handleSelectYwh
(
row
,
ywh
)
{
let
sjlx
=
row
.
sjlx
,
bsmQlxx
=
row
.
bsmQlxx
if
(
sjlx
==
'系统数据'
)
{
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()}
`
)
})
}
else
{
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
let
data
=
res
.
result
this
.
$popup
(
'材料信息'
,
'registerBook/components/clxx/index'
,
{
...
...
@@ -317,7 +310,21 @@
formData
:
data
})
})
}
// if (sjlx == '系统数据') {
// getXtParamsByYwh(ywh).then(res => {
// let data = res.result
// const { href } = Router.resolve('/workFrameView?bsmSlsq=' + data.bsmSlsq + '&bsmBusiness=' + data.bsmBusiness)
// window.open(href, `urlname${new Date().getTime()}`)
// })
// } else {
// getBlParamsByYwh(ywh, bsmQlxx).then(res => {
// let data = res.result
// this.$popup('材料信息', 'registerBook/components/clxx/index', {
// width: '60%',
// formData: data
// })
// })
// }
}
}
};
...
...
Please
register
or
sign in
to post a comment