#
whycq
2024-07-17 5412c13b1d7a983fcd97e532b08dfd4ad21eb6c8
pages/order/zlOrderPakin.vue
@@ -28,6 +28,7 @@
         <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>
@@ -222,6 +223,10 @@
      },
      methods: {
         back() { uni.navigateBack({}) },
         clearMatnr() {
            // this.matnr = ''
            this.focuss()
         },
         // 是否满板
         isFullPlt() {
            var temp = this.ck1
@@ -554,6 +559,7 @@
               url: that.baseUrl + '/mobile/comb/auth',
               data: JSON.stringify({
                  fullPlt: that.fullPlt,
                  owner: that.storeId,
                  barcode: that.barcode,
                  combMats: that.dataList
               }),