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
af1909be
authored
2023-06-16 08:33:09 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
11111
1 parent
e5ae082c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
5 deletions
src/api/ywbl.js
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/api/ywbl.js
View file @
af1909b
...
...
@@ -116,6 +116,19 @@ export function startBusinessFlow (data) {
}
/**
* @description: 业务办理-发起业务申请流程
* @param {*} data
* @author: renchao
*/
export
function
startRepairFlow
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/business/workFlow/startRepairFlow'
,
method
:
'post'
,
data
})
}
/**
* @description: 已办箱列表查询接口
* @param {*} data
* @author: renchao
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
af1909b
...
...
@@ -224,7 +224,7 @@
if
(
!
this
.
isJump
)
{
startBusinessFlow
({
bsmSqyw
:
this
.
bsmSqyw
,
fwlx
:
this
.
activeName
,
sjlx
:
'zrz'
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
af1909b
...
...
@@ -52,7 +52,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
{
start
BusinessFlow
}
from
"@/api/djbbl.js"
import
{
start
RepairFlow
}
from
"@/api/ywbl.js"
;
import
store
from
'@/store/index.js'
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectDjbbl.js"
;
...
...
@@ -154,7 +154,7 @@ export default {
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djlx"
?
this
.
sqywInfo
.
nodename
:
""
,
}
console
.
log
(
"发起申请传参"
,
from
,
this
.
sqywInfo
);
start
Business
Flow
(
from
).
then
((
res
)
=>
{
start
Repair
Flow
(
from
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
showClose
:
true
,
...
...
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
af1909b
...
...
@@ -4,8 +4,8 @@ export function queueDjywmc(djywbm, djqxbm) {
return
"selectJsydsyqSplitMerge"
;
}
if
(
djqxbm
==
"DJBBL001"
)
{
return
"selectDjbbl"
;
}
return
"selectDjbbl"
;
}
let
vm
=
null
;
switch
(
djywbm
)
{
case
"A03100"
:
//建设用地使用权(首次登记)
...
...
Please
register
or
sign in
to post a comment