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
943ebf77
authored
2023-05-04 14:01:20 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理信息模块功能的完善
1 parent
d316a1a0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
14 deletions
src/styles/dialogBox.scss
src/views/workflow/components/cfBdcdyTable.vue
src/views/workflow/components/addQlr.vue → src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/sqrViewTable.vue
src/styles/dialogBox.scss
View file @
943ebf7
...
...
@@ -47,7 +47,7 @@
.el-dialog__header
{
margin-bottom
:
10px
;
color
:
#
4A4A4A
;
color
:
#
FFFFFF
;
background-color
:
#FCFDFD
;
border-bottom
:
1px
solid
#E4EBF4
;
}
...
...
src/views/workflow/components/cfBdcdyTable.vue
View file @
943ebf7
...
...
@@ -3,7 +3,7 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./addQlr.vue'
import
addQlr
from
'./
dialog/
addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
...
...
src/views/workflow/components/addQlr.vue
→
src/views/workflow/components/
dialog/
addQlr.vue
View file @
943ebf7
File moved
src/views/workflow/components/qlrCommonTable.vue
View file @
943ebf7
<
template
>
<div>
<lb-table
:column=
"column"
:
maxHeight=
"300"
heightNumSetting
:
pagination=
"false"
:key=
"key"
:data=
"tableDataList"
>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"showButton"
@
updateDetail=
"handleupdateDetail"
/>
</div>
</
template
>
<
script
>
import
addQlr
from
'.
/addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
import
addQlr
from
'./dialog
/addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
addQlr
},
...
...
@@ -162,13 +162,13 @@ export default {
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
}
}
this
.
key
++
},
// 新增
addClick
()
{
if
(
this
.
gyfs
==
'0'
&&
this
.
tableDataList
.
length
>
0
)
{
if
(
this
.
gyfs
==
'0'
&&
this
.
tableDataList
.
length
>
0
)
{
this
.
$message
.
warning
(
"当前共有方式为单独所有,无法添加多个权利人"
)
}
else
{
}
else
{
this
.
dialog
=
true
this
.
isaddupdate
=
true
}
...
...
@@ -211,8 +211,5 @@ export default {
this
.
details
=
row
}
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
...
...
src/views/workflow/components/sqrViewTable.vue
View file @
943ebf7
...
...
@@ -3,7 +3,7 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./addQlr.vue'
import
addQlr
from
'./
dialog/
addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
...
...
Please
register
or
sign in
to post a comment