#
whycq
2023-05-06 d44a9d2e34f17ba2ad9d8ad915214d86de2e8e00
pages/order/orderPutDown.vue
@@ -1,23 +1,16 @@
<template>
   <view>
      <view class="code">
         <!-- <view class="item">
            <view class="code-decs">订单号:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="order" :focus="orderFocus"
               @input="orderInput()" disabled>
         </view> -->
         <view class="item">
            <view class="code-decs">托盘码:</view>
            <view class="code-decs">库位码:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
               @confirm="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()">
            <view class="item-right">
               <button></button>
               <!-- <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> -->
               <!-- <uni-icons type="right" color="#c1c1c1"></uni-icons> -->
            </view>
         </view>
      </view>
@@ -300,9 +293,9 @@
               }
            }
            uni.request({
               url: that.baseUrl + '/mobile/comb/auth',
               url: that.baseUrl + '/mobile/manDetl/out',
               data: JSON.stringify({
                  locno: that.barcode,
                  locNo: that.barcode,
                  combMats: that.dataList
               }),
               method: 'POST',