| | |
| | | <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="checkBom()"> |
| | | <uni-icons type="close" color="#c1c1c1" @click="clearMatnr"></uni-icons> |
| | | <view class="item-right"> |
| | | <button></button> |
| | | <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> |
| | |
| | | }, |
| | | methods: { |
| | | back() { uni.navigateBack({}) }, |
| | | clearMatnr() { |
| | | // this.matnr = '' |
| | | this.focuss() |
| | | }, |
| | | // 是否满板 |
| | | isFullPlt() { |
| | | var temp = this.ck1 |
| | |
| | | url: that.baseUrl + '/mobile/comb/auth', |
| | | data: JSON.stringify({ |
| | | fullPlt: that.fullPlt, |
| | | owner: that.storeId, |
| | | barcode: that.barcode, |
| | | combMats: that.dataList |
| | | }), |