调整发货单物流信息查询

This commit is contained in:
唐明明
2021-11-10 18:57:51 +08:00
parent c11511e1fa
commit 039fb6300c
8 changed files with 1193 additions and 1019 deletions

View File

@@ -65,11 +65,14 @@
state : newState,
remark: newRemark
}).then(res=>{
uni.showToast({
icon: 'none',
title: '审核成功'
})
this.$Router.back()
uni.showModal({
title : '提示',
content : '订单已审核',
showCancel : false,
success : ()=> {
this.$Router.back()
}
})
})
}
}
@@ -106,9 +109,9 @@
}
}
.submit {
background: #e93340;
background: $mian-color;
color: white;
border-color: #e93340;
margin: $margin*4 $margin 0;
border-color: $mian-color;
margin: $margin;
}
</style>