Commit d891a356 authored by 黄奎's avatar 黄奎

页面修改

parent 3f871a74
......@@ -2327,8 +2327,8 @@
= <font>{{CtObj.C_TotalPrice}}</font>
</p>
<p>
含:景点第一道门票、<font>{{CtObj.C_IncludeRemark}}</font>午(晚)餐费、往返车费、
导游服务费:<font>{{CtObj.C_IncludeFee}}</font>
含:<font>{{CtObj.C_IncludeRemark}}</font>
费用:<font>{{CtObj.C_IncludeFee}}</font>
不含:<font>{{CtObj.C_NonIncludeRemark}}</font>
</p>
<p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font>
......
......@@ -1648,8 +1648,8 @@
= <font>{{CtObj.C_TotalPrice}}</font>元。
</p>
<p>
含:景点第一道门票、<font>{{CtObj.C_IncludeRemark}}</font>午(晚)餐费、往返车费、
导游服务费:<font>{{CtObj.C_IncludeFee}}</font>
含:<font>{{CtObj.C_IncludeRemark}}</font>
费用:<font>{{CtObj.C_IncludeFee}}</font>
不含:<font>{{CtObj.C_NonIncludeRemark}}</font>
</p>
<p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font></p>
......
......@@ -726,10 +726,10 @@
</tr>
<tr>
<td>
<el-form-item label="含:景点第一道门票、" style="display:inline-block;">
<el-form-item label="含:" style="display:inline-block;">
<el-input type="text" class="w150" v-model="CtObj.C_IncludeRemark"></el-input>
</el-form-item>
<el-form-item label="午(晚)餐费、往返车费、导游服务费" label-width="250px" style="display:inline-block;">
<el-form-item label="费用" label-width="250px" style="display:inline-block;">
<el-input type="text" class="w150" @keyup.native="checkPrice(CtObj,'C_IncludeFee')"
v-model="CtObj.C_IncludeFee"></el-input>
</el-form-item>
......
......@@ -61,7 +61,7 @@
addMsg.CustomerType == 2 ||
addMsg.CustomerType == ''
">
<el-select v-model="addMsg.CustomerId" filterable :placeholder="$t('pub.pleaseSel')" @change="getSspt">
<el-select v-model="addMsg.CustomerId" filterable :placeholder="$t('pub.pleaseSel')" @change="changeCustomer">
<el-option v-for="item in customerList" :label="item.customerName + '-' + item.contact"
:value="item.customerId" :key="item.customerId">
</el-option>
......@@ -1573,8 +1573,7 @@
if (res.data.resultCode == 1) {
this.ScenicRefundList = res.data.data;
this.ScenicRefundList.forEach((item) => {
item["ScenicName"] =
item.CouponsName + " -¥" + this.moneyFormat(item.RefundMoney);
item["ScenicName"] = item.CouponsName + " -¥" + this.moneyFormat(item.RefundMoney);
});
}
},
......@@ -1592,7 +1591,7 @@
);
},
//客户品牌
getSspt() {
changeCustomer() {
//给非直客 隐藏电话姓名赋值
let obj = this.customerList.find(
(item) => item.customerId == this.addMsg.CustomerId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment