| | |
| | |
|
| | | <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>
|
| | |
| | | whAreaId: '',
|
| | | list: [],
|
| | | range: [],
|
| | | isconfirm: false
|
| | | isconfirm: false, |
| | | repeatClick: false
|
| | | }
|
| | | },
|
| | | computed: {
|
| | |
| | | icon: "none",
|
| | | title: '请选择收货区'
|
| | | })
|
| | | } else {
|
| | | } else { |
| | | this.repeatClick = true
|
| | | const {
|
| | | code,
|
| | | data,
|
| | |
| | | icon: "none",
|
| | | position: 'top'
|
| | | })
|
| | | }
|
| | |
|
| | | } |
| | | this.repeatClick = false
|
| | | }
|
| | | },
|
| | | async getRece() {
|