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
ad7132fb
authored
2022-11-08 10:36:18 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:楼盘表
1 parent
919d345c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
src/components/tanchuang/redeme.md
src/views/components/bjlp/lpbContent/index.vue
src/components/tanchuang/redeme.md
View file @
ad7132f
...
...
@@ -2,7 +2,7 @@
2.
用法以及参数:
this.$popup('提示','ywbl/dbx/aa',{
width: '75%', // 初始化75% 不需要改的话 可以直接不要
formData: this.formData, //父组件传给子组件的参数
formData: this.formData, //
父组件传给子组件的参数
cancel: function () {}, //取消事件的回调 没有按钮可以不需要
confirm: function () {} //确认事件的回调 没有按钮可以不需要
})
...
...
src/views/components/bjlp/lpbContent/index.vue
View file @
ad7132f
...
...
@@ -328,8 +328,7 @@ export default {
};
},
mounted
()
{
this
.
getLpb
(
'9434bdb243ba342cc6c043065fc9e480'
);
// this.getLpb(this.zrzbsm);
this
.
getLpb
(
this
.
zrzbsm
?
this
.
zrzbsm
:
'9434bdb243ba342cc6c043065fc9e480'
);
setTimeout
(()
=>
{
//让滚动条滚动至最下面 -6是横向滚动条的高度
this
.
$refs
.
lpbContent
.
scrollTop
=
...
...
@@ -679,7 +678,6 @@ export default {
handleAddH
()
{
},
handleMoveH
()
{
// 移动户
console
.
log
(
this
.
chData
,
"chData"
);
console
.
log
(
this
.
$parent
.
scyclx
,
"实预测类型"
);
this
.
moveHvisible
=
true
;
},
...
...
@@ -726,7 +724,7 @@ export default {
type
:
"warning"
,
});
}
})
;
})
})
.
catch
(()
=>
{
});
},
...
...
@@ -743,15 +741,14 @@ export default {
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
"warning"
,
})
;
type
:
"warning"
})
}
})
;
})
},
//户合并
handleHb
(
type
)
{
let
olbBsms
=
''
;
console
.
log
(
this
.
fghbChoosedList
,
'fghbChoosedList'
);
this
.
hbsmList
.
forEach
((
item
,
index
)
=>
{
olbBsms
+=
index
<
this
.
hbsmList
.
length
-
1
?
item
+
','
:
item
})
...
...
@@ -771,7 +768,6 @@ export default {
"zdybsm"
:
this
.
fghbChoosedList
[
0
].
zdybsm
,
"zrzbsm"
:
this
.
fghbChoosedList
[
0
].
zrzbsm
}
vm
.
loadingShow
(
'请求发送中'
);
// hhb(params).then((res) => {
// vm.loadingHide();
// if (res.code == 200) {
...
...
@@ -801,7 +797,6 @@ export default {
},
//户分割保存
savefgData
()
{
vm
.
loadingShow
(
'请求发送中'
);
// hfg(this.fgData).then((res) => {
// vm.loadingHide();
// if (res.code == 200) {
...
...
@@ -1040,8 +1035,8 @@ export default {
.zdy-name
{
width
:
100%
;
bottom
:
0
;
position
:
absolute
;
//
bottom
:
0
;
//
position
:
absolute
;
height
:
40px
;
//
background-color
:
rosybrown
;
//
border
:
1px
solid
#E6E6E6
...
...
Please
register
or
sign in
to post a comment