c37dd1cd by zhangmeng

旅游

1 parent ae67d96a
......@@ -68,7 +68,7 @@
<el-col>
{{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.mealName }} <span
style="margin-left: 40px"
>{{ language == 0 ? '价格' : 'Price' }}</span><span
>{{ language == 0 ? '价格' : 'Price' }}</span><span
class="price"
>{{ language == 0 ? '¥' + formInfo.mealPrice : '€' + formInfo.mealPriceEn }}</span>
<span style="margin-left: 40px">{{
......@@ -104,7 +104,7 @@
<el-col>
{{ language == 0 ? '套餐' : 'Package' }}{{ formInfo.photoName }} <span
style="margin-left: 40px"
>{{ language == 0 ? '价格' : 'Price' }}</span><span
>{{ language == 0 ? '价格' : 'Price' }}</span><span
class="price"
>{{ language == 0 ? '¥' + formInfo.photoPrice : '€' + formInfo.photoPriceEn }}</span>
</el-col>
......@@ -510,7 +510,7 @@
</el-button>
<el-button
v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car')&&language != 0"
v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car'||type=='travel')&&language != 0"
class="btn-lineG w200px" round
type="primary"
@click="downInvoice"
......@@ -731,6 +731,7 @@ function getData() {
}
if (type.value == 'travel') {
getTravelOrderInfo()
checkReceipt()
}
}
......@@ -974,7 +975,6 @@ function handleView() {
function downInvoice() {
getremark()
debugger
if (form.value.receiptFlag == '0') {
showSJDialog.value = true
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!