cafeb030 by 张威

上传缴费凭证

1 parent 45e192de
......@@ -255,6 +255,10 @@ function Rebook(row) {
}
function goDetail(b) {
if(b.uploadMergeId && b.uploadMergeId != 0){
proxy.$modal.msgWarning(language.value == 0 ?'该订单合并上传付款凭证,如需修改,请勾选订单,并点击【合并上传缴费单】,重新上传付款凭证' : 'The payment proof for this order has been uploaded in combination. If modifications are needed, please select the order, click [Upload Combined Payment Proof], and re-upload the payment proof.')
return
}
router.push({
name: 'bookingPay',
query: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!