cafeb030 by 张威

上传缴费凭证

1 parent 45e192de
...@@ -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: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!