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
b5408fce
authored
2023-07-14 16:05:57 +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
b2329b84
fb2855f1
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
35 additions
and
40 deletions
src/api/bdcqz.js
src/api/clxx.js
src/api/sqcx.js → src/api/jtfc.js
src/api/lpb.js → src/api/lpcx.js
src/api/search.js
src/components/lineTree/lineTree.vue
src/views/lpb/index.vue
src/views/lpb/lpbContent/index.vue
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/workflow/mixin/index.js
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/api/bdcqz.js
View file @
b5408fc
/*
* @Description:
* @Description:
不动产权证
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:04:18
*/
...
...
@@ -130,4 +130,4 @@ export function bdcqzPreview (data) {
data
,
responseType
:
'blob'
})
}
\ No newline at end of file
}
...
...
src/api/clxx.js
View file @
b5408fc
/*
* @Description:
* @Description:
材料信息
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:04:42
*/
...
...
src/api/
sqcx
.js
→
src/api/
jtfc
.js
View file @
b5408fc
/*
* @Description:
* @Description:
家庭房产信息
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:05:25
*/
...
...
src/api/lp
b
.js
→
src/api/lp
cx
.js
View file @
b5408fc
/*
* @Description:
* @Description:
楼盘表查询
* @Autor: renchao
* @LastEditTime: 2023-07-12 13:26:37
*/
...
...
@@ -71,16 +71,3 @@ export function getLpbTj(zrzbsm) {
method
:
"get"
,
});
}
/**
* @description:楼盘查询- 根据bsmSlsq查询自然幢标识码
* @param {*} data
* @author: renchao
*/
export
function
getZrzbsm
(
bsm
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
"/rest/zhcx/search/getZrzbsmList?bsmSlsq="
+
bsm
,
method
:
"post"
,
data
:
bsm
,
});
}
\ No newline at end of file
...
...
src/api/search.js
View file @
b5408fc
...
...
@@ -58,5 +58,18 @@ export function getZjgcdyList (data) {
})
}
/**
* @description:楼盘查询- 根据bsmSlsq查询自然幢标识码
* @param {*} data
* @author: renchao
*/
export
function
getZrzbsmList
(
bsm
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
"/rest/zhcx/search/getZrzbsmList?bsmSlsq="
+
bsm
,
method
:
"post"
,
data
:
bsm
,
});
}
...
...
src/components/lineTree/lineTree.vue
View file @
b5408fc
...
...
@@ -89,7 +89,7 @@ import lineItem from "./lineItem.vue";
import
ImportGeo
from
'./tx/importGeo'
port
geoUtils
from
"@/components/lineTree/tx/js/geoUtils"
;
rt
featureUpdate
from
"@/libs/map/featureUpdate"
;
ort
{
deleteLjz
,
deleteZdy
}
from
"@api/lp
b
"
ort
{
deleteLjz
,
deleteZdy
}
from
"@api/lp
cx.js
"
exportTemJson
from
'@/api/json/exportTemplate.json'
mport
sxdr
from
'@/components/sxdr/sxdr'
port
default
{
...
...
@@ -99,7 +99,7 @@ import ImportGeo from './tx/importGeo'
e
:
Array
,
ault
:
()
=>
{
turn
[];
:
{
e
:
Number
,
ault
:
16
,
...
...
@@ -209,7 +209,7 @@ import ImportGeo from './tx/importGeo'
f
(
res
.
success
)
{
this
.
loading
()
}
,
变菜单数据
Visible
(
data
)
{
...
...
src/views/lpb/index.vue
View file @
b5408fc
...
...
@@ -194,7 +194,7 @@
<
script
>
import
lpbContent
from
"./lpbContent/index"
;
import
selectZrzH
from
"../ywbl/ywsq/components/selectZrzH"
;
import
{
getLpbFwytAndQlxz
,
getLpbQsxtj
,
getLpbTj
}
from
"@/api/lp
b
"
;
import
{
getLpbFwytAndQlxz
,
getLpbQsxtj
,
getLpbTj
}
from
"@/api/lp
cx.js
"
;
export
default
{
name
:
"lpb"
,
props
:
{
...
...
src/views/lpb/lpbContent/index.vue
View file @
b5408fc
...
...
@@ -30,7 +30,7 @@
</div>
</
template
>
<
script
>
import
{
getLpb
}
from
"@/api/lp
b
"
;
import
{
getLpb
}
from
"@/api/lp
cx.js
"
;
import
chCpn
from
"./ch.vue"
;
import
zdyCpn
from
"./zdys.vue"
;
import
ljzsCpn
from
"./ljzs.vue"
;
...
...
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
b5408fc
...
...
@@ -53,7 +53,7 @@
</
template
>
<
script
>
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/
sqcx
"
;
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/
jtfc.js
"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
...
...
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
b5408fc
...
...
@@ -33,10 +33,10 @@
</div>
</div>
</
template
>
<
script
>
import
{
datas
,
sendThis
}
from
"./infodata"
;
import
{
getFwmxInfo
}
from
"@/api/
sqcx
"
;
import
{
getFwmxInfo
}
from
"@/api/
jtfc.js
"
;
export
default
{
props
:
{
formData
:
{
...
...
@@ -103,4 +103,3 @@ export default {
height
:
30px
;
}
</
style
>
\ No newline at end of file
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
b5408fc
...
...
@@ -48,7 +48,7 @@ import { mapGetters } from "vuex";
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
addDydjb
from
"./components/addDydjb.vue"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"dydjb"
,
components
:
{
addDydjb
},
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
b5408fc
...
...
@@ -120,7 +120,7 @@
import
printView
from
"./printView.vue"
;
import
{
getIdCardInfo
}
from
'@/utils/operation.js'
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
addJtfcCxjgXx
,
getJtfcInfo
,
printJtcfInfo
}
from
"@/api/
sqcx
"
;
import
{
addJtfcCxjgXx
,
getJtfcInfo
,
printJtcfInfo
}
from
"@/api/
jtfc.js
"
;
export
default
{
components
:
{
printView
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
b5408fc
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-28 14:45:20
-->
...
...
@@ -48,7 +48,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./jtfcdata"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"jtfc"
,
mixins
:
[
table
],
...
...
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
b5408fc
...
...
@@ -110,7 +110,7 @@
</
template
>
<
script
>
import
{
getJtfcInfo
}
from
"@/api/
sqcx
"
;
import
{
getJtfcInfo
}
from
"@/api/
jtfc.js
"
;
import
{
datas
,
sendThis
}
from
"./sqcxjlInfodata"
;
export
default
{
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
b5408fc
...
...
@@ -69,7 +69,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
...
...
src/views/workflow/mixin/index.js
View file @
b5408fc
...
...
@@ -17,7 +17,7 @@ import {
unClaimTask
}
from
"@/api/workFlow.js"
;
import
{
mapGetters
}
from
'vuex'
import
{
getZrzbsm
}
from
"@/api/lpb
"
;
import
{
getZrzbsm
List
}
from
"@/api/search.js
"
;
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
export
default
{
data
()
{
...
...
@@ -140,7 +140,7 @@ export default {
)
break
;
case
"B8"
:
getZrzbsm
(
this
.
bsmSlsq
).
then
((
res
)
=>
{
getZrzbsm
List
(
this
.
bsmSlsq
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
res
.
result
[
0
]
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
b5408fc
...
...
@@ -97,10 +97,6 @@
data
()
{
return
{
queryForm
:
{
ywly
:
""
,
qllx
:
""
,
djlx
:
""
,
ywh
:
""
,
},
tableData
:
{
total
:
0
,
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
b5408fc
...
...
@@ -50,7 +50,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./lpcxdata"
;
import
{
getLpZrz
}
from
"@/api/lp
b
.js"
;
import
{
getLpZrz
}
from
"@/api/lp
cx
.js"
;
export
default
{
name
:
"lpcx"
,
components
:
{},
...
...
Please
register
or
sign in
to post a comment