| | |
| | | <text style="width: 400rpx;">主数量:{{item.anfme}}</text> |
| | | </view> |
| | | <view> |
| | | <text style="width: 400rpx;">辅数量:{{item.anfme}}</text> |
| | | <text style="width: 400rpx;">辅数量:{{item.weight}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="data-list-right"> |
| | |
| | | } |
| | | uni.showLoading(); |
| | | uni.request({ |
| | | url: that.commonUrl + '/mobile/comb/auth', |
| | | url: that.commonUrl + '/mobile/comb2/auth', |
| | | data: JSON.stringify({ |
| | | barcode: that.barcode, |
| | | combMats: that.matList |
| | |
| | | var len = this.matList.length |
| | | var add = true |
| | | for (var i = 0; i < len; i++) { |
| | | if (mat.matnr == this.matList[i].matnr) { |
| | | if (mat.matnr == this.matList[i].matnr && mat.batch == this.matList[i].batch) { |
| | | this.matList[i].anfme += mat.anfme |
| | | this.$forceUpdate() // 强制刷新 |
| | | add = false |