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
abdd1e64
authored
2023-06-19 13:28:39 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取查询,在线工程抵押查询模块功能的完善
1 parent
5151dab7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
32 deletions
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/zhcx/jdcx/jdcx.vue
View file @
abdd1e6
...
...
@@ -102,11 +102,6 @@
djlx
:
""
,
ywh
:
""
,
},
// pageData: {
// currentPage: 1,
// pageSize: 10,
// total: 0,
// },
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
...
...
@@ -148,9 +143,9 @@
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
moreQueryClick
()
{
},
openDialog
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrameView?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
item
.
bsmBusiness
+
'&viewtype=3'
)
// window.open(href, '_blank');
window
.
open
(
href
,
`urlname
${
item
.
bsmSlsq
}
`
);
}
}
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
abdd1e6
...
...
@@ -48,10 +48,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./lpcxdata"
;
import
{
getLpZrz
}
from
"@/api/lpb.js"
;
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./lpcxdata"
;
import
{
getLpZrz
}
from
"@/api/lpb.js"
;
export
default
{
name
:
"lpcx"
,
components
:
{},
mixins
:
[
table
],
...
...
@@ -92,6 +92,7 @@ export default {
handleSort
(
name
,
sort
)
{
console
.
log
(
name
,
sort
);
},
moreQueryClick
()
{
},
//打开楼盘表
openlpbClick
(
scope
)
{
// var zrzbsm = scope.row.bsm;
...
...
@@ -102,10 +103,10 @@ export default {
bsm
:
scope
.
row
.
bsm
}
})
},
},
};
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
abdd1e6
...
...
@@ -40,22 +40,19 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<!--
<el-dialog
:visible
.
sync=
"dialogVisible"
width=
"52%"
:before-close=
"handleClose"
>
</el-dialog>
-->
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zslqcx"
;
import
{
getBdcqzReceiveList
}
from
"@/api/zhcx"
import
{
bdcqzPreview
}
from
"@/api/bdcqz"
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zslqcx"
;
import
{
getBdcqzReceiveList
}
from
"@/api/zhcx"
import
{
bdcqzPreview
}
from
"@/api/bdcqz"
export
default
{
components
:
{},
mixins
:
[
table
],
mounted
()
{
...
...
@@ -103,8 +100,8 @@ export default {
this
.
dialogVisible
=
false
;
}
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
abdd1e6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-19 13:27:58
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
...
...
@@ -33,7 +38,7 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -41,10 +46,10 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zxgcdycx"
;
import
{
getZjgcdyList
}
from
"@/api/zhcx"
export
default
{
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./zxgcdycx"
;
import
{
getZjgcdyList
}
from
"@/api/zhcx"
export
default
{
components
:
{},
mixins
:
[
table
],
mounted
()
{
...
...
@@ -79,8 +84,8 @@ export default {
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
...
...
Please
register
or
sign in
to post a comment