| | |
| | | <template> |
| | | <view> |
| | | <view class="list list-font-color" :class="locMast.color" v-for="(locMast,index) in dataList" :key="index"> |
| | | <view class="list list-font-color" :class="locDetl.color" v-for="(locDetl,index) in dataList" :key="index"> |
| | | <view class="list-left"> |
| | | <view class="detl-threeCode">{{locMast.locNo}}</view> |
| | | <view>库位状态:{{locMast.locSts$}}</view> |
| | | <view>库位类型:{{locMast.locType1$}}</view> |
| | | <view>货架码:{{locMast.barcode}}</view> |
| | | <view style="display: flex;"> |
| | | <view style="flex:1">排:<text style="font-size: 22px;font-weight: bold;">{{locMast.row1}}</text></view> |
| | | <view style="flex:1">列:<text style="font-size: 22px;font-weight: bold;">{{locMast.bay1}}</text></view> |
| | | <view style="flex:1">层:<text style="font-size: 22px;font-weight: bold;">{{locMast.lev1}}</text></view> |
| | | </view> |
| | | <view>销售订单号:{{locDetl.threeCode}}</view> |
| | | <view>主订单号:{{locDetl.orderNo}}</view> |
| | | <view>商品编码:{{locDetl.matnr}}</view> |
| | | <view>商品名称:{{locDetl.maktx}}</view> |
| | | <view>库存:{{locDetl.anfme}}</view> |
| | | <view>调整库存为:{{locDetl.barcode}}</view> |
| | | </view> |
| | | <view class="list-right" @click="goToLocDetl(locMast)"> |
| | | <view class="list-right" @click="goToLocDetl(locDetl)"> |
| | | <uni-icons type="right" size="25" color="#fff"></uni-icons> |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | <!-- 底部操作按钮 --> |
| | | <view class="buttom"> |
| | | <button size="mini" type="primary" @click="agvStart('warn')">添加物料</button> |
| | | </view> |
| | | </view> |
| | | </template> |