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
784251a9
authored
2023-08-24 11:01:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
10758faa
8a79f4ad
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
12 deletions
src/views/lpb/index.vue
src/views/registerBook/qlxxCommon.scss
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectZrzH.vue
src/views/ywbl/ywsq/guidePage.vue
src/views/ywbl/ywsq/selectBdc.vue
src/views/lpb/index.vue
View file @
784251a
...
...
@@ -271,7 +271,6 @@
},
created
()
{
window
.
addEventListener
(
"resize"
,
this
.
getHeight
);
console
.
log
(
this
.
formData
);
this
.
getHeight
();
},
mounted
()
{
...
...
src/views/registerBook/qlxxCommon.scss
View file @
784251a
...
...
@@ -180,7 +180,7 @@
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
min-width
:
28
0px
;
min-width
:
36
0px
;
z-index
:
1
;
}
td
:first-child
{
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
784251a
...
...
@@ -94,12 +94,12 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"面积:"
>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.mjmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.
ql
mjmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"用途:"
>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.ytmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.
ql
ytmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -110,10 +110,9 @@
</div>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
v-if=
"ruleForm.sldy.djlx != '100'"
>
<el-form-item
label=
"原不动产登记证明号:"
>
<el-input
v-if=
"ruleForm.sldy.djlx == '400'"
disabled
v-model=
"ruleForm.qlxx.bdcqzh"
></el-input>
<el-input
v-else
disabled
v-model=
"ruleForm.ssQlxx.bdcqzh"
></el-input>
<el-col
:span=
"8"
>
<el-form-item
label=
"原不动产权证号:"
>
<el-input
disabled
v-model=
"ruleForm.sldy.ybdcqzsh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
784251a
...
...
@@ -311,11 +311,11 @@
}
},
handleLpbClick
(
item
)
{
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
}
})
...
...
src/views/ywbl/ywsq/components/selectZrzH.vue
View file @
784251a
...
...
@@ -89,7 +89,6 @@
*/
queryClick
()
{
this
.
$startLoading
();
console
.
log
(
"this.sqywInfo.zrzbsm"
,
this
.
sqywInfo
);
this
.
queryForm
.
zrzbsm
=
this
.
sqywInfo
.
bsm
;
// this.queryForm.zrzbsm = this.sqywInfo.zrzbsm;
selectHQjdc
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
784251a
...
...
@@ -159,7 +159,6 @@
if
(
this
.
selectType
==
'together'
)
{
getTogetherBiz
().
then
(
res
=>
{
if
(
res
)
{
console
.
log
(
"res"
,
res
);
this
.
djqxList
=
res
.
result
;
}
})
...
...
src/views/ywbl/ywsq/selectBdc.vue
View file @
784251a
...
...
@@ -37,7 +37,8 @@
* @param {*} view
* @author: renchao
*/
loadView
(
view
)
{
loadView
(
view
)
{
return
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
`./components/
${
view
}
.vue`
)));
},
...
...
Please
register
or
sign in
to post a comment