| | |
| | | <view class="matnr"><text style="width: 400rpx;">编码:{{item.matnr}}</text></view> |
| | | <view><text style="width: 400rpx;">品名:{{item.maktx}}</text></view> |
| | | <view><text style="width: 400rpx;">批号:{{item.batch}}</text></view> |
| | | <view><text style="width: 400rpx;">规格:{{item.specs}}</text></view> |
| | | <view style="width: 500rpx;"><text>型号:{{item.model}}</text></view> |
| | | <view><text style="width: 400rpx;">库存状态:{{item.cstateid$}}</text></view> |
| | | <view> |
| | | <text style="width: 400rpx;">数量:{{item.anfme}}</text> |
| | | </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"> |
| | | <view class="num-box"> |
| | |
| | | |
| | | }, |
| | | confirm() { |
| | | this.matList[this.rowNum].anfme = this.count |
| | | let arr = this.matList[this.rowNum].origin.split("/") |
| | | console.log(arr); |
| | | let mainAnfme = this.count * parseFloat(arr[1]) * parseFloat(arr[0]) |
| | | let flooredNum = Math.floor(mainAnfme * 10000) / 10000; // 截断到小数点后4位 |
| | | this.matList[this.rowNum].anfme = flooredNum |
| | | this.matList[this.rowNum].weight = this.count |
| | | this.$refs.revise.close() |
| | | }, |
| | | resst() { |
| | |
| | | |
| | | .title { |
| | | display: inline-block; |
| | | float: left; |
| | | font-size: 34rpx; |
| | | font-weight: 700; |
| | | height: 50rpx; |
| | |
| | | |
| | | .data-list { |
| | | border-bottom: 1px solid #d8d8d8; |
| | | height: 220rpx; |
| | | height: 450rpx; |
| | | margin: 15rpx; |
| | | border-radius: 20rpx; |
| | | } |