#
Junjie
1 天以前 d9a7c7c211c15f4a1568c2efdca5b29f5c0f7bf7
pages/basics/backOrderPakin.vue
@@ -9,14 +9,14 @@
            <view class="square-content">
               <view class="content-input">
                  <input v-model="barcode" type="text" placeholder="扫码 / 输入" 
                  :focus="barcodeFocus" @confirm="barcodeInput()" placeholder-style="line-height:  85rpx;">
                  :focus="barcodeFocus" @confirm="barcodeInput()" @input="findMat()" placeholder-style="line-height:  85rpx;">
                  <uni-icons type="closeempty" size="20" color="#dadada" @click="removeBarcode()"></uni-icons>
               </view>
            </view>
         </view>
         
         
         <view class="square-2">
<!--          <view class="square-2">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
               <view class="title-text"><text>检索商品</text></view>
@@ -27,11 +27,8 @@
                  :focus="focus" placeholder-style="line-height:  85rpx;">
                  <uni-icons type="closeempty" size="20" color="#dadada" @click="removeMatnr()"></uni-icons>
               </view>
               <!-- <view class="content-btn">
                  <button class="cu-btn bg-blue pda-btn" @click="selectMat()">+提取</button>
               </view> -->
            </view>
         </view>
         </view> -->
         
         
         <view class="square-1">
@@ -304,7 +301,7 @@
            uni.request({
                url: that.commonUrl + '/mobile/mat/back',
                data: {
                  matnr:that.matnr
                  barcode:that.barcode
                },
                header: {
                  'token':uni.getStorageSync('token')
@@ -314,7 +311,6 @@
                  let res = result.data
                  if (res.code === 200 && res.data) {
                     that.matData = res.data
                     that.matnr = ''
                     uni.navigateTo({
                        url: "matQuerySelect",
                        events: {