订单未接单,不允许修改
This commit is contained in:
parent
ce7c906bb5
commit
ac70feeebe
@ -1654,8 +1654,11 @@ methods: {
|
|||||||
this.sendSiteSelectCount =0;
|
this.sendSiteSelectCount =0;
|
||||||
if(this.billCode && this.billCode!=undefined) {
|
if(this.billCode && this.billCode!=undefined) {
|
||||||
this.loading = true;
|
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!='88888'&&this.action!='got'){
|
||||||
if(this.$store.getters.ownerSiteCode!=response.data.sendSiteCode){
|
if(this.$store.getters.ownerSiteCode!=response.data.sendSiteCode){
|
||||||
this.$modal.msgError('此单归属不允许修改');
|
this.$modal.msgError('此单归属不允许修改');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user