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
bb8594f7
authored
2022-11-09 15:17:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:综合查询
1 parent
d8bb2f52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
31 deletions
src/views/ywbl/ywsq/slectBdc.vue
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/ywbl/ywsq/slectBdc.vue
View file @
bb8594f
...
...
@@ -16,7 +16,7 @@ export default {
return
{
key
:
0
,
editItem
:
''
,
myValue
:
this
.
value
,
myValue
:
this
.
value
}
},
watch
:
{
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
bb8594f
...
...
@@ -118,7 +118,7 @@ export default {
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'components/bjlp/index'
,
{
width
:
'90%'
,
height
:
"9
0
%"
,
height
:
"9
2
%"
,
formData
:
{
bsm
:
''
}
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
bb8594f
...
...
@@ -99,36 +99,23 @@ export default {
//打开楼盘表
openlpbClick
(
scope
)
{
debugger
;
var
zrzbsm
=
scope
.
row
.
bsm
;
let
that
=
this
;
this
.
$popup
({
title
:
"楼盘表"
,
width
:
"50%"
,
btnShow
:
true
,
editItem
:
"xxxxxxxxxx"
,
height
:
"600px"
,
// var zrzbsm = scope.row.bsm;
this
.
$popup
(
'楼盘表'
,
'components/bjlp/index'
,
{
width
:
'90%'
,
height
:
"92%"
,
formData
:
{
bsmSlsq
:
this
.
bsmSlsq
,
dataList
:
this
.
unitData
,
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
loadBdcdylist
();
},
//确认事件的回调
});
getLpb
({
zrzbsm
:
zrzbsm
})
.
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
var
lpbdata
=
res
.
result
;
}
})
.
catch
((
error
)
=>
{
console
.
log
(
error
);
});
bsm
:
''
}
})
// getLpb({ zrzbsm: zrzbsm })
// .then((res) => {
// if (res.code == 200) {
// var lpbdata = res.result;
// }
// })
// .catch((error) => {
// console.log(error);
// });
},
},
};
...
...
Please
register
or
sign in
to post a comment