52716f2a by renchao@pashanhoo.com

style:楼盘表方法的统一

1 parent 08b509e6
......@@ -174,7 +174,9 @@
</div>
</div>
<!-- 单元列表页面-->
<selectZrzH v-else :sqywInfo="formData" />
<div :style="{ height: lpbContentHight + 'px' }" v-else>
<selectZrzH :sqywInfo="formData" />
</div>
</div>
</template>
......
/*
* @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.$popupDialog('楼盘表', 'lpb/index', {
ywPopupDialog('楼盘表', 'lpb/index', {
bsm: res.result[0],
onlyShow: false,
unitData: window.unitData,
bsmSlsq: this.bsmSlsq,
showSave: true,
djlx: window.djlx
}, '90%', true)
}, '85%', true, false)
} else {
this.$message.error(res.message)
}
......@@ -174,13 +174,13 @@ export default {
.catch((err) => {
this.$message.error(err)
});
window.djlx && this.$popupDialog('楼盘表', 'lpb/zjgcdy', {
window.djlx && ywPopupDialog('楼盘表', 'lpb/zjgcdy', {
onlyShow: false,
unitData: window.unitData,
bsmSlsq: this.bsmSlsq,
showSave: true,
djlx: window.djlx
}, '90%', true)
}, '85%', true, false)
break;
// 图形定位
case "B-TXDW":
......
<!--
* @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 : 200"
<lb-table ref="table" @row-click="handleRowClick" :page-size="pageData.pageSize" :calcHeight="this.zrzbsm ? 390 : 260"
: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">
......