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
52716f2a
authored
2023-10-16 14:00:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:楼盘表方法的统一
1 parent
08b509e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
src/views/lpb/index.vue
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/lpb/index.vue
View file @
52716f2
...
...
@@ -174,7 +174,9 @@
</div>
</div>
<!-- 单元列表页面-->
<selectZrzH
v-else
:sqywInfo=
"formData"
/>
<div
:style=
"
{ height: lpbContentHight + 'px' }" v-else>
<selectZrzH
:sqywInfo=
"formData"
/>
</div>
</div>
</
template
>
...
...
src/views/workflow/mixin/index.js
View file @
52716f2
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-25 08:59:56
* @LastEditTime: 2023-
10-16 13:35:55
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -159,14 +159,14 @@ export default {
case
"B8"
:
!
window
.
djlx
&&
getZrzbsmList
(
this
.
bsmSlsq
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$p
opupDialog
(
'楼盘表'
,
'lpb/index'
,
{
ywP
opupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
res
.
result
[
0
],
onlyShow
:
false
,
unitData
:
window
.
unitData
,
bsmSlsq
:
this
.
bsmSlsq
,
showSave
:
true
,
djlx
:
window
.
djlx
},
'
90%'
,
tru
e
)
},
'
85%'
,
true
,
fals
e
)
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
...
...
@@ -174,13 +174,13 @@ export default {
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
err
)
});
window
.
djlx
&&
this
.
$p
opupDialog
(
'楼盘表'
,
'lpb/zjgcdy'
,
{
window
.
djlx
&&
ywP
opupDialog
(
'楼盘表'
,
'lpb/zjgcdy'
,
{
onlyShow
:
false
,
unitData
:
window
.
unitData
,
bsmSlsq
:
this
.
bsmSlsq
,
showSave
:
true
,
djlx
:
window
.
djlx
},
'
90%'
,
tru
e
)
},
'
85%'
,
true
,
fals
e
)
break
;
// 图形定位
case
"B-TXDW"
:
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
52716f2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-20 17:08:30
* @LastEditTime: 2023-
10-16 13:45:25
-->
<
template
>
<!-- 主体权利信息查询 -->
...
...
@@ -38,7 +38,7 @@
</div>
<!-- 表格 -->
<div
class=
"loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"this.zrzbsm ? 390 : 2
0
0"
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"this.zrzbsm ? 390 : 2
6
0"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
...
...
Please
register
or
sign in
to post a comment