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
5151dab7
authored
2023-06-19 13:17:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息模块功能的完善,文件夹的整理
1 parent
203086dc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
src/views/workflow/components/clxx.vue → src/views/workflow/components/clxx/clxx.vue
src/views/workflow/components/clxxUnify.vue → src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/flowform.js
src/views/workflow/components/clxx.vue
→
src/views/workflow/components/clxx
/clxx
.vue
View file @
5151dab
...
...
@@ -42,7 +42,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
clxxAddDialog
from
"./dialog/clxxAddDialog.vue"
;
import
clxxAddDialog
from
".
.
/dialog/clxxAddDialog.vue"
;
import
imagePreview
from
'@/views/components/imagePreview.vue'
import
{
InitClml
,
saveClml
,
deleteSjClml
,
moveClml
}
from
"@/api/clxx.js"
;
export
default
{
...
...
src/views/workflow/components/clxxUnify.vue
→
src/views/workflow/components/clxx
/clxx
Unify.vue
View file @
5151dab
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:40:38
* @LastEditTime: 2023-0
6-19 13:15:13
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -24,18 +24,17 @@
</div>
<el-button
type=
"primary"
native-type=
"submit"
style=
"width:100%"
@
click=
"handleAdd()"
v-if=
"!this.$route.query.viewtype"
>
新增
</el-button>
</div>
<image-preview
ref=
'imageRef'
:previewImg=
"previewImg"
@
updateList=
"updateList"
@
nextPriview=
"nextPriview"
<image-preview
ref=
'imageRef'
v-if=
"tableData.length>0"
:previewImg=
"previewImg"
@
updateList=
"updateList"
@
nextPriview=
"nextPriview"
@
prevPriview=
"prevPriview"
/>
</div>
</div>
<clxxAddDialog
v-model=
"isDialog"
/>
<!--
<clxxDetailDialog
v-model=
"detailDialog"
:data=
"tableData"
/>
-->
</div>
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
clxxAddDialog
from
"./dialog/clxxAddDialog.vue"
;
import
clxxDetailDialog
from
"./dialog/clxxDetailDialog.vue"
;
import
clxxAddDialog
from
".
.
/dialog/clxxAddDialog.vue"
;
import
clxxDetailDialog
from
".
.
/dialog/clxxDetailDialog.vue"
;
import
imagePreview
from
'@/views/components/imagePreview.vue'
import
{
InitClml
,
saveClml
,
deleteSjClml
,
moveClml
}
from
"@/api/clxx.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
...
...
src/views/workflow/flowform.js
View file @
5151dab
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-
07 13:32:24
* @LastEditTime: 2023-06-
19 13:16:53
*/
//流程环节操作按钮
export
function
getForm
(
tabName
,
djywbm
)
{
...
...
@@ -42,7 +42,7 @@ export function getForm (tabName, djywbm) {
form
=
require
(
"@/views/ywbl/slsqxx/diyaq/slxx.vue"
);
break
;
case
"clxx"
:
form
=
require
(
"@/views/workflow/components/clxxUnify.vue"
);
form
=
require
(
"@/views/workflow/components/clxx
/clxx
Unify.vue"
);
break
;
case
"spyj"
:
form
=
require
(
"@/views/workflow/components/spyj.vue"
);
...
...
Please
register
or
sign in
to post a comment