Commit c081fe64 authored by 黄奎's avatar 黄奎

页面修改

parent a760dfdc
...@@ -954,7 +954,6 @@ ...@@ -954,7 +954,6 @@
} }
} }
this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', msg, res => { this.apipost('dmcstatistics_get_GetHotelStaticsDetail_V2', msg, res => {
console.log("dmcstatistics_get_GetHotelStaticsDetail_V2", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.IsOperation = res.data.data.IsOperation; this.IsOperation = res.data.data.IsOperation;
if (this.IsEditHotel == 0) { if (this.IsEditHotel == 0) {
......
...@@ -1923,7 +1923,6 @@ ...@@ -1923,7 +1923,6 @@
this.msg, this.msg,
res => { res => {
this.loading = false; this.loading = false;
console.log("dmcstatistics_post_GetGroupLeaderUserMoneyPlan", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data let data = res.data.data
let arrList = function (arr) { let arrList = function (arr) {
......
...@@ -355,7 +355,6 @@ ...@@ -355,7 +355,6 @@
}, },
res => { res => {
this.loading = false; this.loading = false;
console.log("dmcstatistics_get_GetDinnerStaticsDetail", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var resultArray = res.data.data.DiningList; var resultArray = res.data.data.DiningList;
this.IsOperation = res.data.data.IsOperation; this.IsOperation = res.data.data.IsOperation;
......
...@@ -332,18 +332,18 @@ ...@@ -332,18 +332,18 @@
@keyup.native="checkPrice(teamPrice,'VisaPrice'),getchange()"></el-input> @keyup.native="checkPrice(teamPrice,'VisaPrice'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
<td colspan="2"> <td colspan="2">
<el-form-item label="领队导游分摊"> <el-form-item label="领队导游分摊">
<el-input type='text' class="w100" v-model="OtherPrice.AirTicketShareMoney" <el-input type='text' class="w100" v-model="OtherPrice.AirTicketShareMoney"
@keyup.native="checkPrice(OtherPrice,'AirTicketShareMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'AirTicketShareMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="保险"> </td>
<el-input type='text' class="w100" v-model="OtherPrice.SafeMoney" <td>
<el-form-item label="保险">
<el-input type='text' class="w60" v-model="OtherPrice.SafeMoney"
@keyup.native="checkPrice(OtherPrice,'SafeMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'SafeMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
<td colspan="2"> <td colspan="2">
小计(机票+税金+联运+过夜+签证+保险+领队导游分摊): 小计(机票+税金+联运+过夜+签证+保险+领队导游分摊):
<br /> {{getCostTotalMoney()}} <br /> {{getCostTotalMoney()}}
......
...@@ -232,7 +232,6 @@ ...@@ -232,7 +232,6 @@
"travel_get_GetMyTravelInfo_V4", "travel_get_GetMyTravelInfo_V4",
msg, msg,
res => { res => {
console.log("travel_get_GetMyTravelInfo_V4",res);
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
......
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
</span> </span>
<span style="background:#85ce61; " class="newAopbdd"> <span style="background:#85ce61; " class="newAopbdd">
<el-tooltip class="item" effect="dark" w450content="查看" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" w450content="查看" placement="top-start" popper-class="max-w250">
<i @click="goUrl('QuotationAduit',item.ID,1)" class="iconfont icon-view"></i> <i @click="goUrl('QuotationAduit',item,1)" class="iconfont icon-view"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<!-- <span style="background:#85ce61; " class="newAopbdd" @click="showDownLoad(item)"> <!-- <span style="background:#85ce61; " class="newAopbdd" @click="showDownLoad(item)">
...@@ -625,22 +625,15 @@ ...@@ -625,22 +625,15 @@
); );
}, },
goUrl(path, item, qType) { goUrl(path, item, qType) {
if (item.ID > 0) { this.$router.push({
this.$router.push({ name: path,
name: path, query: {
query: { offerid: item.OfferId,
configId: item.ID, Qtype: qType,
offerid: item.OfferId, blank: 'y',
Qtype: qType, tab: '报价单查看'
blank: 'y', }
tab: '报价单查看' });
}
});
} else {
this.$router.push({
name: path
});
}
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.queryData.PageIndex = val; this.queryData.PageIndex = val;
......
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