qingyiay
2023-07-14 971e1fa03492e34e67edd6346f442d120fbe5343
展示字段和样式修改
3个文件已修改
13 ■■■■ 已修改文件
pages/customer-page/customer-index/customer-index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/customer-index.vue
@@ -37,12 +37,12 @@
                            </view>
                        </view>
                        <view class="third-line">
                            <view class="time-icon">
                            <!-- <view class="time-icon">
                                <view
                                    :style="{backgroundImage: `url(${onlineurl}/appimg/image/banner/carNO.png)`,backgroundSize: 'cover',backgroundRepeat: 'no-repeat',width:'24rpx',height:'24rpx',lineHeight:'24rpx'}">
                                </view>
                            </view>
                            <view class="car-num">{{ item.carNos||item.carNo||''}}</view>
                            </view> -->
                            <view class="car-num">{{ item.code||''}}</view>
                        </view>
                        <view class="third-line">
                            <view class="time-icon">
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -161,11 +161,13 @@
                        this.yyDailyList = res.data.yyDailyList;
                        if (res.data.yyDailyList) {
                            this.total = this.yyDailyList.reduce((prev, cur) => {
                                cur.clean = cur.clean ? cur.clean : 0
                                return prev + cur.clean;
                            }, 0);
                        } else {
                            this.total = 0;
                        }
                        console.log();
                        uni.hideLoading();
                    } else {
                        this.$u.toast('加载失败,请稍后重试');
pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue
@@ -29,6 +29,11 @@
                            v-if="item.orderType">{{ item.orderType||'' }}</view>
                    </view>
                </view>
                <view class="second-line">
                    <view class="coal-name">
                        <view class="">{{ item.orderCode ||''}}</view>
                    </view>
                </view>
                <view class="third-line">
                    <view class="time-icon">
                        <view