pages/pakin/pakin.vue
@@ -7,7 +7,7 @@ @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> @@ -340,7 +340,7 @@ uni.request({ url: that.baseUrl + '/mobile/comb/auth', data: JSON.stringify({ barcode: that.barcode, threeCode: that.barcode, combMats: that.dataList }), method: 'POST',