1
xuxueyang
2024-08-28 ad05f0a84af868e16db55dda6688f0c539e7a670
1
已修改3个文件
12 ■■■■■ 文件已修改
common/global.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/order-delivery-detail.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/global.scss
@@ -84,7 +84,7 @@
    position: relative;
    .button-space{
        // border: 2rpx solid #EEEEEE;
        min-height: 140rpx;
        min-height: 160rpx;
    }
    .value-items{
        
pages/order/order-delivery-detail.vue
@@ -67,7 +67,7 @@
            },
            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
                }
@@ -167,7 +167,7 @@
                </view>
            </view>
        </view>
        <view v-if="status=='PENDING'">
            <!-- 提交图片 -->
            <view class="delivery-form p20 bg-white br-4">
@@ -201,13 +201,14 @@
                </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>
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -55,6 +55,8 @@
</script>
<template>
    <view class="delivery-detail-page bg-white p20">
        <no-data v-if="!dto.id" style="width: 100%;"></no-data>
        <view v-if="dto.id">
            <view class="delivery-info p10 flex">
                <view class="flex1">
@@ -100,6 +102,7 @@
        font-weight: 400;
        font-size: 28rpx;
        line-height: 40rpx;
        min-height: 99vh;
        .arrive-img {
            width: 96rpx;