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
78a18e95
authored
2023-09-22 13:29:27 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
350cbc00
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
4 deletions
src/views/registerBook/djbFrame.vue
src/views/registerBook/dzlist.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/javascript/fwsyq.js
src/views/registerBook/djbFrame.vue
View file @
78a18e9
...
...
@@ -116,11 +116,12 @@ export default {
return
item
.
bdcdyid
==
val
.
bdcdyid
;
});
this
.
activeName
=
index
;
// this.setstyle(index, 0, this.iskey);
}
else
{
this
.
sfqdata
.
push
(
loadsfqData
(
res
.
result
,
val
.
bdcdyh
,
val
.
bdcdyid
));
this
.
activeName
=
this
.
sfqdata
.
length
-
1
;
this
.
isActive
=
""
// this.$nextTick(() => {
// this.setstyle(this.sfqdata.length - 1, 0, this.iskey);
// })
...
...
@@ -217,7 +218,6 @@ export default {
* @author: renchao
*/
loadComponent
(
form
)
{
console
.
log
(
form
,
"form"
);
this
.
componentTag
=
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
"@/views/registerBook/"
+
form
)));
},
...
...
src/views/registerBook/dzlist.vue
0 → 100644
View file @
78a18e9
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-18 13:39:51
-->
<
template
>
<div
class=
"content"
>
自然幢列表(待开发)
</div>
</
template
>
<
script
>
import
{
getBdcqljqtsx
}
from
"@/api/djbDetail.js"
;
import
{
loadTreeData
,
loadsfqData
,
getNode
}
from
"./djbFrameData.js"
;
export
default
{
data
()
{
return
{
}
},
mounted
()
{
},
methods
:
{
},
};
</
script
>
<
style
scoped
lang=
"scss"
>
</
style
>
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
78a18e9
...
...
@@ -371,7 +371,18 @@
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
}
},
dzlist
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
bdcdyh
:
row
.
bdcdyh
,
bsmQlxx
:
row
.
bsmQlxx
,
};
this
.
$popup
(
"自然幢列表"
,
"registerBook/dzlist"
,
{
formData
:
param
})
},
}
}
</
script
>
...
...
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
78a18e9
...
...
@@ -244,7 +244,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
自然幢
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
dzlist
(
scope
.
row
)
}}
>
自然幢
<
/el-button
>
<
/div
>
)
}
...
...
Please
register
or
sign in
to post a comment