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
f5b76728
authored
2022-11-08 19:11:47 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改对应的页面内容
1 parent
35b2bad8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/views/ywbl/jsydsyq/slxx.vue
src/views/ywbl/ywsq/slectBdc.vue
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/jsydsyq/slxx.vue
View file @
f5b7672
...
...
@@ -83,7 +83,7 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"取得价格:"
>
<
el-input
disabled
v-model=
"ruleForm.jsydsyq.qdjg"
></el-input
>
<
!--
<el-input
disabled
v-model=
"ruleForm.jsydsyq.qdjg"
></el-input>
--
>
</el-form-item>
</el-col>
...
...
@@ -187,6 +187,9 @@ export default {
djyy
:
this
.
ruleForm
.
djyy
})
}
else
{
this
.
$message
(
res
.
message
);
}
})
},
components
:
{
InformationTable
},
...
...
src/views/ywbl/ywsq/slectBdc.vue
View file @
f5b7672
<
template
>
<dialogBox
title=
"查询权利信息"
width=
"85%"
:isButton=
"false"
:isMain=
"true"
@
closeDialog=
"closeDialog"
v-model=
"myValue"
>
<component
:is=
"editItem"
@
closeDialog=
"closeDialog"
:isJump=
"isJump"
@
updateDialog=
"updateDialog"
:djywbm=
"djywbm"
<component
:is=
"editItem"
@
closeDialog=
"closeDialog"
:isJump=
"isJump"
@
updateDialog=
"updateDialog"
:djywbm=
"djywbm"
:djywmc=
"djywmc"
:key=
"key"
/>
</dialogBox>
</
template
>
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
f5b7672
...
...
@@ -66,7 +66,7 @@
<el-button
type=
"primary"
:disabled=
"btnDisabled"
@
click=
"bthSelectClick"
>
选择不动产
</el-button>
</div>
</div>
<fqsqDialog
v-model=
"isDialog"
:djywbm=
"djywbm"
/>
<fqsqDialog
v-model=
"isDialog"
:djywbm=
"djywbm"
:djywmc=
"djywmc"
/>
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment