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
5cb6d963
authored
2022-11-15 17:21:58 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
340912d6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
src/api/diyaqFlow.js
src/views/ywbl/diyaq/slxx.vue
src/views/ywbl/ywsq/components/bdcqlMain.vue
src/api/diyaqFlow.js
View file @
5cb6d96
...
...
@@ -6,25 +6,25 @@ export function Init (data) {
let
apiUrl
=
""
;
switch
(
data
.
get
(
"djlx"
))
{
case
"100"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/fristInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/fristInit"
;
break
;
case
"200"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/transferInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/transferInit"
;
break
;
case
"300"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/changeInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/changeInit"
;
break
;
case
"400"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/logoutInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/logoutInit"
;
break
;
case
"500"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/riviseInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/riviseInit"
;
break
;
case
"901"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/renewalInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/renewalInit"
;
break
;
case
"902"
:
apiUrl
=
"/rest/ywbl/
jsydsyqlr
/replaceInit"
;
apiUrl
=
"/rest/ywbl/
dyaq
/replaceInit"
;
break
;
}
return
request
({
...
...
src/views/ywbl/diyaq/slxx.vue
View file @
5cb6d96
This diff is collapsed.
Click to expand it.
src/views/ywbl/ywsq/components/bdcqlMain.vue
View file @
5cb6d96
...
...
@@ -124,6 +124,10 @@ export default {
});
},
handleSelectionChange
(
val
)
{
val
.
forEach
((
item
,
index
)
=>
{
item
.
bsmSsql
=
item
.
bsmQlxx
item
.
ybdcqzsh
=
item
.
bdcqzh
})
this
.
bdcdysz
=
val
}
},
...
...
Please
register
or
sign in
to post a comment