qingyiay
2023-10-10 d393b6dd9964bd22d4ab91c37a3bfb6116fd9fca
增加状态 修改部分细节
7个文件已修改
19 ■■■■ 已修改文件
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/loadUnload-detail/loadUnload-detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -123,7 +123,7 @@
                orderCode: null,
                orderPlanDetail: {},
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
                ],
                yyDailyList: [],
                // 领取数量
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -102,7 +102,7 @@
                yyDailyList: {},
                orderPlanDetail: {},
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
                ],
                index: ''
            };
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -331,7 +331,7 @@
                faYunDetailobj: {},
                modalShow: false,
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
                ]
            };
        },
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -3,7 +3,7 @@
        <view class="top-banner"
            style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/loadingbanner.png') no-repeat;background-size: cover;">
            <u-notice-bar :text="originInfoNotice"
                v-if="originInfoVisible"
                v-if="haveInputOrigin"
                fontSize='36'></u-notice-bar>
            <view class="top-information">
                <view class="cutomer-name"
@@ -336,7 +336,7 @@
                    serviecePhone: ''
                },
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
                ], // 状态
                weighHouseCode: '',
                // 放空弹窗控制变量
@@ -434,7 +434,7 @@
            coalContactClean() {
                let xx = BigNumber(this.originInfoForm.coalContactHair ? this.originInfoForm.coalContactHair : 0)
                let yy = BigNumber(this.originInfoForm.coalContactSkin ? this.originInfoForm.coalContactSkin : 0)
                return xx.minus(yy).toNumber().toFixed(2) || ''
                return xx.minus(yy).toNumber() > 0 ? xx.minus(yy).toNumber().toFixed(2) : 0
            },
            currentTime() {
                let currentDate = new Date();
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -208,7 +208,8 @@
        </view>
        <view v-show="isExceedOrigin"
            style="color: #ff6363;width: auto;margin: 0 auto;">
            超出毛重,磅房人员确认中,请勿离开此页面
            <text v-if="weighList.orderType == '外购'">超出原发毛重,磅房人员确认中,请勿离开此页面</text>
            <text v-else>超出最大毛重,磅房人员确认中,请勿离开此页面</text>
        </view>
        <!-- 放空弹窗 -->
        <view class="evacuationModal">
pages/loadUnload-page/loadUnload-detail/loadUnload-detail.vue
@@ -83,7 +83,7 @@
                loading: false,
                id: "",
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
                    '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
                ], // 状态
            }
        },
pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails.vue
@@ -94,7 +94,7 @@
                id: '',
                faYunDetailobj: {},
                coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
                    '进入场院', '异常审核中', '打印中', '打印中'
                    '进入场院', '异常审核中', '打印中', '打印中', '填写'
                ]
            };
        },