| | |
| | | |
| | | }, |
| | | async submit(status) { |
| | | if (!this.dto.arriveImageList || this.dto.arriveImageList.length < 0) { |
| | | if (!this.dto.arriveImageList || this.dto.arriveImageList.length <= 0) { |
| | | this.$message.showToast('未上传图片') |
| | | return |
| | | } |
| | |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view v-if="status=='PENDING'"> |
| | | <!-- 提交图片 --> |
| | | <view class="delivery-form p20 bg-white br-4"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="button-space"> |
| | | <view class="button-space" style="min-height: 190rpx;"> |
| | | |
| | | </view> |
| | | <view class="button-green-1 button-fixed-bottom" v-if="status=='PENDING'" @click="submit('ARRIVED')"> |
| | | 确认入位 |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <style lang="scss" scope> |