Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
8a3df3ee
Commit
8a3df3ee
authored
Dec 23, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
64db92f1
e8f5b8d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
+25
-2
backbill-form.vue
src/components/sale/backbill-form.vue
+1
-1
backflow-form.vue
src/components/sale/backflow-form.vue
+24
-1
No files found.
src/components/sale/backbill-form.vue
View file @
8a3df3ee
...
...
@@ -53,7 +53,7 @@
<div
class=
"classStatus"
>
{{
setingObj
.
AuditStatusName
}}
</div>
</div>
</div>
<q-tabs
style=
"margin
-bottom:20
px;"
v-model=
"tabCheck"
narrow-indicator
dense
align=
"left"
class=
"text-primary"
>
<q-tabs
style=
"margin
:15
px;"
v-model=
"tabCheck"
narrow-indicator
dense
align=
"left"
class=
"text-primary"
>
<q-tab
:ripple=
"false"
name=
"first"
label=
"详细信息"
/>
<q-tab
:ripple=
"false"
name=
"second"
label=
"审批记录"
/>
</q-tabs>
...
...
src/components/sale/backflow-form.vue
View file @
8a3df3ee
...
...
@@ -79,9 +79,32 @@
top
:
-48px
;
left
:
15px
;
}
.backflowContent
{
padding-bottom
:
40px
;
height
:
770px
;
overflow
:
auto
;
}
.backflowContent
::-webkit-scrollbar
{
width
:
3px
;
height
:
3px
;
background-color
:
#F5F5F5
;
}
/*!*定义滚动条轨道 内阴影+圆角*!*/
.backflowContent
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
10px
;
background-color
:
#F5F5F5
;
}
/*!*定义滑块 内阴影+圆角*!*/
.backflowContent
::-webkit-scrollbar-thumb
{
border-radius
:
10px
;
-webkit-box-shadow
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
color-stop
(
.5
,
rgba
(
255
,
255
,
255
,
.2
)),
color-stop
(
.5
,
transparent
),
to
(
transparent
));
background-color
:
#0ae
;
}
</
style
>
<
template
>
<div
style=
"padding-bottom:120px;
"
>
<div
class=
"backflowContent
"
>
<div
class=
"backflowMain"
v-for=
"(item,index) in DataList"
:key=
"index"
>
<div
class=
"backflow_Top"
>
<div
class=
"back_Circle"
>
{{
item
.
AduitStatus
==
2
?
'通过'
:
item
.
AduitStatus
}}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment