陶杰
2025-01-13 94a21e0b73d3d0e4fe0c9aad8fb3cfc256aa6245
1.订单提交新增没有平台运输方式不可提交
已修改1个文件
15 ■■■■■ 文件已修改
sub_pages/customer/shopping/confirm.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shopping/confirm.vue
@@ -319,6 +319,21 @@
            },
            async submitOrder() {
                console.log('submitOrder', this.dto)
                // if(!this.transportExistsFlag){
                //     this.$message.showToast('当前平台没有运输方式,无法下单')
                //         return
                // }
                if(!(this.partnerInfo&&this.partnerInfo.id)&&(!this.currentInfo.customerDTO||!this.currentInfo.customerDTO.partnerId)){
                    if(!this.transportExistsFlag){
                        this.$message.showToast('当前平台没有运输方式,无法下单')
                            return
                    }
                }
                if (this.currentInfo.customerDTO && this.currentInfo.customerDTO.partnerId) {
                } else {