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
9deae9f1
authored
2023-07-19 15:41:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
d6a9b62b
da7a03df
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
188 additions
and
201 deletions
src/api/businessApply.js
src/api/getusername.js
src/api/lpcx.js
src/api/view.js
src/api/ywsq.js
src/views/registerBook/fdcq2.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/nydsyq.vue
src/views/registerBook/tdsyq.vue
src/views/registerBook/ygdj.vue
src/views/registerBook/yydj.vue
src/views/sjgx/gbmsjgx/gbmsjgx.vue
src/views/sjgx/jkgnck/jkgnck.vue
src/views/workflow/mixin/public.js
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/api/businessApply.js
View file @
9deae9f
/*
* @Description: 业务办理
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:13:24
* @LastEditTime: 2023-0
7-19 14:53:41
*/
import
request
from
'@/utils/request'
...
...
@@ -12,32 +12,29 @@ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('Ap
* @author: renchao
*/
export
function
getCollectBiz
()
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getCollectBiz'
,
method
:
'post'
})
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getCollectBiz'
,
method
:
'post'
})
}
/**
* @description: 业务办理-获取左侧菜单
* @author: renchao
*/
export
function
getleftMenu
()
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getleftMenu'
,
method
:
'post'
})
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getleftMenu'
,
method
:
'post'
})
}
/**
* @description: 登记簿补录
* @author: renchao
*/
export
function
getRepairBiz
()
{
export
function
getRepairBiz
()
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getRepairBiz'
,
method
:
'post'
method
:
'post'
})
}
...
...
@@ -46,11 +43,11 @@ export function getleftMenu () {
* @author: renchao
*/
export
function
getTogetherBiz
()
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getTogetherBiz'
,
method
:
'post'
})
}
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getTogetherBiz'
,
method
:
'post'
})
}
/**
* @description: 业务办理-获取下个节点内容
...
...
@@ -58,10 +55,10 @@ export function getTogetherBiz () {
* @author: renchao
*/
export
function
getNextNode
(
bsmSqyw
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getNextNode?parentid='
+
bsmSqyw
,
method
:
'post'
})
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/BusinessApply/getNextNode?parentid='
+
bsmSqyw
,
method
:
'post'
})
}
/**
...
...
src/api/getusername.js
deleted
100644 → 0
View file @
d6a9b62
// 封装axios请求
import
axios
from
"axios"
;
// 创建axios的对象
const
instance
=
axios
.
create
({
baseURL
:
"http://192.168.2.235/management/rest/users"
,
})
export
const
getusername
=
(
data
)
=>
instance
({
url
:
''
,
// 请求地址
method
:
'get'
,
params
:{
queryOptions
:
{
conditionGroup
:
{
conditions
:
[
{
property
:
"loginName"
,
value
:
data
,
operator
:
"IN"
,
},
],
queryRelation
:
"AND"
,
},
orderBys
:[{
"property"
:
"sort"
,
"direction"
:
"desc"
}]
},
},
})
src/api/lpcx.js
View file @
9deae9f
/*
* @Description: 楼盘表查询
* @Autor: renchao
* @LastEditTime: 2023-07-1
2 13:26:37
* @LastEditTime: 2023-07-1
9 15:00:43
*/
import
request
from
"@/utils/request"
;
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
"ApiUrl"
));
const
url
=
SERVER
.
SERVERAPI
+
"/rest/zhcx/lpcx/"
;
//
/**
* @description:楼盘查询- 根据条件进行列表查询
* @param {*} data
* @author: renchao
*/
export
function
getLpZrz
(
data
)
{
export
function
getLpZrz
(
data
)
{
return
request
({
url
:
"service-lpb/rest/zhcx/lpcx/getLpZrz"
,
method
:
"post"
,
...
...
@@ -27,7 +26,7 @@ export function getLpZrz(data) {
* @param {*} zrzbsm
* @author: renchao
*/
export
function
getLpb
(
zrzbsm
)
{
export
function
getLpb
(
zrzbsm
)
{
return
request
({
url
:
"service-lpb/rest/zhcx/lpcx/getLpb?scyclx=0&zrzbsm="
+
zrzbsm
,
method
:
"get"
,
...
...
@@ -38,7 +37,7 @@ export function getLpb(zrzbsm) {
* @param {*} zrzbsm
* @author: renchao
*/
export
function
getLpbFwytAndQlxz
(
zrzbsm
)
{
export
function
getLpbFwytAndQlxz
(
zrzbsm
)
{
return
request
({
url
:
"service-lpb/rest/zhcx/lpcx/getLpbFwytAndQlxz?scyclx=0&zrzbsm="
+
...
...
@@ -51,7 +50,7 @@ export function getLpbFwytAndQlxz(zrzbsm) {
* @param {*} zrzbsm
* @author: renchao
*/
export
function
getLpbQsxtj
(
zrzbsm
)
{
export
function
getLpbQsxtj
(
zrzbsm
)
{
return
request
({
url
:
"service-lpb/rest/zhcx/lpcx/getLpbQsxtj?scyclx=0&zrzbsm="
+
zrzbsm
,
method
:
"get"
,
...
...
@@ -65,7 +64,7 @@ export function getLpbQsxtj(zrzbsm) {
* scyclx 实测预测类型 0预测,1实测
* @return {*}
*/
export
function
getLpbTj
(
zrzbsm
)
{
export
function
getLpbTj
(
zrzbsm
)
{
return
request
({
url
:
"service-lpb/rest/zhcx/lpcx/getLpbTj?scyclx=0&zrzbsm="
+
zrzbsm
,
method
:
"get"
,
...
...
src/api/view.js
View file @
9deae9f
...
...
@@ -17,8 +17,6 @@ export function getErrorLogList (data) {
data
})
}
/**
* @description: 系统监控 -获取操作日志列表
* @param {*} data
...
...
@@ -31,7 +29,6 @@ export function getOperationLogList (data) {
data
})
}
/**
* @description: 系统监控 -主机监控
* @author: renchao
...
...
src/api/ywsq.js
View file @
9deae9f
/*
* @Description: 业务申请
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:13:24
* @LastEditTime: 2023-0
7-19 14:52:03
*/
import
request
from
'@/utils/request'
...
...
@@ -13,11 +13,11 @@ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('Ap
* @author: renchao
*/
export
function
selectScBdcdy
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectScBdcdy'
,
method
:
'post'
,
data
})
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectScBdcdy'
,
method
:
'post'
,
data
})
}
/**
* @description: 业务办理-选择权利信息-根据条件进行列表查询
...
...
@@ -132,11 +132,11 @@ export function selectDz (data) {
data
})
}
/**
* @description: 业务办理-选择单元-查询户信息
* @author: renchao
*/
/*
业务办理-选择单元-查询户信息
*/
export
function
selectH
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectH'
,
...
...
src/views/registerBook/fdcq2.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:01:08
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/jsydsyq.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:01:40
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/nydsyq.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:03:14
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/tdsyq.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:03:56
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/ygdj.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:04:07
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/yydj.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:04:15
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
src/views/sjgx/gbmsjgx/gbmsjgx.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:04:26
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
...
...
@@ -6,36 +11,33 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"接口类型"
>
<el-input
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.jklx"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"调用状态"
>
<el-input
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.dyzt"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"访问IP"
>
<el-input
<el-input
placeholder=
"请输入IP"
v-model=
"queryForm.fwip"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
...
...
@@ -45,47 +47,44 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"请求地址"
>
<el-input
<el-input
placeholder=
"请输入url"
v-model=
"queryForm.qqdz"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-row>
</el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"请求头数据"
>
<el-input
<el-input
placeholder=
"请输入请求头数据"
v-model=
"queryForm.qqtsj"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"入参数据"
>
<el-input
<el-input
placeholder=
"请输入参数"
v-model=
"queryForm.rcsj"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -93,29 +92,27 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"调用描述"
>
<el-input
<el-input
placeholder=
"调用描述"
v-model=
"queryForm.dyms"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"返回数据"
>
<el-input
<el-input
placeholder=
"返回数据"
v-model=
"queryForm.fhsj"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -124,39 +121,39 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick()"
>
发送
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<!-- 表格 -->
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
queryForm
:
{
jklx
:
""
,
dyzt
:
""
,
fwip
:
""
,
fwsj
:
""
,
qqdz
:
""
,
qqtsj
:
""
,
rcsj
:
""
,
dyms
:
""
,
fhsj
:
""
,
},
}
},
}
export
default
{
data
()
{
return
{
queryForm
:
{
jklx
:
""
,
dyzt
:
""
,
fwip
:
""
,
fwsj
:
""
,
qqdz
:
""
,
qqtsj
:
""
,
rcsj
:
""
,
dyms
:
""
,
fhsj
:
""
,
},
}
},
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/sjgx/jkgnck/jkgnck.vue
View file @
9deae9f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 15:04:38
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
...
...
@@ -6,36 +11,33 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"接口类型"
>
<el-input
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.jklx"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"调用状态"
>
<el-input
<el-input
placeholder=
"请输入编号"
v-model=
"queryForm.dyzt"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"访问IP"
>
<el-input
<el-input
placeholder=
"请输入IP"
v-model=
"queryForm.fwip"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
...
...
@@ -45,47 +47,44 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"10"
>
<el-form-item
label=
"请求地址"
>
<el-input
<el-input
placeholder=
"请输入url"
v-model=
"queryForm.qqdz"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-row>
</el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"请求头数据"
>
<el-input
<el-input
placeholder=
"请输入请求头数据"
v-model=
"queryForm.qqtsj"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"入参数据"
>
<el-input
<el-input
placeholder=
"请输入参数"
v-model=
"queryForm.rcsj"
class=
"width500px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -93,29 +92,27 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"调用描述"
>
<el-input
<el-input
placeholder=
"调用描述"
v-model=
"queryForm.dyms"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"返回数据"
>
<el-input
<el-input
placeholder=
"返回数据"
v-model=
"queryForm.fhsj"
class=
"width200px"
clearable
></el-input>
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -124,39 +121,39 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick()"
>
发送
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<!-- 表格 -->
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
queryForm
:
{
jklx
:
""
,
dyzt
:
""
,
fwip
:
""
,
fwsj
:
""
,
qqdz
:
""
,
qqtsj
:
""
,
rcsj
:
""
,
dyms
:
""
,
fhsj
:
""
,
},
}
},
}
export
default
{
data
()
{
return
{
queryForm
:
{
jklx
:
""
,
dyzt
:
""
,
fwip
:
""
,
fwsj
:
""
,
qqdz
:
""
,
qqtsj
:
""
,
rcsj
:
""
,
dyms
:
""
,
fhsj
:
""
,
},
}
},
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/workflow/mixin/public.js
View file @
9deae9f
...
...
@@ -34,6 +34,7 @@ export default {
},
//切换选项卡内容组件
getFromRouter
(
tabname
)
{
console
.
log
(
tabname
,
'tabnametabnametabnametabnametabname'
);
//根据tabname获取选中的表单 此操作为了获取后端返回的表单对象,使用里面的是否可操作的属性
for
(
let
item
of
this
.
tabList
)
{
if
(
item
.
value
===
tabname
)
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
9deae9f
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-1
4 11:16:12
* @LastEditTime: 2023-07-1
9 14:43:59
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -268,7 +268,6 @@
this
.
ruleForm
.
ywrList
=
_
.
cloneDeep
(
val
);
},
onSubmit
()
{
console
.
log
(
"this.ruleForm"
,);
saveData
(
this
.
ruleForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
({
...
...
Please
register
or
sign in
to post a comment