12
zhang
3 天以前 c4717434cb864536b0f40aa97005af04fa50b49b
pages/AGV/AGVYBPakin.vue
@@ -11,8 +11,8 @@
               @input="barcodeInput()">
         </view>
         <view class="item">
            <view class="code-decs">批次号:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="batch" :focus="batchFocus" @input="findMat()">
            <view class="code-decs">验布码:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="batchCode" :focus="batchFocus" @input="findMat()">
            <!-- <view class="item-right">
               <button></button>
               <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text>
@@ -175,6 +175,7 @@
            rowNum: '',
            matnr: '',
            batch: '',
            batchCode: '',
            weight: '',
            msgType1: 'success',
            msgType: 'success',
@@ -292,7 +293,7 @@
         findMat() {
            let that = this
            uni.request({
               url: that.baseUrl + '/mobile/mat/tiaoma/auth?barcode=' + that.batch,
               url: that.baseUrl + '/mobile/mat/tiaoma/auth?barcode=' + that.batchCode,
               header: {
                  'token': uni.getStorageSync('token')
@@ -303,7 +304,6 @@
                     that.dataList.unshift(result.data)
                     that.focuss()
                  } else if (result.code == 403) {
                     console.info(123)
                     uni.showToast({
                        title: result.msg,
                        icon: "none",
@@ -471,7 +471,7 @@
            uni.request({
               url: that.baseUrl + '/mobile/comb/auth',
               data: JSON.stringify({
                  beBatch: 1,
                  beBatch: 0,
                  barcodeSize: '0',
                  rsta: that.rsta,
                  barcode: that.barcode,