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
f772edff
authored
2022-10-08 15:51:58 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
5006ba07
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
37 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/spyj.vue
src/views/ywbl/fqsq/workFrame.scss
src/views/zhcx/djbcx/components/djxxTable.vue
src/views/zhcx/djbcx/components/qlxxCommon.scss
src/views/zhcx/djbcx/components/zdxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
f772edf
...
...
@@ -255,7 +255,7 @@ export default {
/
deep
/
.el-form
{
display
:
flex
;
flex-direction
:
column
;
height
:
calc
(
100vh
-
1
5
0px
);
height
:
calc
(
100vh
-
1
3
0px
);
background-color
:
aqua
;
}
...
...
src/views/ywbl/fqsq/components/spyj.vue
View file @
f772edf
...
...
@@ -11,13 +11,13 @@
{{
item
.
jdmc
}}
意见
</div>
<div
class=
"item_right"
>
<el-row
>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label-width=
"0"
class=
"opinion_item"
prop=
"shyj"
>
<el-input
type=
"textarea"
:rows=
"4"
class=
"opinion"
placeholder=
"请输入审批意见"
v-if=
"item.stepShjy == '1'"
v-model=
"ruleForm.shyj"
></el-input>
<el-input
type=
"textarea"
:rows=
"4"
class=
"opinion"
v-model=
"item.shyj"
v-else
:disabled=
"true"
>
</el-input>
<el-input
type=
"textarea"
:rows=
"4"
class=
"opinion"
placeholder=
"请输入审批意见"
v-if=
"item.stepShjy == '1'"
v-model=
"ruleForm.shyj"
></el-input>
<el-input
type=
"textarea"
:rows=
"4"
class=
"opinion"
v-model=
"item.shyj"
v-else
:disabled=
"true"
>
</el-input>
<el-popover
placement=
"right"
width=
"50"
trigger=
"hover"
v-if=
"item.stepShjy == '1'"
>
<ul
class=
"pointer"
>
<li
@
click=
"handleClick"
>
复审
</li>
...
...
@@ -43,13 +43,13 @@
</div>
</div>
<div
class=
"submit_button"
>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
<el-button
type=
"primary"
v-if=
"tableData.length>0"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
</el-form>
</div>
</
template
>
<
script
>
import
{
getSpyjList
,
saveSpyj
,
saveSpyjBySlsq
}
from
"@/api/fqsq.js"
;
import
{
getSpyjList
,
saveSpyj
,
saveSpyjBySlsq
}
from
"@/api/fqsq.js"
;
export
default
{
components
:
{},
props
:
{
...
...
@@ -72,7 +72,7 @@ export default {
propsParam
:
{},
}
},
created
()
{
created
()
{
this
.
propsParam
=
this
.
$attrs
;
this
.
list
();
},
...
...
@@ -88,21 +88,21 @@ export default {
getSpyjList
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
tableData
=
res
.
result
this
.
ruleForm
.
shyj
=
res
.
result
[
res
.
result
.
length
-
1
].
shyj
this
.
ruleForm
.
shyj
=
res
.
result
[
res
.
result
.
length
-
1
].
shyj
}
})
},
onSubmit
()
{
saveSpyjBySlsq
(
this
.
ruleForm
).
then
(
res
=>
{
onSubmit
()
{
saveSpyjBySlsq
(
this
.
ruleForm
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"保存成功"
)
}
else
{
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
})
},
},
}
</
script
>
...
...
@@ -112,7 +112,7 @@ export default {
.spyj
{
margin-left
:
5px
;
.spyj_title
{
.spyj_title
{
text-align
:
center
;
font-size
:
18px
;
display
:
block
;
...
...
src/views/ywbl/fqsq/workFrame.scss
View file @
f772edf
...
...
@@ -48,6 +48,10 @@
}
}
/
deep
/
.el-tabs__header
{
margin-bottom
:
0
!
important
;
}
/
deep
/
.el-menu-item.is-active
{
background-color
:
#e7f4fe
;
}
...
...
src/views/zhcx/djbcx/components/djxxTable.vue
View file @
f772edf
...
...
@@ -219,7 +219,8 @@ export default {
}
.xxTableBox
{
width
:
810px
;
min-width
:
810px
;
width
:
100%
;
overflow-x
:
scroll
;
}
...
...
src/views/zhcx/djbcx/components/qlxxCommon.scss
View file @
f772edf
...
...
@@ -4,7 +4,7 @@
background
:
#fff
;
overflow-y
:
scroll
;
color
:
#333
;
.tableBox
{
margin
:
0
auto
;
display
:
flex
;
...
...
@@ -32,22 +32,18 @@
.xxTableBox
{
overflow-x
:
scroll
;
width
:
100%
;
padding-bottom
:
120
px
;
padding-bottom
:
35
px
;
}
.xxTable
>
tr
:first-child
th
{
.xxTable
>
tr
:first-child
th
{
width
:
140px
;
}
// tr td {
// border: 1px solid #ccc;
// }
.xxTable
{
// border-spacing: 0;
border-spacing
:
1px
;
width
:
100%
;
tr
>
th
{
tr
>
th
{
border
:
1px
solid
#ccc
;
background
:
#F2F2F2
;
color
:
#333333
;
...
...
@@ -116,12 +112,13 @@
padding
:
4px
;
font-size
:
13px
;
width
:
140px
;
}
>
tr
:nth-child
(
odd
)
td
{
}
>
tr
:nth-child
(
odd
)
td
{
background
:
#f2f2f2
;
}
>
tr
:nth-child
(
even
)
td
{
>
tr
:nth-child
(
even
)
td
{
background
:
#f9f9f9
;
}
...
...
@@ -129,9 +126,9 @@
color
:
#fe9400
;
}
tr
>
td
.lishi
{
tr
>
td
.lishi
{
color
:
#7f7f7f
;
}
}
}
}
}
\ No newline at end of file
...
...
src/views/zhcx/djbcx/components/zdxx.vue
View file @
f772edf
...
...
@@ -127,7 +127,7 @@ import { getZdjjxxBySLdy } from "@/api/zhcx.js";
export
default
{
name
:
"zdxx"
,
data
()
{
data
()
{
return
{
bhqkColumns
:
[
{
...
...
@@ -173,7 +173,7 @@ export default {
// computed: {
// ...mapGetters(["djbxx"]),
// },
created
()
{
created
()
{
this
.
propsParam
=
this
.
$attrs
;
// this.$nextTick(() => {
...
...
@@ -188,7 +188,7 @@ export default {
// this.bhqkTableWidth = widths > 745 ? widths : 745;
},
methods
:
{
loadData
()
{
loadData
()
{
getZdjjxxBySLdy
({
bsmsldy
:
this
.
propsParam
.
bsmSldy
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
zdjbxx
=
res
.
result
.
zdjbxx
;
...
...
@@ -207,10 +207,12 @@ export default {
<
style
lang=
"scss"
scoped
>
.zdxx
{
width
:
100%
;
height
:
100%
;
height
:
calc
(
100%
-
42px
)
;
background-color
:
#f5f5f5
;
padding
:
10px
25px
;
padding
:
5px
;
.tablebox
{
overflow-x
:
auto
;
width
:
100%
;
height
:
100%
;
background
:
#fff
;
...
...
@@ -218,33 +220,42 @@ export default {
text-align
:
center
;
padding
:
4px
;
overflow-y
:
scroll
;
.zdxxTable
{
width
:
100%
;
min-width
:
900px
;
color
:
#333
;
td
{
border
:
1px
solid
rgb
(
228
,
228
,
228
);
line-height
:
30px
;
padding
:
0
4px
;
}
.title
{
line-height
:
68px
;
font-size
:
20px
;
}
.unit
{
text-align
:
right
;
}
.title2
{
writing-mode
:
vertical-lr
;
letter-spacing
:
6px
;
}
.bhqk
{
padding
:
0
;
.box
{
width
:
745px
;
overflow
:
auto
;
}
.test
{
}
.test
{}
table
{
.bhqkTh
{
width
:
110px
;
...
...
@@ -253,6 +264,7 @@ export default {
border
:
1px
solid
rgb
(
228
,
228
,
228
);
font-weight
:
bold
;
}
td
{
width
:
180px
;
}
...
...
Please
register
or
sign in
to post a comment