| | |
| | | <view class="mian-item"> |
| | | <view class="mian-item-box"> |
| | | <view style="width: 100%;height: 100%;"> |
| | | <view style="height: 35%;"> |
| | | <view style="height: 48%;"> |
| | | <!-- 折线图 --> |
| | | <y-box> |
| | | <view class="box-item"> |
| | |
| | | <view style="height: 2%;"></view> |
| | | |
| | | |
| | | <view style="height: 43%;"> |
| | | <view style="height: 50%;"> |
| | | <y-box> |
| | | <view class="box-item"> |
| | | <view class="flex-row" style="width: 100%;"> |
| | |
| | | |
| | | </y-box> |
| | | </view> |
| | | <view style="height: 2%;"></view> |
| | | <!-- <view style="height: 2%;"></view> |
| | | <view style="height: 18%" class="flex-row"> |
| | | <image style="height: 100%;" |
| | | src="../../static/barcode.png" mode="aspectFit"></image> |
| | | <image style="height: 100%;" |
| | | src="../../static/zy_logo.png" mode="aspectFit"></image> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view style="line-height: 1.5; white-space: nowrap;">任务号:{{infoText.workNo}}</view> |
| | | <view>订单号</view> |
| | | </view> |
| | | <view style="width: 15%;">商品编号</view> |
| | | <view style="width: 15%;">商品名称</view> |
| | | <view style="width: 10%;">托盘码</view> |
| | | <view style="width: 15%;">批号</view> |
| | | <view style="width: 20%;">物料编号</view> |
| | | <view style="width: 25%;">物料名称</view> |
| | | <view style="width: 10%;">料箱码</view> |
| | | <!-- <view style="width: 15%;">批号</view> --> |
| | | <view style="width: 10%;">数量</view> |
| | | <view style="width: 10%;">目标库位</view> |
| | | <view style="width: 10%;">源库位</view> |
| | |
| | | <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> |
| | | <!-- <view>No:{{i+1}}</view> --> |
| | | <view style="width: 15%;">{{item.orderNo}}</view> |
| | | <view style="width: 15%;word-break: break-all;">{{item.matnr}}</view> |
| | | <view style="width: 15%;word-break: break-all;">{{item.maknx}}</view> |
| | | <view style="width: 20%;word-break: break-all;">{{item.matnr}}</view> |
| | | <view style="width: 25%;word-break: break-all;">{{item.maknx}}</view> |
| | | <view style="width: 10%;">{{infoText.barcode}}</view> |
| | | <view style="width: 15%;word-break: break-all;">{{item.batch}}</view> |
| | | <!-- <view style="width: 15%;word-break: break-all;">{{item.batch}}</view> --> |
| | | <view style="width: 10%;">{{item.anfme}}</view> |
| | | <view style="width: 10%;">{{infoText.locNo}}</view> |
| | | <view style="width: 10%;">{{infoText.sourceLocNo}}</view> |
| | |
| | | baseLedId: '', |
| | | baseCrnId: '', |
| | | baseUrl: '', |
| | | apiIp: '192.168.5.101', |
| | | apiIp: '127.0.0.1', |
| | | apiPort: '9090', |
| | | apiUrl: 'jsjwcs', |
| | | apiUrl: 'djwcs', |
| | | ledInfosApi: '/console/getLedInfos', |
| | | info: null, |
| | | error: null, |