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
a7720248
authored
2023-08-14 13:14:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
05d0e51e
b253feff
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
41 additions
and
54 deletions
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/nydsyq/slxx.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
a772024
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-08-14 1
1:23:50
* @LastEditTime: 2023-08-14 1
3:12:06
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -117,14 +117,6 @@
</el-radio-group>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"5"
>
<el-form-item
label=
"发证方式:"
>
<el-radio-group
v-model=
"ruleForm.slsq.fzfs"
:disabled=
"!ableOperation"
>
<el-radio
label=
"1"
>
小证
</el-radio>
<el-radio
label=
"2"
>
大证
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
-->
<el-col
:span=
"5"
v-show=
"ruleForm.sldy.gyfs != '0'"
>
<el-form-item
label=
"是否分别持证:"
>
<el-radio-group
...
...
@@ -210,8 +202,12 @@
...
res
.
result
,
...
res
.
result
.
qlxxdatas
,
}
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
sfczr
==
1
)
{
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
a772024
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:56:46
* @LastEditTime: 2023-08-14 1
2:57:21
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -276,12 +276,13 @@
})
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
})
;
})
},
components
:
{
qlrCommonTable
,
tdytTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
,
...
mapGetters
([
"dictData"
,
"flag"
])
},
data
()
{
return
{
...
...
@@ -325,7 +326,6 @@
*/
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
a772024
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
2:48:45
* @LastEditTime: 2023-08-14 1
3:12:36
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -282,8 +282,7 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
this
.
ruleForm
.
slsq
.
fzfs
=
'1'
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
a772024
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:54:26
* @LastEditTime: 2023-08-14 1
2:58:35
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -182,6 +182,7 @@
BatchInit
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
splicingFdcq2Info
();
}
})
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
a772024
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 15:45:47
* @LastEditTime: 2023-08-
14 13:03:32
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -163,7 +163,7 @@
</el-form-item>
</el-col>
</el-row>
<qlrCommonTable
:tableData=
"ruleForm.qlr
xx
"
:gyfs=
"ruleForm.gyfs"
:disabled=
"!ableOperation"
/>
<qlrCommonTable
:tableData=
"ruleForm.qlr
List
"
:gyfs=
"ruleForm.gyfs"
:disabled=
"!ableOperation"
/>
<div
class=
"slxx_title title-block"
>
登记原因
<div
class=
"triangle"
></div>
...
...
@@ -206,6 +206,7 @@
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
};
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
a772024
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:27:43
* @LastEditTime: 2023-08-14 1
3:04:38
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -270,7 +270,6 @@
*/
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
},
/**
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
a772024
...
...
@@ -2,7 +2,7 @@
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 1
0:28:15
* @LastEditTime: 2023-08-14 1
2:54:53
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -237,6 +237,7 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
this
.
$endLoading
();
});
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
a772024
...
...
@@ -263,12 +263,14 @@
...
res
.
result
,
...
res
.
result
.
qlxxdatas
,
};
//初始化发证方式,1:小证,2:大正
this
.
ruleForm
.
slsq
.
fzfs
==
null
?
(
this
.
ruleForm
.
slsq
.
fzfs
=
"1"
)
:
this
.
ruleForm
.
slsq
.
fzfs
;
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
sfczr
==
1
)
{
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
});
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
})
},
components
:
{
qlrCommonTable
,
tdytTable
},
computed
:
{
...
...
@@ -314,7 +316,6 @@
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
@@ -325,9 +326,8 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/nydsyq/slxx.vue
View file @
a772024
...
...
@@ -263,12 +263,8 @@
this
.
ruleForm
.
czr
=
item
.
zjh
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
}
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
qlrCommonTable
,
JtcyTable
},
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
a772024
...
...
@@ -268,12 +268,9 @@
this
.
ruleForm
.
czr
=
item
.
zjh
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
}
else
{
this
.
$alert
(
res
.
message
,
'提示'
);
}
})
},
components
:
{
qlrCommonTable
,
JtcyTable
},
...
...
@@ -315,7 +312,6 @@
}
});
},
//权利人更新
/**
* @description: 权利人更新
* @param {*} val
...
...
@@ -325,7 +321,6 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
)
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
},
// 更新义务人信息
/**
* @description: 更新义务人信息
* @param {*} val
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
a772024
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 16:47:29
* @LastEditTime: 2023-08-
14 13:10:18
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -363,9 +363,9 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
that
.
$endLoading
();
that
.
isShow
=
true
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
});
});
},
...
...
@@ -408,7 +408,6 @@
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
a772024
...
...
@@ -234,6 +234,7 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
}
})
...
...
@@ -262,7 +263,6 @@
};
},
methods
:
{
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
...
...
@@ -272,9 +272,8 @@
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
},
// 更新权利人信息
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
a772024
...
...
@@ -203,6 +203,7 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
});
},
...
...
@@ -247,7 +248,7 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
},
/**
* @description: 更新
权利
人信息
* @description: 更新
业务
人信息
* @param {*} val
* @author: renchao
*/
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
a772024
...
...
@@ -265,6 +265,7 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
setTimeout
(()
=>
{
that
.
loading
=
false
},
300
)
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
a772024
...
...
@@ -222,9 +222,8 @@
bacthInit
(
formdata
).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
$nextTick
(()
=>
{
this
.
ruleForm
=
res
.
result
;
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
a772024
...
...
@@ -279,8 +279,8 @@
this
.
$set
(
this
.
ruleForm
,
"czr"
,
item
.
zjh
)
}
})
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
$endLoading
();
//this.ruleForm.diyaq.sfczjzhxz = "0";
}
})
},
...
...
Please
register
or
sign in
to post a comment