#
whycq
2023-05-06 d44a9d2e34f17ba2ad9d8ad915214d86de2e8e00
pages/order/orderPakin.vue
@@ -1,11 +1,6 @@
<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>
            <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
@@ -148,9 +143,7 @@
            baseUrl: '',
            token: '',
            order: '',
            orderFocus: true,
            barcode: '',
            barcodeFocus: '',
            dataList: [],
            count: 0,
            rowNum: '',
@@ -162,7 +155,7 @@
            messageText: '',
            title: '',
            content: '',
            barcodeFocus: false,
            barcodeFocus: true,
            matFocus: false,
            matData: ''
         }