Commit 2d0cb0a9 authored by 黄媛媛's avatar 黄媛媛

update

parent 9c74e396
...@@ -938,6 +938,9 @@ export default { ...@@ -938,6 +938,9 @@ export default {
this.msg.BankID=this.$route.query.BankID; this.msg.BankID=this.$route.query.BankID;
this.transactionDate[0]=this.$route.query.StartDate; this.transactionDate[0]=this.$route.query.StartDate;
this.transactionDate[1]=this.$route.query.StartDate; this.transactionDate[1]=this.$route.query.StartDate;
this.msg.sTradeDate=this.$route.query.StartDate;
this.msg.eTradeDate=this.$route.query.StartDate;
if(this.$route.query.BankID==''){ if(this.$route.query.BankID==''){
// 费用类型:机票折让费 // 费用类型:机票折让费
this.msg.CostTypeID=197; this.msg.CostTypeID=197;
......
...@@ -157,8 +157,8 @@ ...@@ -157,8 +157,8 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</div> </div>
<div style="margin-bottom:5px"> <div style="margin-bottom:16px;margin-left:14px">
收款账户 :日本地接部专户(人民币) 收款账户 <span style="padding-left:10px">日本地接部专户(人民币)</span>
</div> </div>
<el-form-item label="折让金额" prop="Money"> <el-form-item label="折让金额" prop="Money">
<el-input v-model="addMsg.Money" @keyup.native="checkInteger(addMsg,'Money')" placeholder="单间折让金额"></el-input> <el-input v-model="addMsg.Money" @keyup.native="checkInteger(addMsg,'Money')" placeholder="单间折让金额"></el-input>
...@@ -341,11 +341,13 @@ export default { ...@@ -341,11 +341,13 @@ export default {
this.addMsg.QEndDate=''; this.addMsg.QEndDate='';
} }
} }
this.Btnloading=true;
this.apipost("Financial_post_SetHotelServiceBetchImport", this.addMsg, res => { this.apipost("Financial_post_SetHotelServiceBetchImport", this.addMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.getList(); this.getList();
this.moneyR=false; this.moneyR=false;
this.Btnloading=false;
} }
else{ else{
this.Error(res.data.message); this.Error(res.data.message);
......
...@@ -1121,7 +1121,7 @@ ...@@ -1121,7 +1121,7 @@
</div> </div>
<div style="text-align:center"> <div style="text-align:center">
<p style="font-size:26px;color:#111111;margin:40px 0">第{{tsNumber}}期投诉案例分享已经发布</p> <p style="font-size:26px;color:#111111;margin:40px 0">第{{tsNumber}}期投诉案例分享已经发布</p>
<a @click="CloseTs" target="_blank" href="http://we.oytour.com:8110/?/article/19" style="font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline">点击查看</a> <a @click="CloseTs" target="_blank" href="http://we.oytour.com:8110/?/article/25" style="font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline">点击查看</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -1164,7 +1164,7 @@ export default { ...@@ -1164,7 +1164,7 @@ export default {
articleId:0, articleId:0,
createEmpId:0, createEmpId:0,
tsState:false, tsState:false,
tsNumber:6, tsNumber:7,
saleRnkShow: false, saleRnkShow: false,
dialogTitleNot: '', dialogTitleNot: '',
outerVisibleNot: false, outerVisibleNot: false,
......
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