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
eec6386f
Commit
eec6386f
authored
Jun 23, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作流
parent
ec093eca
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
8 deletions
+16
-8
detail.vue
pages/handle/examine1/detail.vue
+1
-1
detail.vue
pages/handle/examine13/detail.vue
+1
-3
detail.vue
pages/handle/examine4/detail.vue
+1
-1
detail.vue
pages/handle/examine6/detail.vue
+1
-1
detail.vue
pages/handle/examine7/detail.vue
+1
-1
shen.less
pages/handle/shen.less
+11
-1
No files found.
pages/handle/examine1/detail.vue
View file @
eec6386f
<
template
>
<div
class=
"detail
"
style=
"width:90%;margin:0 auto
"
>
<div
class=
"detail
table-detail
"
>
<Row>
<Filed
:span=
"6"
:name=
"l('productName')"
>
{{
entity
.
productName
}}
</Filed>
<Filed
:span=
"6"
:name=
"l('mesCode')"
>
{{
entity
.
mesCode
}}
</Filed>
...
...
pages/handle/examine13/detail.vue
View file @
eec6386f
<
style
lang=
"less"
scope
>
@import "../shen.less";
</
style
>
<
template
>
<div
class=
"new-detail"
>
<Row>
...
...
pages/handle/examine4/detail.vue
View file @
eec6386f
<
template
>
<div
class=
"detail
"
style=
"width:90%;margin:0 auto
"
>
<div
class=
"detail
table-detail
"
>
<Row>
<Filed
:span=
"8"
:name=
"l('documentCode')"
>
{{
processData
.
orderMaterial
.
code
}}
</Filed>
<Filed
:span=
"8"
:name=
"l('platesNum')"
>
{{
processData
.
orderMaterial
.
platesnum
}}
</Filed>
...
...
pages/handle/examine6/detail.vue
View file @
eec6386f
<
template
>
<div
class=
"detail
"
style=
"width:90%;margin:0 auto"
>
<div
class=
"detail
table-detail"
>
<Row>
<Filed
:span=
"12"
:name=
"'工艺更改单'"
>
{{
results
.
changeorder_code
}}
</Filed>
<Filed
:span=
"12"
:name=
"'提出人'"
>
{{
results
.
propose_user_name
}}
</Filed>
...
...
pages/handle/examine7/detail.vue
View file @
eec6386f
<
template
>
<div
class=
"detail
"
style=
"width:90%;margin:0 auto
"
>
<div
class=
"detail
table-detail
"
>
<Row>
<!--
<Filed
:span=
"8"
:name=
"l('unqualifiedCode')"
>
{{
entity
.
unqualified_order_code
}}
</Filed>
<Filed
:span=
"8"
:name=
"l('department')"
>
{{
entity
.
department_name
}}
</Filed>
...
...
pages/handle/shen.less
View file @
eec6386f
...
...
@@ -4,10 +4,20 @@
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
}
.table-detail{
padding: 20px 100px;
display: block;
width: 98%;
margin: 0 auto;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
.ivu-row .filed-col > .label{
background: #267feb1e;
}
}
.Design{
margin:20px auto;
width: 98%;
padding: 20px;
padding: 20px
100px
;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
.ivu-timeline-item-head{
...
...
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