zjj
2025-04-18 138f4305197217769ba59c8008c87d933e585eee
pages/listing/untie.vue
@@ -4,6 +4,7 @@
         <view class="cu-form-group margin-top">
            <view class="title">容器号</view>
            <input placeholder="请扫描容器号" v-model="container" focus></input>
            <text class='cuIcon-search text-blue' </text>
         </view>
         <view class="cu-form-group ">
@@ -142,8 +143,13 @@
                  position: 'top'
               })
            }
         },
         scrollTo() {
            const ref = this.$refs[`${this.barcode}ref`][0];
            uni.pageScrollTo({
               scrollTop: ref.$el.offsetTop,
               duration: 300
            })
         },
         remove(index) {
            this.list.splice(index, 1);