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
a6c4a2d0
authored
2024-02-06 08:36:49 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加批量抵押
1 parent
002392ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/lpb/lpbContent/index.vue
src/views/workflow/flowform.js
src/views/lpb/lpbContent/index.vue
View file @
a6c4a2d
...
...
@@ -18,7 +18,7 @@
lpbData
.
xmmc
}}
</el-checkbox>
</p>
<el-button
type=
"primary"
class=
"save-btn"
v-if=
"!onlyShow && showSave"
@
click=
"saveLpb"
>
保存
</el-button>
<el-button
type=
"primary"
class=
"save-btn"
v-if=
"!onlyShow && showSave"
@
click=
"saveLpb"
>
选择确认
</el-button>
<el-button
type=
"primary"
class=
"save-btn"
v-if=
"!onlyShow && !showSave"
@
click=
"submitForm"
:loading=
"loading"
>
发起申请
</el-button>
<!-- 右键菜单 -->
<ul
...
...
src/views/workflow/flowform.js
View file @
a6c4a2d
...
...
@@ -59,10 +59,13 @@ export function getForm (tabName) {
break
;
case
"plslxxCfdj"
:
form
=
require
(
"@/views/ywbl/slsqxx/cfdj/plcfslxx.vue"
);
break
;
break
;
case
"diyaqSlxx"
:
form
=
require
(
"@/views/ywbl/slsqxx/diyaq/slxx.vue"
);
break
;
case
"batchDiyaq"
:
form
=
require
(
"@/views/ywbl/slsqxx/diyaq/batchSlxx.vue"
);
break
;
case
"clxx"
:
form
=
require
(
"@/views/workflow/components/clxx/clxxUnify.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment