838b1c5d by renchao@pashanhoo.com

style:预告买卖首次+预告抵押楼盘表修改

1 parent 50726a45
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 09:59:44 4 * @LastEditTime: 2023-10-18 15:11:12
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -196,8 +196,16 @@ ...@@ -196,8 +196,16 @@
196 this.$refs.table.toggleRowSelection(row); 196 this.$refs.table.toggleRowSelection(row);
197 } 197 }
198 }, 198 },
199 }, 199 handleLpbClick (item) {
200 }; 200 ywPopupDialog('楼盘表', 'lpb/index', {
201 bsm: item.zrzbsm,
202 bsmSqyw: this.sqywInfo.bsmSqyw,
203 onlyShow: false,
204 scyclx: 1
205 }, '85%', true, false)
206 }
207 }
208 }
201 </script> 209 </script>
202 <style scoped lang="scss"> 210 <style scoped lang="scss">
203 @import "~@/styles/mixin.scss"; 211 @import "~@/styles/mixin.scss";
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-13 15:28:40 4 * @LastEditTime: 2023-10-18 15:03:39
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
......