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
e7aa1c44
authored
2023-07-14 15:45:49 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取lpcx.js,修改所有引用文件
1 parent
f984c1f4
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
22 deletions
src/api/bdcqz.js
src/api/clxx.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/workflow/mixin/index.js
src/views/zhcx/lpcx/lpcx.vue
src/api/bdcqz.js
View file @
e7aa1c4
/*
* @Description:
* @Description:
不动产权证
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:04:18
*/
...
...
src/api/clxx.js
View file @
e7aa1c4
/*
* @Description:
* @Description:
材料信息
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:04:42
*/
...
...
src/api/lp
b
.js
→
src/api/lp
cx
.js
View file @
e7aa1c4
/*
* @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 @
e7aa1c4
...
...
@@ -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 @
e7aa1c4
...
...
@@ -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
{
...
...
src/views/lpb/index.vue
View file @
e7aa1c4
...
...
@@ -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 @
e7aa1c4
...
...
@@ -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/workflow/mixin/index.js
View file @
e7aa1c4
...
...
@@ -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/lpcx/lpcx.vue
View file @
e7aa1c4
...
...
@@ -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