@@ -241,12 +271,12 @@ export default {
this.array2 = res.result.productionList
this.group01 = [...res.result.materialTask]
this.group02 = [...res.result.productionTask]
+ this.group03 = [...res.result.materialYJTask]
for (let i = 0; i < this.group01.length; i++) {
- if (i === 16 || i === 17 || i === 18 || i === 19 || i === 36 || i === 37 || i === 38 || i === 39) {
- this.group01[i] = Object.assign(this.group01[i], {coordinate: 'coordinate2', aline: 'aline2', bline: 'bline2', show: 0})
- } else {
- this.group01[i] = Object.assign(this.group01[i], {coordinate: 'coordinate1', aline: 'aline1', bline: 'bline1', show: 0})
- }
+ this.group01[i] = Object.assign(this.group01[i], {coordinate: 'coordinate1', aline: 'aline1', bline: 'bline1', show: 0})
+ }
+ for (let i = 0; i < this.group03.length; i++) {
+ this.group03[i] = Object.assign(this.group03[i], {coordinate: 'coordinate2', aline: 'aline2', bline: 'bline2', show: 0})
}
for (let i = 0; i < this.group02.length; i++) {
if (i === 16 || i === 17 || i === 18 || i === 19 || i === 36 || i === 37 || i === 38 || i === 39) {
@@ -326,7 +356,7 @@ export default {
margin 12px auto
.top_wrapper
position relative
- height 50%
+ height 60%
.tag_block
position absolute
// bottom .1rem
@@ -379,20 +409,20 @@ export default {
.yard_group_ul_1
width 100%
position absolute
- grid-template-columns repeat(20, 100% / 20)
+ grid-template-columns repeat(16, 80% / 16)
// grid-template-rows repeat(2, 1.8rem / 2)
- grid-template-rows repeat(2, 90px)
+ grid-template-rows repeat(3, 110px)
.yard_group_ul_2
width 100%
position absolute
grid-template-columns repeat(20, 100% / 20)
// grid-template-rows repeat(2, 1.8rem / 2)
- grid-template-rows repeat(3, 90px)
+ grid-template-rows repeat(3, 110px)
.yard_group_ul_3
- width 40%
- grid-template-columns repeat(8, 100% / 8)
+ width 15%
+ grid-template-columns repeat(3, 100% / 3)
// grid-template-rows repeat(2, 1.8rem / 2)
- grid-template-rows repeat(3, 90px)
+ grid-template-rows repeat(2, 110px)
.yard_group_cell
position relative
display inline-block
@@ -436,7 +466,7 @@ height 90px
position absolute
width 60%
width 100%
- height 60px
+ height 80px
overflow hidden
background center center / 100% 100% url(../assets/images/cp1.jpg) no-repeat
margin 0 auto
@@ -462,7 +492,7 @@ height 90px
.locate-content
position absolute
width 2.9rem
- height 2.56rem
+ height 2.74rem
z-index 99
background center center / 100% 100% url(../assets/images/popover_1.png) no-repeat
padding .36rem .15rem
@@ -487,7 +517,7 @@ height 90px
cursor pointer
.bottom_wrapper
width 100%
- height 50%
+ height 40%
padding-top 20px
_fj(row)
.bottom_wrapper_l