c37dd1cd by zhangmeng

旅游

1 parent ae67d96a
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
68 <el-col> 68 <el-col>
69 {{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.mealName }} <span 69 {{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.mealName }} <span
70 style="margin-left: 40px" 70 style="margin-left: 40px"
71 >{{ language == 0 ? '价格' : 'Price' }}</span><span 71 >{{ language == 0 ? '价格' : 'Price' }}</span><span
72 class="price" 72 class="price"
73 >{{ language == 0 ? '¥' + formInfo.mealPrice : '€' + formInfo.mealPriceEn }}</span> 73 >{{ language == 0 ? '¥' + formInfo.mealPrice : '€' + formInfo.mealPriceEn }}</span>
74 <span style="margin-left: 40px">{{ 74 <span style="margin-left: 40px">{{
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
104 <el-col> 104 <el-col>
105 {{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.photoName }} <span 105 {{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.photoName }} <span
106 style="margin-left: 40px" 106 style="margin-left: 40px"
107 >{{ language == 0 ? '价格' : 'Price' }}</span><span 107 >{{ language == 0 ? '价格' : 'Price' }}</span><span
108 class="price" 108 class="price"
109 >{{ language == 0 ? '¥' + formInfo.photoPrice : '€' + formInfo.photoPriceEn }}</span> 109 >{{ language == 0 ? '¥' + formInfo.photoPrice : '€' + formInfo.photoPriceEn }}</span>
110 </el-col> 110 </el-col>
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
510 </el-button> 510 </el-button>
511 511
512 <el-button 512 <el-button
513 v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car')&&language != 0" 513 v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car'||type=='travel')&&language != 0"
514 class="btn-lineG w200px" round 514 class="btn-lineG w200px" round
515 type="primary" 515 type="primary"
516 @click="downInvoice" 516 @click="downInvoice"
...@@ -731,6 +731,7 @@ function getData() { ...@@ -731,6 +731,7 @@ function getData() {
731 } 731 }
732 if (type.value == 'travel') { 732 if (type.value == 'travel') {
733 getTravelOrderInfo() 733 getTravelOrderInfo()
734 checkReceipt()
734 } 735 }
735 } 736 }
736 737
...@@ -974,7 +975,6 @@ function handleView() { ...@@ -974,7 +975,6 @@ function handleView() {
974 975
975 function downInvoice() { 976 function downInvoice() {
976 getremark() 977 getremark()
977 debugger
978 if (form.value.receiptFlag == '0') { 978 if (form.value.receiptFlag == '0') {
979 showSJDialog.value = true 979 showSJDialog.value = true
980 } else { 980 } else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!