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
a3c30052
authored
2022-10-27 17:24:38 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
前端增加数据比对功能
1 parent
ff7ddbe9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/workflow/flowform.js
src/views/workflow/flowform.js
View file @
a3c3005
...
...
@@ -20,15 +20,18 @@ export function getForm(tabName, djywbm) {
case
"fwsyqslxx300"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx300.vue"
);
break
;
case
"fwsyqslxx400"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx400.vue"
);
break
;
case
"tdslxxCfdj"
:
form
=
require
(
"@/views/ywbl/cfdj/tdslxx.vue"
);
break
;
case
"fwslxxCfdj"
:
form
=
require
(
"@/views/ywbl/cfdj/fwslxx.vue"
);
break
;
break
;
case
"plslxxCfdj"
:
form
=
require
(
"@/views/ywbl/cfdj/plcfslxx.vue"
);
break
;
break
;
case
"clxx"
:
form
=
require
(
"@/views/workflow/components/clxx.vue"
);
break
;
...
...
@@ -40,7 +43,7 @@ export function getForm(tabName, djywbm) {
break
;
case
"cfdjxx"
:
form
=
require
(
"@/views/registerBook/cfdj.vue"
);
break
;
break
;
case
"qlxx"
:
form
=
require
(
"@/views/registerBook/jsydsyq.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment