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
04f046ec
authored
2022-11-09 17:38:31 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
250ede22
80e6e98d
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
365 additions
and
251 deletions
src/components/lb-table/lb-table.vue
src/layout/components/TagsView/index.vue
src/utils/requestLoading.js
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/workflow/workFrame.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/ywbl/ywsq/components/bdcql.vue
src/views/ywbl/ywsq/components/bdcqlMain.vue
src/views/ywbl/ywsq/components/cfdj.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/jsydsyq100.vue
src/views/ywbl/ywsq/components/jsydsyq200.vue
src/views/ywbl/ywsq/slectBdc.vue
src/views/ywbl/ywsq/ywsq.vue
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/components/lb-table/lb-table.vue
View file @
04f046e
...
...
@@ -47,7 +47,7 @@ export default {
},
border
:
{
type
:
Boolean
,
default
:
fals
e
,
default
:
tru
e
,
},
showHeader
:
{
type
:
Boolean
,
...
...
src/layout/components/TagsView/index.vue
View file @
04f046e
...
...
@@ -224,9 +224,9 @@ export default {
}
&
.active
{
background-color
:
#
42b983
;
background-color
:
#
0794FF
;
color
:
#fff
;
border-color
:
#
42b983
;
border-color
:
#
0794FF
;
&::before
{
content
:
''
;
...
...
src/utils/requestLoading.js
View file @
04f046e
...
...
@@ -3,12 +3,12 @@ import Loading from '@/components/loading/index.js';
let
loading
// loading开始 方法
function
startLoading
(
target
,
loadingText
=
'正在加载中...'
)
{
function
startLoading
(
loadingText
=
'正在加载中...'
)
{
loading
=
Loading
.
service
({
text
:
loadingText
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(255, 255, 255, 0.5)'
,
target
:
target
?
'#'
+
target
:
'body'
target
:
document
.
querySelector
(
'.loadingtext'
)
})
}
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
04f046e
...
...
@@ -2,24 +2,46 @@
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"70px"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"70px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"查询编号"
>
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.cxbh"
class=
"width100"
clearable
@
clear=
"queryClick()"
>
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.cxbh"
class=
"width100"
clearable
@
clear=
"queryClick()"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"请输入申请人"
v-model=
"queryForm.sqr"
class=
"width100"
@
clear=
"queryClick()"
clearable
>
<el-input
placeholder=
"请输入申请人"
v-model=
"queryForm.sqr"
class=
"width100"
@
clear=
"queryClick()"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button
>
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -27,10 +49,19 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
id=
"dydjb"
border
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<div
class=
"from-clues-content"
id=
"divcontentid"
>
<lb-table
:page-size=
"pageData.size"
id=
"dydjb"
border
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
...
...
@@ -44,13 +75,13 @@ import { getJtfcPage } from "@/api/jtfc";
export
default
{
name
:
"dydjb"
,
mixins
:
[
table
],
mounted
()
{
mounted
()
{
sendThis
(
this
);
},
computed
:
{
...
mapGetters
([
"dictData"
]),
},
data
()
{
data
()
{
return
{
queryForm
:
{
cxbh
:
""
,
...
...
@@ -64,36 +95,37 @@ export default {
};
},
methods
:
{
//查询
queryClick
()
{
this
.
fetchData
();
},
// 初始化数据
fetchData
()
{
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
},
{
'target'
:
'#dydjb'
}).
then
((
res
)
=>
{
fetchData
()
{
this
.
$startLoading
(
"divcontentid"
);
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
records
,
total
}
=
res
.
result
;
this
.
tableData
.
data
=
records
;
this
.
tableData
.
total
=
total
;
}
});
},
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
dydjbClick
(
scope
)
{
// var sqcxBsm = scope.row.bsmSqcx;
dydjbClick
(
scope
)
{
this
.
$popup
(
"打印登记薄"
,
"sqcx/dydjb/components/dydjbInfo"
,
{
btnShow
:
true
,
height
:
"800px"
,
formData
:
{
sqcxdata
:
scope
.
row
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
}
})
cancel
:
function
()
{},
//取消事件的回调
confirm
:
function
()
{},
});
},
queryClick
(
)
{
this
.
fetchData
(
);
}
}
}
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
}
,
}
,
}
;
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
04f046e
...
...
@@ -130,7 +130,6 @@ export default {
}
},
queryChick
()
{
debugger
;
this
.
addJtfc
.
djSqcxDO
=
{
...
this
.
ruleForm
}
// this.$message({
// type: 'success',
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
04f046e
...
...
@@ -2,32 +2,59 @@
<div
class=
"from-clues"
>
<!-- 家庭房产 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
@
submit
.
native
.
prevent
ref=
"queryForm"
label-width=
"70px"
>
<el-form
:model=
"queryForm"
@
submit
.
native
.
prevent
ref=
"queryForm"
label-width=
"70px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"查询编号"
>
<el-input
placeholder=
"请输入查询编号"
@
clear=
"queryClick()"
v-model=
"queryForm.cxbh"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入查询编号"
@
clear=
"queryClick()"
v-model=
"queryForm.cxbh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"请输入申请人"
@
clear=
"queryClick()"
v-model=
"queryForm.sqr"
clearable
class=
"width100"
>
<el-input
placeholder=
"请输入申请人"
@
clear=
"queryClick()"
v-model=
"queryForm.sqr"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"btnColRight"
>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button
>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新增
</el-button>
</el-col>
</el-row>
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
border
id=
"jtfc"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<div
class=
"from-clues-content"
id=
"divcontentid"
>
<lb-table
:page-size=
"pageData.size"
border
id=
"jtfc"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<addjtfc
v-model=
"isDialog"
/>
...
...
@@ -42,10 +69,10 @@ export default {
name
:
"jtfc"
,
components
:
{
addjtfc
},
mixins
:
[
table
],
mounted
()
{
mounted
()
{
sendThis
(
this
);
},
data
()
{
data
()
{
return
{
isDialog
:
false
,
sqrOption
:
[],
...
...
@@ -59,29 +86,33 @@ export default {
columns
:
datas
.
columns
(),
data
:
[],
},
};
},
methods
:
{
queryClick
()
{
//查询
queryClick
()
{
this
.
fetchData
();
},
// 初始化数据
fetchData
()
{
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
},
{
'target'
:
'#jtfc'
}).
then
((
res
)
=>
{
fetchData
()
{
this
.
$startLoading
(
"divcontentid"
);
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
records
,
total
}
=
res
.
result
;
this
.
tableData
.
data
=
records
;
this
.
tableData
.
total
=
total
;
}
});
},
handleSort
(
name
,
sort
)
{
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
handleAdd
()
{
handleAdd
()
{
this
.
isDialog
=
true
;
}
}
}
}
,
}
,
}
;
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
04f046e
...
...
@@ -2,23 +2,45 @@
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"70px"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"70px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"查询编号"
>
<el-input
placeholder=
"请输入编号"
@
clear=
"queryClick()"
v-model=
"queryForm.cxbh"
class=
"width100"
clearable
>
<el-input
placeholder=
"请输入编号"
@
clear=
"queryClick()"
v-model=
"queryForm.cxbh"
class=
"width100"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"请输入申请人"
@
clear=
"queryClick()"
v-model=
"queryForm.sqr"
class=
"width100"
clearable
>
<el-input
placeholder=
"请输入申请人"
@
clear=
"queryClick()"
v-model=
"queryForm.sqr"
class=
"width100"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick()"
>
查询
</el-button
>
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -26,10 +48,19 @@
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
border
id=
"sqcxjl"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<div
class=
"from-clues-content"
id=
"divcontentid"
>
<lb-table
:page-size=
"pageData.size"
border
id=
"sqcxjl"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
...
...
@@ -41,10 +72,10 @@ import { getJtfcPage } from "@/api/jtfc";
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
mounted
()
{
mounted
()
{
sendThis
(
this
);
},
data
()
{
data
()
{
return
{
queryForm
:
{
cxbh
:
""
,
...
...
@@ -58,41 +89,38 @@ export default {
};
},
methods
:
{
queryClick
()
{
queryClick
()
{
this
.
fetchData
();
},
// 初始化数据
fetchData
()
{
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
},
{
'target'
:
'#sqcxjl'
}).
then
((
res
)
=>
{
fetchData
()
{
this
.
$startLoading
(
"divcontentid"
);
getJtfcPage
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
records
,
total
}
=
res
.
result
;
this
.
tableData
.
data
=
records
;
this
.
tableData
.
total
=
total
;
}
});
},
handleSort
(
name
,
sort
)
{
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
// 查看
handleViewClick
(
scope
)
{
handleViewClick
(
scope
)
{
var
sqcxBsm
=
scope
.
row
.
bsmSqcx
;
this
.
$popup
({
title
:
"申请查询记录"
,
width
:
"85%"
,
btnShow
:
true
,
editItem
:
"sqcx/sqcxjl/components/sqcxjlInfo"
,
// 弹窗内容
height
:
"700px"
,
this
.
$popup
(
"申请查询记录"
,
"sqcx/sqcxjl/components/sqcxjlInfo"
,
{
height
:
"800px"
,
formData
:
{
sqcxBsm
:
sqcxBsm
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
// that.loadBdcdylist();
},
//确认事件的回调
})
}
}
}
cancel
:
function
()
{},
//取消事件的回调
confirm
:
function
()
{},
});
},
},
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
...
...
src/views/workflow/workFrame.vue
View file @
04f046e
...
...
@@ -157,7 +157,7 @@ export default {
unloadHandler
(
e
)
{
this
.
_gap_time
=
new
Date
().
getTime
()
-
this
.
_beforeUnload_time
//判断是窗口关闭还是刷新
if
(
this
.
_gap_time
<=
5
)
{
if
(
this
.
_gap_time
<=
10
)
{
//取消认领
unClaimTask
(
this
.
bsmSlsq
,
this
.
bestepid
)
}
...
...
src/views/ywbl/dbx/dbx.vue
View file @
04f046e
...
...
@@ -55,10 +55,11 @@
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
id=
"dbx"
>
<lb-table
:page-size=
"pageData.size"
border
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"300"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
border
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"300"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<searchBox
v-model=
"isSearch"
@
getSearch=
"getSearch"
/>
...
...
@@ -70,7 +71,7 @@ import searchBox from '../components/search.vue'
import
table
from
"@/utils/mixin/table"
import
searchMin
from
"../components/mixin/index"
import
{
datas
,
sendThis
}
from
"./dbxdata"
import
{
searchTaskToDo
,
deleteFlow
,
claimTask
}
from
"@/api/ywbl.js"
import
{
searchTaskToDo
,
deleteFlow
,
claimTask
}
from
"@/api/ywbl.js"
export
default
{
name
:
"dbx"
,
components
:
{
searchBox
},
...
...
@@ -95,26 +96,12 @@ export default {
},
mounted
()
{
sendThis
(
this
);
window
.
addEventListener
(
'visibilitychange'
,
this
.
init
,
true
)
this
.
queryClick
(
)
},
destroyed
()
{
window
.
removeEventListener
(
'visibilitychange'
,
this
.
init
,
true
)
},
created
()
{
},
methods
:
{
init
(
e
)
{
var
isHidden
=
document
.
hidden
;
if
(
isHidden
)
{
//切离该页面时执行
//页面切换时,处理逻辑
}
else
{
//切换到该页面时执行
if
(
window
.
location
.
hash
==
'#/ywbl/dbx'
)
{
this
.
fetchData
()
}
}
},
// 列表渲染接口
fetchData
()
{
this
.
$startLoading
(
'dbx'
)
queryClick
()
{
this
.
$startLoading
()
searchTaskToDo
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$endLoading
()
...
...
@@ -132,9 +119,6 @@ export default {
}
})
},
queryClick
()
{
this
.
fetchData
()
},
handelItem
(
index
)
{
console
.
log
(
index
);
this
.
searchList
.
splice
(
index
,
1
)
...
...
@@ -142,7 +126,7 @@ export default {
handleSort
(
val
)
{
this
.
queryForm
.
sortField
=
val
.
prop
this
.
queryForm
.
sortOrder
=
val
.
order
==
"ascending"
?
'asc'
:
'desc'
this
.
fetchData
()
this
.
queryClick
()
},
del
(
item
)
{
let
formdata
=
new
FormData
();
...
...
@@ -159,7 +143,7 @@ export default {
type
:
'success'
,
message
:
'删除成功!'
});
this
.
fetchData
()
this
.
queryClick
()
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
@@ -174,9 +158,8 @@ export default {
ywhClick
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrame?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
item
.
djywbm
);
window
.
open
(
href
,
'_blank'
);
//从待办箱进入的调取任务领取接口
claimTask
(
item
.
bsmSlsq
,
item
.
bestepid
)
claimTask
(
item
.
bsmSlsq
,
item
.
bestepid
)
}
}
}
...
...
src/views/ywbl/ybx/ybx.vue
View file @
04f046e
...
...
@@ -33,14 +33,14 @@
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
@
clear=
"queryClick
()
"
clearable
class=
"width200px"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
@
clear=
"queryClick"
clearable
class=
"width200px"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick
()
"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -60,7 +60,7 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
id=
"ybxLoading
"
:heightNum=
"300"
@
sort-change=
"handleSort"
border
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext
"
:heightNum=
"300"
@
sort-change=
"handleSort"
border
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -81,6 +81,7 @@ export default {
mixins
:
[
table
,
searchMin
],
mounted
()
{
sendThis
(
this
);
this
.
queryClick
()
},
computed
:
{
...
mapGetters
([
'dictData'
])
...
...
@@ -106,13 +107,12 @@ export default {
};
},
methods
:
{
init
(
e
)
{
this
.
fetchData
()
},
// 列表渲染接口
fetchData
()
{
queryClick
()
{
this
.
$startLoading
()
searchTaskDone
({
...
this
.
queryForm
,
...
this
.
pageData
},
{
'target'
:
'#ybxLoading'
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$endLoading
()
let
{
total
,
records
}
=
res
.
result
this
.
pageData
.
total
=
total
;
records
.
forEach
(
item
=>
{
...
...
@@ -125,13 +125,10 @@ export default {
}
})
},
queryClick
()
{
this
.
fetchData
()
},
handleSort
(
val
)
{
this
.
queryForm
.
sortField
=
val
.
prop
this
.
queryForm
.
sortOrder
=
val
.
order
==
"ascending"
?
'asc'
:
'desc'
this
.
fetchData
()
this
.
queryClick
()
},
ywhClick
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
'&viewtype=1'
);
...
...
src/views/ywbl/ywsq/components/bdcql.vue
View file @
04f046e
...
...
@@ -40,9 +40,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -53,7 +54,6 @@
</
template
>
<
script
>
//查封登记
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/bdcql.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -63,7 +63,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
data
()
{
return
{
...
...
@@ -82,6 +87,11 @@ export default {
sendThis
(
this
)
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
)
},
...
...
@@ -103,10 +113,10 @@ export default {
}
if
(
!
this
.
isJump
)
{
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
@@ -146,7 +156,7 @@ export default {
})
this
.
bdcdysz
=
val
}
}
,
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/views/ywbl/ywsq/components/bdcqlMain.vue
View file @
04f046e
...
...
@@ -41,9 +41,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -53,7 +54,6 @@
</div>
</
template
>
<
script
>
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/bdcqlMain.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -63,7 +63,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
}
},
data
()
{
return
{
...
...
@@ -81,6 +86,11 @@ export default {
sendThis
(
this
)
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
)
},
...
...
@@ -101,10 +111,10 @@ export default {
return
;
}
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
jump
(
res
.
result
)
...
...
src/views/ywbl/ywsq/components/cfdj.vue
View file @
04f046e
...
...
@@ -40,9 +40,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -53,7 +54,6 @@
</
template
>
<
script
>
//查封登记
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/cfdj.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -62,7 +62,12 @@ import { selectCfdj, startBusinessFlow, choiceBdcdy } from "@/api/ywbl.js";
export
default
{
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
mixins
:
[
table
,
jump
],
data
()
{
...
...
@@ -81,6 +86,11 @@ export default {
sendThis
(
this
);
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
)
},
...
...
@@ -102,10 +112,10 @@ export default {
}
if
(
!
this
.
isJump
)
{
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
04f046e
...
...
@@ -42,9 +42,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -55,7 +56,6 @@
</
template
>
<
script
>
//抵押权首次登记
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/diyaq.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -65,7 +65,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
data
()
{
return
{
...
...
@@ -83,6 +88,11 @@ export default {
sendThis
(
this
);
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
...
...
@@ -94,7 +104,7 @@ export default {
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
})
;
})
},
submitForm
()
{
if
(
this
.
bdcdysz
.
length
==
0
)
{
...
...
@@ -102,10 +112,10 @@ export default {
return
;
}
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
@@ -129,8 +139,7 @@ export default {
item
.
ybdcqzsh
=
item
.
bdcqzh
})
this
.
bdcdysz
=
val
;
},
}
}
}
</
script
>
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
04f046e
...
...
@@ -55,9 +55,10 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
border
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -68,7 +69,6 @@
</
template
>
<
script
>
//国有建设用地使用权/房屋使用权
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/fwsyq.js"
;
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"@/views/ywbl/ywsq/components/mixin/jump"
;
...
...
@@ -78,7 +78,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
data
()
{
return
{
...
...
@@ -102,6 +107,11 @@ export default {
sendThis
(
this
)
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
...
...
@@ -150,11 +160,11 @@ export default {
}
if
(
!
this
.
isJump
)
{
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
fwlx
:
this
.
activeName
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
@@ -189,14 +199,11 @@ export default {
this
.
bdcdysz
=
val
},
handleLpbClick
(
item
)
{
console
.
log
(
item
,
'eeeeeeeeeeeeee'
);
this
.
$popup
(
'楼盘表'
,
'components/bjlp/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
},
//确认事件的回调
}
})
}
}
...
...
src/views/ywbl/ywsq/components/jsydsyq100.vue
View file @
04f046e
...
...
@@ -26,9 +26,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
border
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -39,7 +40,6 @@
</
template
>
<
script
>
//首次登记
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/jsydsyq100.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -50,7 +50,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
data
()
{
return
{
...
...
@@ -67,15 +72,18 @@ export default {
},
mounted
()
{
sendThis
(
this
);
console
.
log
(
Cookies
.
get
(
"bsmSqyw"
));
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
fetchData
()
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
selectZdjbxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
@@ -90,10 +98,10 @@ export default {
return
;
}
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
@@ -109,11 +117,11 @@ export default {
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
;
})
},
handleSelectionChange
(
val
)
{
this
.
bdcdysz
=
val
;
}
,
}
}
}
</
script
>
...
...
@@ -121,3 +129,4 @@ export default {
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/ywbl/ywsq/components/jsydsyq200.vue
View file @
04f046e
...
...
@@ -40,9 +40,10 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
border
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:heightNum=
"400"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
...
...
@@ -53,7 +54,6 @@
</
template
>
<
script
>
//首次登记
import
Cookies
from
'js-cookie'
import
{
datas
,
sendThis
}
from
"../javascript/jsydsyq200.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
...
...
@@ -64,7 +64,12 @@ export default {
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
djywbm
:
{
type
:
String
,
default
:
''
}
djywbm
:
{
type
:
String
,
default
:
''
},
djqxObj
:
{
type
:
Object
,
default
:
{}
},
bsmSqyw
:
{
type
:
String
,
default
:
''
},
},
data
()
{
return
{
...
...
@@ -82,6 +87,11 @@ export default {
sendThis
(
this
);
},
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
//通过ref绑定后这里使用$refs.table来操作bom元素
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
},
closeDialog
()
{
this
.
$emit
(
"closeDialog"
);
},
...
...
@@ -93,7 +103,7 @@ export default {
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
})
;
})
},
submitForm
()
{
if
(
this
.
bdcdysz
.
length
==
0
)
{
...
...
@@ -101,10 +111,10 @@ export default {
return
;
}
startBusinessFlow
({
bsmSqyw
:
Cookies
.
get
(
"bsmSqyw"
)
,
bsmSqyw
:
this
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxbm
:
''
,
djqxmc
:
Cookies
.
get
(
"djqxObj"
)
?
JSON
.
parse
(
Cookies
.
get
(
"djqxObj"
))?.
djqxmc
:
''
,
djqxbm
:
this
.
djqxObj
?.
djqxbm
,
djqxmc
:
this
.
djqxObj
?.
djqxmc
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
...
...
@@ -120,7 +130,7 @@ export default {
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
;
})
},
handleSelectionChange
(
val
)
{
val
.
forEach
((
item
,
index
)
=>
{
...
...
@@ -131,22 +141,9 @@ export default {
},
openBook
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
bdcdyh
:
row
.
bdcdyh
,
bsmQlxx
:
row
.
bsmQlxx
};
this
.
$popup
({
titleStyle
:
"left"
,
title
:
"登记簿详情"
,
// 弹窗标题
editItem
:
"registerBook/djbFrame"
,
// 弹窗内容
formData
:
param
,
width
:
"1220px"
,
height
:
"790px"
,
// cancelText: '取消摆烂', // 右边按钮文本
// confirmText: '确定点击', //左边按钮文本
cancel
:
()
=>
{
console
.
log
(
"取消回调"
);
},
confirm
:
()
=>
{
console
.
log
(
"确认回调"
);
},
});
this
.
$popup
(
'登记簿详情'
,
'registerBook/djbFrame'
,
{
formData
:
param
})
}
}
}
...
...
src/views/ywbl/ywsq/slectBdc.vue
View file @
04f046e
<
template
>
<dialogBox
title=
"查询权利信息"
width=
"85%"
:isButton=
"false"
:isMain=
"true"
@
closeDialog=
"closeDialog"
v-model=
"myValue"
>
<component
:is=
"editItem"
@
closeDialog=
"closeDialog"
:isJump=
"isJump"
id=
"slectBdc"
@
updateDialog=
"updateDialog
"
:djywbm=
"djywbm"
:key=
"key"
/>
<component
:is=
"editItem"
@
closeDialog=
"closeDialog"
v-bind=
"$attrs"
:isJump=
"isJump"
id=
"slectBdc
"
@
updateDialog=
"updateDialog"
:djywbm=
"djywbm"
:key=
"key"
/>
</dialogBox>
</
template
>
<
script
>
...
...
@@ -16,7 +16,7 @@ export default {
return
{
key
:
0
,
editItem
:
''
,
myValue
:
this
.
value
,
myValue
:
this
.
value
}
},
watch
:
{
...
...
@@ -24,12 +24,12 @@ export default {
this
.
myValue
=
val
this
.
key
++
if
(
this
.
$route
.
query
.
sqywbm
)
{
let
dd
=
queueDjywmc
(
this
.
$route
.
query
.
sqywbm
,
{
'target'
:
'#slectBdc'
}
)
let
dd
=
queueDjywmc
(
this
.
$route
.
query
.
sqywbm
)
this
.
editItem
=
this
.
loadView
(
dd
)
}
},
'djywbm'
(
val
)
{
let
dd
=
queueDjywmc
(
val
,
{
'target'
:
'#slectBdc'
}
)
let
dd
=
queueDjywmc
(
val
)
this
.
editItem
=
this
.
loadView
(
dd
)
}
},
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
04f046e
...
...
@@ -66,7 +66,7 @@
<el-button
type=
"primary"
:disabled=
"btnDisabled"
@
click=
"bthSelectClick"
>
选择不动产
</el-button>
</div>
</div>
<fqsqDialog
v-model=
"isDialog"
:dj
ywbm=
"djywbm"
/>
<fqsqDialog
v-model=
"isDialog"
:dj
qxObj=
"djqxObj"
:bsmSqyw=
"bsmSqyw"
:djywbm=
"djywbm"
/>
</div>
</
template
>
<
script
>
...
...
@@ -87,7 +87,13 @@ export default {
djqxList
:
[],
isDialog
:
false
,
btnDisabled
:
true
,
djywbm
:
''
djywbm
:
''
,
djqxObj
:
{
djqxbm
:
''
,
djqxmc
:
''
},
bsmSqyw
:
''
}
},
components
:
{
...
...
@@ -122,13 +128,12 @@ export default {
this
.
$set
(
item
,
'cselect'
,
false
)
})
item
.
cselect
=
true
Cookies
.
set
(
"djqxObj"
,
JSON
.
stringify
({
'djqxbm'
:
item
.
nodecode
,
'djqxmc'
:
item
.
nodename
}))
this
.
djqxObj
.
djqxbm
=
item
.
nodecode
this
.
djqxObj
.
djqxmc
=
item
.
djqxmc
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
Cookies
.
set
(
"bsmSqyw"
,
item
.
bsmSqyw
)
this
.
bsmSqyw
=
item
.
bsmSqyw
this
.
djywbm
=
item
.
djywbm
console
.
log
(
this
.
djywbm
,
'this.djywbm'
);
}
...
...
@@ -200,7 +205,7 @@ export default {
this
.
$set
(
item
,
'cselect'
,
true
)
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
Cookies
.
set
(
"bsmSqyw"
,
item
.
bsmSqyw
)
this
.
bsmSqyw
=
item
.
bsmSqyw
this
.
djywbm
=
item
.
djywbm
}
else
{
this
.
getNextNode
(
item
.
bsmSqyw
,
false
)
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
04f046e
...
...
@@ -118,7 +118,7 @@ export default {
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'components/bjlp/index'
,
{
width
:
'90%'
,
height
:
"9
0
%"
,
height
:
"9
2
%"
,
formData
:
{
bsm
:
''
}
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
04f046e
...
...
@@ -99,36 +99,23 @@ export default {
//打开楼盘表
openlpbClick
(
scope
)
{
debugger
;
var
zrzbsm
=
scope
.
row
.
bsm
;
let
that
=
this
;
this
.
$popup
({
title
:
"楼盘表"
,
width
:
"50%"
,
btnShow
:
true
,
editItem
:
"xxxxxxxxxx"
,
height
:
"600px"
,
// var zrzbsm = scope.row.bsm;
this
.
$popup
(
'楼盘表'
,
'components/bjlp/index'
,
{
width
:
'90%'
,
height
:
"92%"
,
formData
:
{
bsmSlsq
:
this
.
bsmSlsq
,
dataList
:
this
.
unitData
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
loadBdcdylist
();
},
//确认事件的回调
});
getLpb
({
zrzbsm
:
zrzbsm
})
.
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
var
lpbdata
=
res
.
result
;
bsm
:
''
}
})
.
catch
((
error
)
=>
{
console
.
log
(
error
);
});
// getLpb({ zrzbsm: zrzbsm })
// .then((res) => {
// if (res.code == 200) {
// var lpbdata = res.result;
// }
// })
// .catch((error) => {
// console.log(error);
// });
},
},
};
...
...
Please
register
or
sign in
to post a comment