Commit d891a356 authored by 黄奎's avatar 黄奎

页面修改

parent 3f871a74
...@@ -2327,8 +2327,8 @@ ...@@ -2327,8 +2327,8 @@
= <font>{{CtObj.C_TotalPrice}}</font> = <font>{{CtObj.C_TotalPrice}}</font>
</p> </p>
<p> <p>
含:景点第一道门票、<font>{{CtObj.C_IncludeRemark}}</font>午(晚)餐费、往返车费、 含:<font>{{CtObj.C_IncludeRemark}}</font>
导游服务费:<font>{{CtObj.C_IncludeFee}}</font> 费用:<font>{{CtObj.C_IncludeFee}}</font>
不含:<font>{{CtObj.C_NonIncludeRemark}}</font> 不含:<font>{{CtObj.C_NonIncludeRemark}}</font>
</p> </p>
<p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font> <p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font>
......
...@@ -1648,8 +1648,8 @@ ...@@ -1648,8 +1648,8 @@
= <font>{{CtObj.C_TotalPrice}}</font>元。 = <font>{{CtObj.C_TotalPrice}}</font>元。
</p> </p>
<p> <p>
含:景点第一道门票、<font>{{CtObj.C_IncludeRemark}}</font>午(晚)餐费、往返车费、 含:<font>{{CtObj.C_IncludeRemark}}</font>
导游服务费:<font>{{CtObj.C_IncludeFee}}</font> 费用:<font>{{CtObj.C_IncludeFee}}</font>
不含:<font>{{CtObj.C_NonIncludeRemark}}</font> 不含:<font>{{CtObj.C_NonIncludeRemark}}</font>
</p> </p>
<p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font></p> <p>支付时间:<font>{{getDate(CtObj.C_PayDate)}}</font></p>
......
...@@ -726,10 +726,10 @@ ...@@ -726,10 +726,10 @@
</tr> </tr>
<tr> <tr>
<td> <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-input type="text" class="w150" v-model="CtObj.C_IncludeRemark"></el-input>
</el-form-item> </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')" <el-input type="text" class="w150" @keyup.native="checkPrice(CtObj,'C_IncludeFee')"
v-model="CtObj.C_IncludeFee"></el-input> v-model="CtObj.C_IncludeFee"></el-input>
</el-form-item> </el-form-item>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
addMsg.CustomerType == 2 || addMsg.CustomerType == 2 ||
addMsg.CustomerType == '' 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" <el-option v-for="item in customerList" :label="item.customerName + '-' + item.contact"
:value="item.customerId" :key="item.customerId"> :value="item.customerId" :key="item.customerId">
</el-option> </el-option>
...@@ -1573,8 +1573,7 @@ ...@@ -1573,8 +1573,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ScenicRefundList = res.data.data; this.ScenicRefundList = res.data.data;
this.ScenicRefundList.forEach((item) => { this.ScenicRefundList.forEach((item) => {
item["ScenicName"] = item["ScenicName"] = item.CouponsName + " -¥" + this.moneyFormat(item.RefundMoney);
item.CouponsName + " -¥" + this.moneyFormat(item.RefundMoney);
}); });
} }
}, },
...@@ -1592,7 +1591,7 @@ ...@@ -1592,7 +1591,7 @@
); );
}, },
//客户品牌 //客户品牌
getSspt() { changeCustomer() {
//给非直客 隐藏电话姓名赋值 //给非直客 隐藏电话姓名赋值
let obj = this.customerList.find( let obj = this.customerList.find(
(item) => item.customerId == this.addMsg.CustomerId (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