| | |
| | | <uni-transition :duration="duration" :mode-class="infoMode" :show="infoViewShow"> |
| | | <view class="home-view"> |
| | | <view class="head"> |
| | | <text>入库屏</text> |
| | | <image src="../../static/head.png" mode="" class="head-image"></image> |
| | | <text style="z-index: 999;">入库屏</text> |
| | | </view> |
| | | <!-- 日历 --> |
| | | <view class="time-tools">{{calendar}}</view> |
| | |
| | | count: "", |
| | | error: "" |
| | | }, |
| | | swiperList: [], |
| | | swiperList: [ |
| | | { |
| | | maktx: 1, |
| | | storeReplenishment: '123123', |
| | | storeAdd: '123123', |
| | | beBatch$: '123', |
| | | appeTime$: '2024年3月1日 21点14分', |
| | | overTime$: '2024年3月1日 21点14分' |
| | | } |
| | | ], |
| | | inspect: 'inspectRed' |
| | | } |
| | | }, |
| | |
| | | // this.getError() |
| | | // this.getInfo2() |
| | | // this.getError2() |
| | | this.getInfo3() |
| | | // this.getInfo3() |
| | | // this.controller() |
| | | },1000) |
| | | |
| | |
| | | .home-view { |
| | | width: 100vw; |
| | | min-height: 100vh; |
| | | background-image: url(../../static/background.png); |
| | | background-size: 100vw 100vh; |
| | | /* background-image: url(../../static/head.png); |
| | | background-size: 50vw 10vh; |
| | | background-repeat: no-repeat; */ |
| | | } |
| | | .home-right { |
| | | width: 50vw; |
| | |
| | | justify-content: center; |
| | | transform: scale(0.7); |
| | | } |
| | | .head-image { |
| | | width: 80%; |
| | | position: absolute; |
| | | z-index: 1; |
| | | } |
| | | .time-tools { |
| | | position: absolute; |
| | | right: 2%; |
| | |
| | | } |
| | | .button-left { |
| | | position: absolute; |
| | | background-image: url(../../static/right.png); |
| | | background-image: url(../../static/headleft.png); |
| | | background-size: 100% 100%; |
| | | top: 1.8%; |
| | | left: 21.3%; |