| | |
| | | @input="barcodeInput()"> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">品番二维码:</view> |
| | | <view class="code-decs">物料二维码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()" maxlength="600"> |
| | | </view> |
| | | </view> |
| | |
| | | uni.request({ |
| | | url: that.baseUrl + '/mobile/comb/auth', |
| | | data: JSON.stringify({ |
| | | barcode: that.barcode, |
| | | threeCode: that.barcode, |
| | | combMats: that.dataList |
| | | }), |
| | | method: 'POST', |
| | |
| | | box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); |
| | | } |
| | | .list:first-child { |
| | | margin-top: 420rpx; |
| | | margin-top: 340rpx; |
| | | } |
| | | .list:last-child { |
| | | margin-bottom: 120rpx; |