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
6685516d
authored
2024-01-19 15:46:49 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄
1 parent
7f25e101
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
44 deletions
src/views/registerBook/components/clxx/index.vue
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/components/clxx/index.vue
View file @
6685516
...
...
@@ -148,6 +148,7 @@
clmlInitList
(
type
)
{
// 1:列表初始化 2:新增材料
return
new
Promise
((
resolve
)
=>
{
console
.
log
(
this
.
formData
,
'this.formData'
);
repairInitClml
(
this
.
formData
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
);
...
...
src/views/registerBook/components/djbDetail.vue
View file @
6685516
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-1
8 13:35:52
* @LastEditTime: 2024-01-1
9 15:46:35
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -254,30 +254,28 @@
},
// 选择业务号
handleSelectYwh
(
row
,
ywh
)
{
let
that
=
this
let
sjlx
=
row
.
sjlx
,
bsmQlxx
=
row
.
bsmQlxx
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
let
data
=
res
.
result
this
.
$popup
(
'材料信息'
,
'registerBook/components/clxx/index'
,
{
width
:
'60%'
,
formData
:
data
if
(
sjlx
==
'系统数据'
)
{
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
// that.$popup('材料信息', 'registerBook/components/clxx/index', {
// width: '60%',
// formData: data
// })
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()}
`
)
})
})
// 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
// })
// })
// }
}
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 @
6685516
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2024-01-1
8 13:36:24
* @LastEditTime: 2024-01-1
9 15:46:23
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -301,30 +301,28 @@
},
// 选择业务号
handleSelectYwh
(
row
,
ywh
)
{
let
that
=
this
let
sjlx
=
row
.
sjlx
,
bsmQlxx
=
row
.
bsmQlxx
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
let
data
=
res
.
result
this
.
$popup
(
'材料信息'
,
'registerBook/components/clxx/index'
,
{
width
:
'60%'
,
formData
:
data
if
(
sjlx
==
'系统数据'
)
{
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
// that.$popup('材料信息', 'registerBook/components/clxx/index', {
// width: '60%',
// formData: data
// })
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()}
`
)
})
})
// 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
// })
// })
// }
}
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