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
b80c3d15
authored
2022-11-18 10:00:37 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
diyq
1 parent
c46a339c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
src/views/workflow/flowform.js
src/views/ywbl/diyaq/slxx200.vue
src/views/ywbl/ywsq/components/bdcqlMain.vue
src/views/ywbl/ywsq/components/diyaq.vue
src/views/workflow/flowform.js
View file @
b80c3d1
...
...
@@ -38,6 +38,9 @@ export function getForm(tabName, djywbm) {
case
"diyaqSlxx"
:
form
=
require
(
"@/views/ywbl/diyaq/slxx.vue"
);
break
;
case
"diyaqSlxx200"
:
form
=
require
(
"@/views/ywbl/diyaq/slxx200.vue"
);
break
;
case
"clxx"
:
form
=
require
(
"@/views/workflow/components/clxx.vue"
);
break
;
...
...
src/views/ywbl/diyaq/slxx200.vue
0 → 100644
View file @
b80c3d1
This diff is collapsed.
Click to expand it.
src/views/ywbl/ywsq/components/bdcqlMain.vue
View file @
b80c3d1
...
...
@@ -166,6 +166,7 @@ export default {
});
},
handleSelectionChange
(
val
)
{
debugger
;
val
.
forEach
((
item
,
index
)
=>
{
item
.
bsmSsql
=
item
.
bsmQlxx
;
item
.
ybdcqzsh
=
item
.
bdcqzh
;
...
...
src/views/ywbl/ywsq/components/diyaq.vue
View file @
b80c3d1
...
...
@@ -157,6 +157,7 @@ export default {
message
:
"发起申请成功"
,
type
:
"success"
,
});
debugger
;
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
djywbm
);
}
else
{
...
...
@@ -168,6 +169,7 @@ export default {
});
},
handleSelectionChange
(
val
)
{
debugger
;
val
.
forEach
((
item
,
index
)
=>
{
item
.
bsmSsql
=
item
.
bsmQlxx
;
item
.
ybdcqzsh
=
item
.
bdcqzh
;
...
...
Please
register
or
sign in
to post a comment