| | |
| | | display-multiple-items="3" |
| | | circular="true" :autoplay="true" :interval="3000" :duration="2000"> |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <view style="width: 20%;">{{i+1}}\{{swiperList.length}}</view> |
| | | <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> |
| | | <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> --> |
| | | <view style="width: 40%;">名称: {{item.maknx}}</view> |
| | | <view style="width: 40%;">客户: {{item.manu}}</view> |
| | | <view style="width: 30%;">客户: {{item.manu}}</view> |
| | | |
| | | |
| | | <view style="width: 20%;">数量: {{item.count}}</view> |
| | | <view style="width: 30%;">出库: {{item.count}} / 总数: {{item.total}}</view> |
| | | <view style="width: 40%;">规格: {{item.specs}}</view> |
| | | <view style="width: 40%;">备注: {{item.memo}}</view> |
| | | <view style="width: 30%;">备注: {{item.memo}}</view> |
| | | |
| | | |
| | | </swiper-item> |
| | |
| | | <!-- 弹出title --> |
| | | <view class="eject-title">修改 / 配置</view> |
| | | <!-- input --> |
| | | <view class="eject-input"> |
| | | <scroll-view scroll-y class="eject-input"> |
| | | <view class="item"> |
| | | <view class="desc">ip:</view> |
| | | <view class="input"> |
| | |
| | | <input type="text" v-model="baseUrl"> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <!-- button --> |
| | | <view class="eject-button"> |
| | | <view class="button-item" @click="ejectClose">取 消</view> |
| | |
| | | text-align: center; |
| | | } |
| | | .eject-input { |
| | | |
| | | margin-top: 2vh; |
| | | height: 25vh; |
| | | /* background-color: #00163E; */ |
| | | ::-webkit-scrollbar{display:none} |
| | | } |
| | | .item { |
| | | display: flex; |
| | | align-items: center; |
| | | margin: 2vh 0 0 0; |
| | | margin: 1vh 0 0 0; |
| | | font-size: 1.5vw; |
| | | color: #363636; |
| | | } |