Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
666c80fc
Commit
666c80fc
authored
Jun 12, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
orderlist css
parent
22950c9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
21 deletions
+27
-21
orderlist.vue
pages/produce/orderlist.vue
+27
-21
No files found.
pages/produce/orderlist.vue
View file @
666c80fc
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<Col
:span=
"4"
>
<Col
:span=
"4"
>
<div
class=
"sanjiao"
:style=
"tdStyle(row.status)"
></div>
<div
class=
"sanjiao"
:style=
"tdStyle(row.status)"
></div>
<div
class=
"box"
>
<div
class=
"box"
>
<div
class=
"text"
style=
"font-size:4px;font-weight:normal"
>
<div
class=
"text"
>
<state
<state
code=
"taskList.status"
code=
"taskList.status"
ref=
"state"
ref=
"state"
...
@@ -217,7 +217,15 @@ export default {
...
@@ -217,7 +217,15 @@ export default {
search
()
{
search
()
{
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
},
},
toExecute
(
id
,
orderId
,
executeId
,
headid
,
routingDetailId
,
quantity
,
status
)
{
toExecute
(
id
,
orderId
,
executeId
,
headid
,
routingDetailId
,
quantity
,
status
)
{
//跳转到对应操作页面 获取id:this.$route.query.id
//跳转到对应操作页面 获取id:this.$route.query.id
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/produce/execute"
,
path
:
"/produce/execute"
,
...
@@ -315,11 +323,11 @@ export default {
...
@@ -315,11 +323,11 @@ export default {
height: calc(100vh - 110px);
height: calc(100vh - 110px);
.body {
.body {
background: white;
background: white;
border-radius: 4px;
border-radius: 4px
0 4px 4px
;
border: #cacbd0 solid 1px;
border: #cacbd0 solid 1px;
margin-bottom: 30px;
margin-bottom: 30px;
.title-i {
.title-i {
padding: 0 8px;
padding: 0
0 0
8px;
height: 38px;
height: 38px;
line-height: 38px;
line-height: 38px;
color: #2680eb;
color: #2680eb;
...
@@ -352,32 +360,30 @@ export default {
...
@@ -352,32 +360,30 @@ export default {
box-shadow: 0 0 10px #888888;
box-shadow: 0 0 10px #888888;
}
}
}
}
.sanjiao {
.sanjiao {
margin: 38px;
height: 0px;
height: 0px;
width: 0px;
width: 0;
border-left: solid 60px transparent;
border-left: solid 50px transparent;
position: absolute;
float: right;
right: -46px;
margin-right:-1px;
top: -38px;
}
}
.box {
.box {
color: white;
color: white;
width: 80px;
float: right;
height: 30px;
margin-top: -42px;
overflow: hidden;
/* Rotate div */
/* Rotate div */
transform: rotate(3
3
deg);
transform: rotate(3
7
deg);
-ms-transform: rotate(3
3
deg); /* Internet Explorer */
-ms-transform: rotate(3
7
deg); /* Internet Explorer */
-moz-transform: rotate(3
3
deg); /* Firefox */
-moz-transform: rotate(3
7
deg); /* Firefox */
-webkit-transform: rotate(3
3
deg); /* Safari 和 Chrome */
-webkit-transform: rotate(3
7
deg); /* Safari 和 Chrome */
-o-transform: rotate(3
3
deg); /* Opera */
-o-transform: rotate(3
7
deg); /* Opera */
.text {
.text {
position: absolute;
font-size: 8px;
left: 32px;
font-weight: normal;
top: -13px;
}
}
}
}
.rowBottom .ivu-col-span-10 {
.rowBottom .ivu-col-span-10 {
height: 24px;
height: 24px;
padding-right: 10px;
padding-right: 10px;
...
...
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