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
bb9593ab
authored
2024-02-05 16:10:22 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
d1d50679
c58e4a32
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
src/api/workflow/diyaqFlow.js
src/views/lpb/lpbContent/ch.vue
src/api/workflow/diyaqFlow.js
View file @
bb9593a
...
...
@@ -12,28 +12,37 @@ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('Ap
* @author: renchao
*/
export
function
Init
(
data
)
{
let
apiUrl
=
"/rest/ywbl/dyaq/init"
;
return
request
({
url
:
SERVER
.
SERVERAPI
+
apiUrl
,
method
:
'post'
,
data
})
}
export
function
batchInit
(
data
)
{
let
apiUrl
=
""
;
switch
(
data
.
get
(
"djlx"
))
{
case
"100"
:
apiUrl
=
"/rest/ywbl/dyaq/fristInit"
;
apiUrl
=
"/rest/ywbl/dyaq/frist
Batch
Init"
;
break
;
case
"200"
:
apiUrl
=
"/rest/ywbl/dyaq/transferInit"
;
apiUrl
=
"/rest/ywbl/dyaq/transfer
Batch
Init"
;
break
;
case
"300"
:
apiUrl
=
"/rest/ywbl/dyaq/changeInit"
;
apiUrl
=
"/rest/ywbl/dyaq/change
Batch
Init"
;
break
;
case
"400"
:
apiUrl
=
"/rest/ywbl/dyaq/logoutInit"
;
apiUrl
=
"/rest/ywbl/dyaq/logout
Batch
Init"
;
break
;
case
"500"
:
apiUrl
=
"/rest/ywbl/dyaq/riviseInit"
;
apiUrl
=
"/rest/ywbl/dyaq/rivise
Batch
Init"
;
break
;
case
"901"
:
apiUrl
=
"/rest/ywbl/dyaq/renewalInit"
;
apiUrl
=
"/rest/ywbl/dyaq/renewal
Batch
Init"
;
break
;
case
"902"
:
apiUrl
=
"/rest/ywbl/dyaq/replaceInit"
;
apiUrl
=
"/rest/ywbl/dyaq/replace
Batch
Init"
;
break
;
}
return
request
({
...
...
src/views/lpb/lpbContent/ch.vue
View file @
bb9593a
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment