| | |
| | | <view class="square-2"> |
| | | <view class="square-title"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | | <view class="title-text"><text>托盘条码</text></view> |
| | | <view class="title-text"><text>Штрих-код поддона</text></view> |
| | | </view> |
| | | <view class="square-content"> |
| | | <view class="content-input"> |
| | |
| | | <view class="square-2"> |
| | | <view class="square-title"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | | <view class="title-text"><text>单据编号</text></view> |
| | | <view class="title-text"><text>Номер документа</text></view> |
| | | </view> |
| | | <view class="square-content"> |
| | | <view class="content-input"> |
| | |
| | | |
| | | </view> |
| | | <view class="square-none" v-show="matList.length === 0"> |
| | | <view class="v-show">暂无更多数据...</view> |
| | | <view class="v-show">Нет дополнительных данных...</view> |
| | | </view> |
| | | |
| | | <checkbox-group @change="checkbox"> |
| | |
| | | <checkbox :value="item.id+''" :checked="item.checked" style="display: block;" /> |
| | | </label> |
| | | <view class="data-list-left"> |
| | | <view class="matnr"><text style="width: 700rpx;">编码:{{item.matnr}}</text></view> |
| | | <view><text style="width: 700rpx;">品名:{{item.maktx}}</text></view> |
| | | <view><text style="width: 700rpx;">批号:{{item.batch}}</text></view> |
| | | <view class="matnr"><text style="width: 700rpx;">Код товара:{{item.matnr}}</text></view> |
| | | <view><text style="width: 700rpx;">Наименование товара:{{item.maktx}}</text></view> |
| | | <view><text style="width: 700rpx;">Номер партии:{{item.batch}}</text></view> |
| | | <view> |
| | | <text style="width: 700rpx;">数量:{{item.anfme}}</text> |
| | | <text style="width: 700rpx;">Количество:{{item.anfme}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="data-list-right"> |
| | |
| | | </label> --> |
| | | |
| | | <label class="label-btn" style="width: 150rpx;"> |
| | | <button class="cu-btn" @click="resst()">重置</button> |
| | | <button class="cu-btn" @click="resst()">Сброс</button> |
| | | </label> |
| | | <label class="label-btn"> |
| | | <button class="cu-btn bg-blue " @click="comb()">组托</button> |
| | | <button class="cu-btn bg-blue " @click="comb()">Группировка поддонов</button> |
| | | </label> |
| | | </view> |
| | | |
| | |
| | | <view class="revise-box"> |
| | | <view class="revise-box-top"> |
| | | <view class="color-block-blue"></view> |
| | | <text class="title">组托数量</text> |
| | | <text class="title">Количество сгруппированных поддонов</text> |
| | | </view> |
| | | <view class="text-box"> |
| | | <text>可组数量:{{enableQty}}</text> |
| | | <text>Количество, доступное для группировки:{{enableQty}}</text> |
| | | </view> |
| | | <view class="changeBox flex justify-around"> |
| | | <view class="num-box"> |
| | |
| | | </view> |
| | | <view class="revise-box-buttom"> |
| | | <view> |
| | | <button class="cu-btn bg-blue" @click="confirm()">确认</button> |
| | | <button class="cu-btn bg-blue" @click="confirm()">Подтверждение</button> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | if (res.code === 200) { |
| | | if(res.data) { |
| | | uni.showLoading(); |
| | | that.matList = res.data; |
| | | that.matList = res.data[0].combMats; |
| | | that.orderNo = that.order |
| | | that.initAnfme() |
| | | console.log(that.matList) |
| | | } |
| | | } else if (res.code == 403) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | |
| | | <style> |
| | | /* @import "../../colorui/main.css"; |
| | | @import "../../colorui/icon.css"; */ |
| | | .title-text { |
| | | width: 270px; /* 或你需要的宽度值 */ |
| | | } |
| | | .square-1 .lable { |
| | | display: inline-block; |
| | | float: right; |