上传缴费凭证
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -255,6 +255,10 @@ function Rebook(row) { | ... | @@ -255,6 +255,10 @@ function Rebook(row) { |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | function goDetail(b) { | 257 | function goDetail(b) { |
| 258 | if(b.uploadMergeId && b.uploadMergeId != 0){ | ||
| 259 | 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.') | ||
| 260 | return | ||
| 261 | } | ||
| 258 | router.push({ | 262 | router.push({ |
| 259 | name: 'bookingPay', | 263 | name: 'bookingPay', |
| 260 | query: { | 264 | query: { | ... | ... |
-
Please register or sign in to post a comment