Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
7d308a01
Commit
7d308a01
authored
Oct 20, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(焊装车间): 拆分PLC数控合装胎 为 PLC数控合装胎1和PLC数控合装胎 两种设备
parent
0f0fae43
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
258 additions
and
5 deletions
+258
-5
list.vue
src/views/Laboratory/ElectrophoresisTank/list.vue
+125
-1
list.vue
src/views/Laboratory/Pickling/list.vue
+125
-1
list.vue
src/views/Workshop/Welding/list.vue
+8
-3
No files found.
src/views/Laboratory/ElectrophoresisTank/list.vue
View file @
7d308a01
<
template
>
<
template
>
<div
class=
"page-pack"
>
电泳槽
</div>
<div
class=
"page-pack"
>
<div
class=
"title-pack clear-float pl-15 pr-15"
>
<div
class=
"float-left"
>
<span
class=
"page-title-text"
>
电泳槽液日常检测报告
</span>
</div>
<div
class=
"float-right page-refresh"
>
<span
@
click=
"doRefreshClick"
class=
"pointer"
>
<svg-icon
icon-class=
"refresh"
></svg-icon>
<span
class=
"ml-10"
>
刷新
</span>
</span>
</div>
</div>
<div
class=
"tool-pack clear-float pl-15 pr-15"
>
<Search
searchCode=
"SCADA_EQUIP_INFO"
@
search=
"doSearchClick"
@
reset=
"doResetClick"
>
</Search>
<div
class=
"float-left"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"doAddClick"
>
新增报告
</el-button>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Table
from
'@/components/Table/index.vue'
import
Search
from
'@/components/Search'
export
default
{
export
default
{
components
:
{
Table
,
Search
},
data
()
{
data
()
{
return
{}
return
{}
},
methods
:
{
// 点击刷新按钮
doRefreshClick
()
{},
// 点击搜索按钮
doSearchClick
()
{},
// 点击重置按钮
doResetClick
()
{},
// 点击新增报告按钮
doAddClick
()
{}
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.page-pack
{
position
:
relative
;
min-height
:
100%
;
width
:
100%
;
border
:
1px
solid
#d2d3d5
;
background-color
:
#fff
;
overflow-y
:
auto
;
.title-pack
{
height
:
38px
;
line-height
:
38px
;
border-bottom
:
1px
solid
#d2d3d5
;
}
.tool-pack
{
padding-top
:
16px
;
padding-bottom
:
16px
;
.tool-tag
{
height
:
32px
;
line-height
:
32px
;
font-size
:
14px
;
}
}
.edit-button
{
color
:
#538FFD
;
}
.status-circle
{
display
:
inline-block
;
width
:
6px
;
height
:
6px
;
border-radius
:
6px
;
margin-right
:
5px
;
vertical-align
:
middle
;
}
.delete-button
{
color
:
#F47476
;
}
.view-span
{
color
:
#1284fa
;
border-bottom
:
1px
solid
#1284fa
;
&
:hover
{
cursor
:
pointer
;
}
}
.el-dialog__body
{
padding
:
30px
30px
10px
20px
!
important
;
.el-row
{
.el-col
{
line-height
:
35px
;
.el-form-item
{
width
:
100%
;
.el-form-item__content
{
width
:
100%
;
.el-input
{
font-size
:
12px
;
height
:
32px
;
}
.el-input__inner
{
height
:
32px
;
}
.el-select
{
width
:
100%
!
important
;
font-size
:
12px
;
height
:
32px
;
}
.el-date-editor
{
width
:
100%
!
important
;
}
}
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/Laboratory/Pickling/list.vue
View file @
7d308a01
<
template
>
<
template
>
<div
class=
"page-pack"
>
酸洗
</div>
<div
class=
"page-pack"
>
<div
class=
"title-pack clear-float pl-15 pr-15"
>
<div
class=
"float-left"
>
<span
class=
"page-title-text"
>
酸化-磷化线槽液日常检测报告
</span>
</div>
<div
class=
"float-right page-refresh"
>
<span
@
click=
"doRefreshClick"
class=
"pointer"
>
<svg-icon
icon-class=
"refresh"
></svg-icon>
<span
class=
"ml-10"
>
刷新
</span>
</span>
</div>
</div>
<div
class=
"tool-pack clear-float pl-15 pr-15"
>
<Search
searchCode=
"SCADA_EQUIP_INFO"
@
search=
"doSearchClick"
@
reset=
"doResetClick"
>
</Search>
<div
class=
"float-left"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"doAddClick"
>
新增报告
</el-button>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Table
from
'@/components/Table/index.vue'
import
Search
from
'@/components/Search'
export
default
{
export
default
{
components
:
{
Table
,
Search
},
data
()
{
data
()
{
return
{}
return
{}
},
methods
:
{
// 点击刷新按钮
doRefreshClick
()
{},
// 点击搜索按钮
doSearchClick
(
searchValue
)
{},
// 点击重置按钮
doResetClick
(
searchValue
)
{},
// 点击新增报告按钮
doAddClick
()
{}
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.page-pack
{
position
:
relative
;
min-height
:
100%
;
width
:
100%
;
border
:
1px
solid
#d2d3d5
;
background-color
:
#fff
;
overflow-y
:
auto
;
.title-pack
{
height
:
38px
;
line-height
:
38px
;
border-bottom
:
1px
solid
#d2d3d5
;
}
.tool-pack
{
padding-top
:
16px
;
padding-bottom
:
16px
;
.tool-tag
{
height
:
32px
;
line-height
:
32px
;
font-size
:
14px
;
}
}
.edit-button
{
color
:
#538FFD
;
}
.status-circle
{
display
:
inline-block
;
width
:
6px
;
height
:
6px
;
border-radius
:
6px
;
margin-right
:
5px
;
vertical-align
:
middle
;
}
.delete-button
{
color
:
#F47476
;
}
.view-span
{
color
:
#1284fa
;
border-bottom
:
1px
solid
#1284fa
;
&
:hover
{
cursor
:
pointer
;
}
}
.el-dialog__body
{
padding
:
30px
30px
10px
20px
!
important
;
.el-row
{
.el-col
{
line-height
:
35px
;
.el-form-item
{
width
:
100%
;
.el-form-item__content
{
width
:
100%
;
.el-input
{
font-size
:
12px
;
height
:
32px
;
}
.el-input__inner
{
height
:
32px
;
}
.el-select
{
width
:
100%
!
important
;
font-size
:
12px
;
height
:
32px
;
}
.el-date-editor
{
width
:
100%
!
important
;
}
}
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/Workshop/Welding/list.vue
View file @
7d308a01
...
@@ -87,16 +87,21 @@
...
@@ -87,16 +87,21 @@
},
},
{
{
id
:
2
,
id
:
2
,
label
:
'PLC数控合装胎'
,
label
:
'PLC数控合装胎
1
'
,
code
:
'PLC_CONTROL_TIRE'
code
:
'PLC_CONTROL_TIRE
_1
'
},
},
{
{
id
:
3
,
id
:
3
,
label
:
'PLC数控合装胎2'
,
code
:
'PLC_CONTROL_TIRE_2'
},
{
id
:
4
,
label
:
'板链'
,
label
:
'板链'
,
code
:
'PLATE_CHAIN'
code
:
'PLATE_CHAIN'
},
},
{
{
id
:
4
,
id
:
5
,
label
:
'旋转辊床'
,
label
:
'旋转辊床'
,
code
:
'ROTARY_ROLLER_BED'
code
:
'ROTARY_ROLLER_BED'
}
}
...
...
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