skyouc
2025-05-04 668e5ccf4d4f162800c67d94e6bbb9d4a2fd5cfb
pages/rece/standard.vue
@@ -156,7 +156,7 @@
      <view class="cu-bar btn-group foot" v-show="isconfirm">
         <button class="cu-btn text-blue line-blue shadow" @click="prev">上一步</button>
         <button class="cu-btn bg-blue shadow-blur" @click="confirm">提交收货</button>
         <button class="cu-btn bg-blue shadow-blur" :disabled="repeatClick" @click="confirm">提交收货</button>
      </view>
   </view>
@@ -179,7 +179,8 @@
            whAreaId: '',
            list: [],
            range: [],
            isconfirm: false
            isconfirm: false,
            repeatClick: false
         }
      },
      computed: {
@@ -263,7 +264,8 @@
                  icon: "none",
                  title: '请选择收货区'
               })
            } else {
            } else {
               this.repeatClick = true
               const {
                  code,
                  data,
@@ -285,8 +287,8 @@
                     icon: "none",
                     position: 'top'
                  })
               }
               }
               this.repeatClick = false
            }
         },
         async getRece() {