ad7132fb by 任超

feat:楼盘表

1 parent 919d345c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 2.用法以及参数: 2 2.用法以及参数:
3 this.$popup('提示','ywbl/dbx/aa',{ 3 this.$popup('提示','ywbl/dbx/aa',{
4 width: '75%', // 初始化75% 不需要改的话 可以直接不要 4 width: '75%', // 初始化75% 不需要改的话 可以直接不要
5 formData: this.formData, //父组件传给子组件的参数 5 formData: this.formData, // 父组件传给子组件的参数
6 cancel: function () {}, //取消事件的回调 没有按钮可以不需要 6 cancel: function () {}, //取消事件的回调 没有按钮可以不需要
7 confirm: function () {} //确认事件的回调 没有按钮可以不需要 7 confirm: function () {} //确认事件的回调 没有按钮可以不需要
8 }) 8 })
......
...@@ -328,8 +328,7 @@ export default { ...@@ -328,8 +328,7 @@ export default {
328 }; 328 };
329 }, 329 },
330 mounted () { 330 mounted () {
331 this.getLpb('9434bdb243ba342cc6c043065fc9e480'); 331 this.getLpb(this.zrzbsm ? this.zrzbsm : '9434bdb243ba342cc6c043065fc9e480');
332 // this.getLpb(this.zrzbsm);
333 setTimeout(() => { 332 setTimeout(() => {
334 //让滚动条滚动至最下面 -6是横向滚动条的高度 333 //让滚动条滚动至最下面 -6是横向滚动条的高度
335 this.$refs.lpbContent.scrollTop = 334 this.$refs.lpbContent.scrollTop =
...@@ -679,7 +678,6 @@ export default { ...@@ -679,7 +678,6 @@ export default {
679 handleAddH () { }, 678 handleAddH () { },
680 handleMoveH () { 679 handleMoveH () {
681 // 移动户 680 // 移动户
682 console.log(this.chData, "chData");
683 console.log(this.$parent.scyclx, "实预测类型"); 681 console.log(this.$parent.scyclx, "实预测类型");
684 this.moveHvisible = true; 682 this.moveHvisible = true;
685 }, 683 },
...@@ -726,7 +724,7 @@ export default { ...@@ -726,7 +724,7 @@ export default {
726 type: "warning", 724 type: "warning",
727 }); 725 });
728 } 726 }
729 }); 727 })
730 }) 728 })
731 .catch(() => { }); 729 .catch(() => { });
732 }, 730 },
...@@ -743,15 +741,14 @@ export default { ...@@ -743,15 +741,14 @@ export default {
743 } else { 741 } else {
744 this.$message({ 742 this.$message({
745 message: res.message, 743 message: res.message,
746 type: "warning", 744 type: "warning"
747 }); 745 })
748 } 746 }
749 }); 747 })
750 }, 748 },
751 //户合并 749 //户合并
752 handleHb (type) { 750 handleHb (type) {
753 let olbBsms = ''; 751 let olbBsms = '';
754 console.log(this.fghbChoosedList, 'fghbChoosedList');
755 this.hbsmList.forEach((item, index) => { 752 this.hbsmList.forEach((item, index) => {
756 olbBsms += index < this.hbsmList.length - 1 ? item + ',' : item 753 olbBsms += index < this.hbsmList.length - 1 ? item + ',' : item
757 }) 754 })
...@@ -771,7 +768,6 @@ export default { ...@@ -771,7 +768,6 @@ export default {
771 "zdybsm": this.fghbChoosedList[0].zdybsm, 768 "zdybsm": this.fghbChoosedList[0].zdybsm,
772 "zrzbsm": this.fghbChoosedList[0].zrzbsm 769 "zrzbsm": this.fghbChoosedList[0].zrzbsm
773 } 770 }
774 vm.loadingShow('请求发送中');
775 // hhb(params).then((res) => { 771 // hhb(params).then((res) => {
776 // vm.loadingHide(); 772 // vm.loadingHide();
777 // if (res.code == 200) { 773 // if (res.code == 200) {
...@@ -801,7 +797,6 @@ export default { ...@@ -801,7 +797,6 @@ export default {
801 }, 797 },
802 //户分割保存 798 //户分割保存
803 savefgData () { 799 savefgData () {
804 vm.loadingShow('请求发送中');
805 // hfg(this.fgData).then((res) => { 800 // hfg(this.fgData).then((res) => {
806 // vm.loadingHide(); 801 // vm.loadingHide();
807 // if (res.code == 200) { 802 // if (res.code == 200) {
...@@ -1040,8 +1035,8 @@ export default { ...@@ -1040,8 +1035,8 @@ export default {
1040 1035
1041 .zdy-name { 1036 .zdy-name {
1042 width: 100%; 1037 width: 100%;
1043 bottom: 0; 1038 // bottom: 0;
1044 position: absolute; 1039 // position: absolute;
1045 height: 40px; 1040 height: 40px;
1046 // background-color: rosybrown; 1041 // background-color: rosybrown;
1047 // border:1px solid #E6E6E6 1042 // border:1px solid #E6E6E6
......