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
4afab981
authored
2023-09-21 10:20:44 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄点击业务号弹出材料信息功能的完善
1 parent
8d69046f
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
38 additions
and
50 deletions
src/components/ywPopup/index.js
src/components/ywPopup/index.vue
src/views/djbworkflow/djbBook/components/qllxDailog.vue
src/views/djbworkflow/flowform.js
src/views/registerBook/components/djbDetail.vue
src/views/ywbl/ywsq/components/cfdj.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/selectBdc.vue
src/components/ywPopup/index.js
View file @
4afab98
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-14 15:05:38
* @LastEditTime: 2023-0
9-21 09:27:14
*/
import
Vue
from
'vue'
import
Popup
from
'./index.vue'
...
...
@@ -50,6 +50,8 @@ const Popup1 = (title, editItem, data, formData) => {
let
instance
=
new
PopupBox
({
data
}).
$mount
()
// 设置 z-index 并递增层级计数器
instance
.
zIndex
=
data
.
zIndexCounter
++
document
.
body
.
appendChild
(
instance
.
$el
)
Vue
.
nextTick
(()
=>
{
instance
.
isShow
=
true
...
...
src/components/ywPopup/index.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
19 10:19:52
* @LastEditTime: 2023-09-
21 09:25:47
-->
<
template
>
<transition
name=
"msgbox-fade"
>
<div
class=
"ls-mask"
v-if=
"myShow"
>
<div
class=
"ls-mask"
ref=
"popup"
v-if=
"myShow"
>
<div
class=
"ls-mask-window"
:class=
"isMain ? 'mainCenter' : 'contentCenter'"
:style=
"
{ 'width': width }">
<div
class=
"ls-head"
>
<div
class=
"ls-title"
:style=
"
{ 'text-align': titleStyle }">
...
...
@@ -30,6 +30,7 @@
name
:
'index'
,
data
()
{
return
{
zIndexCounter
:
2000
,
title
:
'标题'
,
editItem
:
""
,
isMain
:
false
,
...
...
src/views/djbworkflow/djbBook/components/qllxDailog.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
15 09:30:33
* @LastEditTime: 2023-09-
21 09:39:21
-->
<
template
>
<el-dialog
...
...
@@ -12,14 +12,6 @@
custom-class=
"insetDialog"
append-to-body
width=
"31%"
>
<!--
<el-radio-group
v-model=
"radio"
>
<el-radio-button
v-for=
"(value, key) in qllxlistdata"
:key=
"key"
:label=
"value"
></el-radio-button>
</el-radio-group>
-->
<el-button
class=
"gettypebutton"
v-for=
"(value, key) in qllxlistdata"
:key=
"key"
:label=
"value"
@
click=
"clicksss(key)"
plain
>
{{
value
}}
</el-button>
...
...
src/views/djbworkflow/flowform.js
View file @
4afab98
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
18 16:32:42
* @LastEditTime: 2023-09-
21 09:55:21
*/
//流程环节操作按钮
export
function
getForm
(
tabName
)
{
...
...
src/views/registerBook/components/djbDetail.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-
19 09:12:32
* @LastEditTime: 2023-09-
21 10:19:25
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -235,7 +235,10 @@
}
else
{
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
let
data
=
res
.
result
ywPopupDialog
(
"材料信息"
,
"registerBook/components/clxx/index"
,
data
,
"60%"
,
true
,
false
)
this
.
$popup
(
'材料信息'
,
'registerBook/components/clxx/index'
,
{
width
:
'60%'
,
formData
:
data
})
})
}
}
...
...
src/views/ywbl/ywsq/components/cfdj.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-16 14:59:46
* @LastEditTime: 2023-0
9-21 10:18:57
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -252,9 +252,9 @@
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
}
,
}
,
}
;
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-23 14:51:26
* @LastEditTime: 2023-0
9-21 09:37:44
-->
<
template
>
<!-- 抵押权利信息查询 -->
...
...
@@ -223,9 +223,9 @@
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
}
,
}
,
}
;
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
4afab98
...
...
@@ -38,7 +38,6 @@
</el-col>
<el-col
:span=
"3"
class=
"btnColRight"
>
<el-form-item>
<!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
-->
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -67,7 +66,7 @@
import
{
datas
,
sendThis
}
from
"../javascript/selecBdcql.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
{
selectQlxx
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
,
startTogetherFlow
}
from
"@/api/workFlow.js"
;
import
{
startBusinessFlow
,
startTogetherFlow
}
from
"@/api/workFlow.js"
;
import
{
getQllxByBsmSqyw
}
from
"@/api/sysSqdjyw.js"
;
export
default
{
mixins
:
[
table
,
jump
],
...
...
@@ -127,7 +126,7 @@
return
;
}
this
.
loading
=
true
;
if
(
this
.
sqywInfo
.
sqfl
==
'1'
)
{
if
(
this
.
sqywInfo
.
sqfl
==
'1'
)
{
startBusinessFlow
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
...
...
@@ -155,7 +154,7 @@
}).
catch
(()
=>
{
this
.
loading
=
false
})
}
else
{
}
else
{
startTogetherFlow
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
4afab98
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-02 09:58:45
* @LastEditTime: 2023-0
9-21 10:16:16
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"
7
0px"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"
10
0px"
>
<el-row>
<el-col
:span=
"
10
"
>
<el-form-item
label=
"不动产单元号"
label-width=
"105px"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
maxlength=
"28"
v-model=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
10
"
>
<el-form-item
label=
"不动产权证号"
label-width=
"105px"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"坐落"
>
<el-input
placeholder=
""
v-model
.
trim=
"queryForm.zl"
clearable
class=
"width
200px
"
>
<el-input
placeholder=
""
v-model
.
trim=
"queryForm.zl"
clearable
class=
"width
100
"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
class=
"btnColRight"
>
<el-col
:span=
"
16
"
class=
"btnColRight"
>
<el-form-item>
<!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
-->
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -122,14 +122,6 @@
},
// 高级查询
moreQueryClick
()
{
},
// openDialog (scroll) {
// this.$popupDialog('登记簿详情', 'registerBook/djbFrame', scroll, '85%');
// },
// handleLpbClick (item) {
// this.$popupDialog('楼盘表', 'lpb/index', {
// bsm: ''
// }, '85%')
// },
/**
* @description: ywhClick
* @param {*} item)
...
...
@@ -249,10 +241,8 @@
bdcdyh
:
row
.
bdcdyh
,
bsmQlxx
:
row
.
bsmQlxx
,
};
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
},
ywPopupDialog
(
"登记簿详情"
,
"registerBook/djbFrame"
,
param
,
'80%'
,
true
)
}
}
}
</
script
>
...
...
src/views/ywbl/ywsq/selectBdc.vue
View file @
4afab98
...
...
@@ -39,6 +39,7 @@
*/
loadView
(
view
)
{
console
.
log
(
view
,
'viewviewview'
);
return
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
`./components/
${
view
}
.vue`
)));
},
...
...
Please
register
or
sign in
to post a comment