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
f3766f47
authored
2024-01-22 16:31:01 +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
738f7834
44e03a87
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
public/config.json
src/views/ywbl/ywsq/components/selectFwfgSplitMerge.vue
src/views/ywbl/ywsq/javascript/slectBdcdata.js
public/config.json
View file @
f3766f4
{
"TITLE"
:
"不动产登记系统"
,
"SERVERAPI"
:
"/bdcdj
-th
"
,
"SERVERAPI"
:
"/bdcdj"
,
"IDCARDURL"
:
"http://127.0.0.1:33088/function=get_idcard&readnew=0"
,
"adapter"
:
"dysqs-630222"
,
"gaopaiyi"
:
"jy"
...
...
src/views/ywbl/ywsq/components/selectFwfgSplitMerge.vue
View file @
f3766f4
...
...
@@ -293,10 +293,7 @@
selectHSplitMerge
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
this
.
tableData
.
datastwo
=
res
.
result
this
.
tableData
.
datastwo
.
forEach
(
item
=>
{
item
.
bsm
=
item
.
zdbsm
;
})
this
.
tableData
.
datastwo
=
res
.
result
;
this
.
bdcdysz
=
this
.
tableData
.
datastwo
}
})
...
...
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
f3766f4
...
...
@@ -5,7 +5,7 @@ export function queueDjywmc (djywbm, djqxbm) {
return
"selectJsydsyqSplitMerge"
;
}
// 房屋分割A04200S1
if
([
'A04300S1'
,
'A04200S2'
,
'A0
4300S2
'
].
includes
(
djqxbm
))
{
if
([
'A04300S1'
,
'A04200S2'
,
'A0
830S1
'
].
includes
(
djqxbm
))
{
return
"selectFwfgSplitMerge"
;
}
if
(
djqxbm
==
"A37100S2"
)
{
...
...
Please
register
or
sign in
to post a comment