调整发货单物流信息查询
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user