#
zjj
2025-06-16 befe56903ca496dfa9bd176a5daa3669e8965ce9
pages/rece/other.vue
@@ -3,7 +3,7 @@
      <form>
         <view class="cu-form-group margin-top" v-show="!isconfirm">
            <view class="title">ASN单号</view>
            <input placeholder="请扫描ASN单号" v-model="asncode" @input="search" focus></input>
            <input placeholder="请扫描ASN单号" v-model="asncode" focus></input>
            <text class='cuIcon-close text-gray margin-right-xs' v-show="asncode!==''" @click="clearCode"></text>
            <!-- <text class='cuIcon-search text-blue' @click="search"></text> -->
         </view>
@@ -251,6 +251,9 @@
         clear() {
            this.list = []
            this.barcode = ''
            this.asncode = ''
            this.whAreaId = ''
            this.range = []
         },
         next() {
            if (this.list.length) {