| | |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" |
| | | @input="barcodeInput()"> |
| | | </view> |
| | | <view class="item"> |
| | | <!-- <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()"> |
| | | <!-- <view class="item-right"> |
| | |
| | | <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> |
| | | <uni-icons type="right" color="#c1c1c1"></uni-icons> |
| | | </view> --> |
| | | </view> |
| | | <!-- </view> --> --> |
| | | </view> |
| | | <view class="mat-list-title"> |
| | | 商品列表 |
| | |
| | | return; |
| | | } |
| | | for (var i = 0; i < that.dataList.length; i++) { |
| | | if (that.dataList[i].review !== "已复核" ) { |
| | | this.messageText = that.dataList[i].matnr + '未复核' |
| | | this.messageToggle('error') |
| | | return; |
| | | } |
| | | // if (that.dataList[i].review !== "已复核" ) { |
| | | // this.messageText = that.dataList[i].matnr + '未复核' |
| | | // this.messageToggle('error') |
| | | // return; |
| | | // } |
| | | if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') { |
| | | this.messageText = that.dataList[i].matnr + '组托数量不能为0' |
| | | this.messageToggle('error') |