Commit ed7700f3 authored by 李志鸣's avatar 李志鸣

fea(Avi Led 轮播): 电泳、钣金、密封防腐模块开发

parent ea104d86
This diff is collapsed.
<template>
<div class="page-pack">
<div class="container">
<div class="view-pack">
<!-- 第一行 -->
<div class="HDG1-57"></div>
<div class="HDG1-67"></div>
<div class="HDG1-68"></div>
<div class="HDG1-69"></div>
<div class="HDG1-70"></div>
<!-- 第二行 -->
<div class="HDG1-58"></div>
<div class="HDG1-71"></div>
<div class="HDG1-72"></div>
<div class="HDG1-73"></div>
<div class="HDG1-74"></div>
<div class="HDG5-8"></div>
<!-- 第三行 -->
<div class="HDG1-75"></div>
<div class="HDG1-76"></div>
<div class="HDG1-77"></div>
<div class="HDG1-78"></div>
<div class="HDG1-79"></div>
<div class="HDG5-9"></div>
<!-- 第四行 -->
<div class="HDG1-80"></div>
<div class="HDG1-81"></div>
<div class="HDG1-82"></div>
<div class="HDG1-83"></div>
<div class="HDG1-84"></div>
<div class="HDG5-10"></div>
<!-- 第五行 -->
<div class="HDG1-85"></div>
<div class="HDG1-86"></div>
<div class="HDG1-87"></div>
<div class="HDG1-88"></div>
<div class="HDG1-89"></div>
<div class="HDG5-11"></div>
</div>
</div>
</div>
</template>
<script>
export default {
data () {
return {}
}
}
</script>
<style lang="scss" scoped>
.page-pack {
width: 100%;
height: 100%;
.container {
width: 1556px;
height: 1037px;
background: url("../../../assets/images/LedCarouselAvi/sealed_anticorrosion-bg.png");
overflow: hidden;
position: relative;
// 显示区域
.view-pack {
width: 1338px;
height: 527px;
margin-top: 255px;
margin-left: 109px;
position: relative;
div {
width: 70px;
height: 40px;
position: absolute;
background: url("../../../assets/images/LedCarouselAvi/car.png");
background-position: center 0;
background-repeat: no-repeat;
background-size: 100% 100%;
}
// 第一行
.HDG1-57 {
top: 37px;
left: 36px;
}
.HDG1-67 {
top: 37px;
left: 234px;
}
.HDG1-68 {
top: 37px;
left: 429px;
}
.HDG1-69 {
top: 37px;
left: 627px;
}
.HDG1-70 {
top: 37px;
left: 823px;
}
// 第二行
.HDG1-58 {
top: 124px;
left: 36px;
}
.HDG1-71 {
top: 124px;
left: 234px;
}
.HDG1-72 {
top: 124px;
left: 429px;
}
.HDG1-73 {
top: 124px;
left: 627px;
}
.HDG1-74 {
top: 124px;
left: 823px;
}
.HDG5-8 {
top: 120px;
left: 1154px;
}
// 第三行
.HDG1-75 {
top: 203px;
left: 80px;
}
.HDG1-76 {
top: 207px;
left: 234px;
}
.HDG1-77 {
top: 207px;
left: 429px;
}
.HDG1-78 {
top: 207px;
left: 627px;
}
.HDG1-79 {
top: 207px;
left: 823px;
}
.HDG5-9 {
top: 207px;
left: 1154px;
}
// 第四行
.HDG1-80 {
top: 291px;
left: 76px;
}
.HDG1-81 {
top: 291px;
left: 285px;
}
.HDG1-82 {
top: 291px;
left: 476px;
}
.HDG1-83 {
top: 291px;
left: 689px;
}
.HDG1-84 {
top: 291px;
left: 880px;
}
.HDG5-10 {
top: 291px;
left: 1154px;
}
// 第五行
.HDG1-85 {
top: 377px;
left: 35px;
}
.HDG1-86 {
top: 377px;
left: 234px;
}
.HDG1-87 {
top: 377px;
left: 429px;
}
.HDG1-88 {
top: 377px;
left: 627px;
}
.HDG1-89 {
top: 377px;
left: 823px;
}
.HDG5-11 {
top: 377px;
left: 1194px;
}
}
}
}
</style>
\ No newline at end of file
This diff is collapsed.
<template>
<div class="page-pack">
<div class="container"></div>
<div class="container">
<!-- 电泳工作区 -->
<!-- <Electrophoresis></Electrophoresis> -->
<!-- 钣金工作区 -->
<!-- <SheetMetal></SheetMetal> -->
<!-- 密封防腐工作区 -->
<SealedAnticorrosion></SealedAnticorrosion>
</div>
</div>
</template>
<script>
import Electrophoresis from './components/Electrophoresis'
import SheetMetal from './components/SheetMetal'
import SealedAnticorrosion from './components/SealedAnticorrosion'
export default {
components: {
Electrophoresis,
SheetMetal,
SealedAnticorrosion
},
data () {
return {}
}
......@@ -21,7 +37,6 @@
width: 1556px;
height: 1037px;
margin: 0 auto;
background: url("../../assets/images/LedCarouselAvi/test.png") no-repeat;
}
}
</style>
\ No newline at end of file
......@@ -178,11 +178,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -214,11 +214,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
......@@ -193,11 +193,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -229,11 +229,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
......@@ -198,11 +198,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -234,11 +234,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
......@@ -212,11 +212,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -248,11 +248,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
......@@ -178,11 +178,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -214,11 +214,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
......@@ -178,11 +178,11 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
return new Promise((resolve, reject) => {
this.$fetch('equipment-controller/data-post', queryParams).then((response) => {
this.tableConfig.data = _.cloneDeep(response.list)
......@@ -214,11 +214,11 @@
searchCode: this.currentSearchCode,
filters: _.cloneDeep(this.searchList.filters) || []
}
queryParams.filters.push({
fieldCode: 'workshopCode',
fieldType: 'STRING',
value: this.currentWorkshopCode
})
// queryParams.filters.push({
// fieldCode: 'workshopCode',
// fieldType: 'STRING',
// value: this.currentWorkshopCode
// })
try {
let response = await request({
url: `${process.env.API_HOST}/api/equipment/data/export`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment