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
b88920a7
authored
2022-11-28 17:05:58 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首次登记和注销登记代码优化
1 parent
2219f048
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
src/views/ywbl/fdcq2/slxx300.vue
src/views/ywbl/fdcq2/slxx300.vue
View file @
b88920a
...
...
@@ -47,7 +47,7 @@
<div
class=
"triangle"
></div>
</div>
<el-button
type=
"primary"
style=
"float: right;margin-right: 20px; "
@
click=
"
on
Click"
>
数据查看
</el-button>
<el-button
type=
"primary"
style=
"float: right;margin-right: 20px; "
@
click=
"
dataSelect
Click"
>
数据查看
</el-button>
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
...
...
@@ -137,9 +137,10 @@
<el-col
:span=
"14"
v-if=
"ruleForm.qlxx"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"共有方式:"
>
<el-radio-group
:disabled=
"$route.query.viewtype==1"
v-model=
"ruleForm.slywxx.gyfs"
>
<el-radio
label=
"1"
>
单独所有
</el-radio>
<el-radio
label=
"2"
>
共同共有
</el-radio>
<el-radio
label=
"3"
>
按份所有
</el-radio>
<el-radio
label=
"0"
>
单独所有
</el-radio>
<el-radio
label=
"1"
>
共同共有
</el-radio>
<el-radio
label=
"2"
>
按份所有
</el-radio>
<el-radio
label=
"3"
>
其它共有
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
@@ -188,6 +189,7 @@
import
InformationTable
from
"@/views/workflow/components/InformationTable"
;
import
{
Init
,
saveBatchData
}
from
"@/api/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
import
SERVER
from
"@/api/config"
;
export
default
{
async
created
()
{
this
.
propsParam
=
this
.
$attrs
;
...
...
@@ -252,8 +254,8 @@ export default {
};
},
methods
:
{
on
Click
(){
this
.
$popup
(
"房屋信息比对"
,
"
ywbl/fdcq2/slxxCompareDetai"
,
dataSelect
Click
(){
this
.
$popup
(
"房屋信息比对"
,
SERVER
.
SERVERAPI
+
"/rest/
ywbl/fdcq2/slxxCompareDetai"
,
{
formData
:
{
bsmSldy
:
this
.
propsParam
.
bsmSldy
,
...
...
Please
register
or
sign in
to post a comment