From ac70feeebeec105b407fbe94dda9b76378670da7 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 8 Oct 2025 17:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=9C=AA=E6=8E=A5=E5=8D=95?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=85=81=E8=AE=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillModify.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index 550a9786..093d9135 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -1654,8 +1654,11 @@ methods: { this.sendSiteSelectCount =0; if(this.billCode && this.billCode!=undefined) { this.loading = true; - getWaybillDetail(this.billCode).then(response => { - + getWaybillDetail(this.billCode).then(response => { + if(response.data.orderStatus=='0'){ + this.$modal.msgError('未接单,不允许修改'); + return; + } if(this.$store.getters.ownerSiteCode!='88888'&&this.action!='got'){ if(this.$store.getters.ownerSiteCode!=response.data.sendSiteCode){ this.$modal.msgError('此单归属不允许修改');