Commit b211ce51 authored by 华国豪's avatar 华国豪 🙄

'团队报表、实收点击没反应、行程特色修改标题以及操作按钮不方便使用等问题@@@@@@@@@@'

parent e6d9276b
...@@ -1768,7 +1768,7 @@ div{ ...@@ -1768,7 +1768,7 @@ div{
margin: 0 0 0 20px; margin: 0 0 0 20px;
width: 227px; width: 227px;
height: 227px; height: 227px;
border-radius: 50%; /* border-radius: 50%; */
} }
.restaurant_1_info_2_right>.restaurant_1_info_2_right_top>div:hover>.travel_toolbar{ .restaurant_1_info_2_right>.restaurant_1_info_2_right_top>div:hover>.travel_toolbar{
display: block; display: block;
...@@ -1778,7 +1778,7 @@ div{ ...@@ -1778,7 +1778,7 @@ div{
position: absolute; position: absolute;
z-index: 3; z-index: 3;
left: 0px; left: 0px;
top: -30px; top: -25px;
} }
.restaurant_1_info_2_right>.restaurant_1_info_2_right_top>div>.dragDiv{ .restaurant_1_info_2_right>.restaurant_1_info_2_right_top>div>.dragDiv{
position: relative; position: relative;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.page_EasyReport_form .el-date-editor.el-input,.page_EasyReport_form .el-date-editor.el-input__inner{width: 100% !important;} .page_EasyReport_form .el-date-editor.el-input,.page_EasyReport_form .el-date-editor.el-input__inner{width: 100% !important;}
</style> </style>
<template> <template>
<div class="page_EasyReport"> <div class="page_EasyReport" v-loading="AALloading">
<div class="page_EasyReport_set clearfix"> <div class="page_EasyReport_set clearfix">
<el-form class="clearfix page_EasyReport_form" label-width="110px"> <el-form class="clearfix page_EasyReport_form" label-width="110px">
<el-row style="padding:15px 0 0 0;"> <el-row style="padding:15px 0 0 0;">
...@@ -85,6 +85,7 @@ export default { ...@@ -85,6 +85,7 @@ export default {
pageIndex: 1, pageIndex: 1,
multipleSort: false, multipleSort: false,
loading: false, loading: false,
AALloading: false,
userId: -2, userId: -2,
columns: [ columns: [
{ {
...@@ -340,6 +341,7 @@ export default { ...@@ -340,6 +341,7 @@ export default {
this.getData() this.getData()
},methods:{ },methods:{
togbu: function () { togbu: function () {
this.AALloading = true
let msg = { let msg = {
Year: this.year, Year: this.year,
sharelist: [], sharelist: [],
...@@ -357,7 +359,7 @@ export default { ...@@ -357,7 +359,7 @@ export default {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(res.data.message) this.$message.success(res.data.message)
} else { } else {
this.loading = false this.AALloading = false
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}) })
......
...@@ -407,7 +407,7 @@ tr._item_list td:last-child { ...@@ -407,7 +407,7 @@ tr._item_list td:last-child {
</style> </style>
<template> <template>
<div class="page_fnDm page_RecPayQuery"> <div class="page_fnDm page_RecPayQuery" v-loading="AALloading">
<div class="query-box"> <div class="query-box">
<el-form class="_info_box clearfix" label-width="110px"> <el-form class="_info_box clearfix" label-width="110px">
<el-row style="padding:15px 20px 0 0;"> <el-row style="padding:15px 20px 0 0;">
...@@ -1228,7 +1228,8 @@ export default { ...@@ -1228,7 +1228,8 @@ export default {
], ],
footer: [], footer: [],
pageSize: 6, pageSize: 6,
pageIndex: 1 pageIndex: 1,
AALloading: false,
}; };
}, },
created() {}, created() {},
...@@ -1257,11 +1258,12 @@ export default { ...@@ -1257,11 +1258,12 @@ export default {
}); });
}, },
togbu: function () { togbu: function () {
this.AALloading = true
this.apipost('financestatistics_post_InsertFinanceStatistics', {}, res=>{ this.apipost('financestatistics_post_InsertFinanceStatistics', {}, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(res.data.message) this.$message.success(res.data.message)
} else { } else {
this.loading = false this.AALloading = false
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}) })
......
...@@ -1493,9 +1493,9 @@ ...@@ -1493,9 +1493,9 @@
</tr> </tr>
</table> </table>
</div> </div>
</el-popover> <span v-if='item.isOwn==1 || userId==1||userId==5 || isUpdateOrder' :style="{cursor: 'pointer',color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-if='item.isOwn==1 || userId==1||userId==5 || isUpdateOrder' :style="{cursor: pointer,color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-else>******</span> <span v-else>******</span>
</el-popover>
<!-- <span v-if='item.isOwn!=1 && userId!=1&&userId!=5 && isUpdateOrder==false'>******</span> --> <!-- <span v-if='item.isOwn!=1 && userId!=1&&userId!=5 && isUpdateOrder==false'>******</span> -->
</td> </td>
<td> <td>
...@@ -1527,7 +1527,7 @@ ...@@ -1527,7 +1527,7 @@
确认函下载 确认函下载
</span> </span>
<i v-if='item.confirmFileList.length>0&&item.commissionSharePeople !== userId' @click="deleteFile(item)" style="margin-left: 5px;" class="el-icon-error color999"></i> <i v-if='item.confirmFileList.length>0&&item.commissionSharePeople !== userId' @click="deleteFile(item)" style="margin-left: 5px;" class="el-icon-error color999"></i>
<el-upload v-if='(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5' :http-request="uploadFileBtn" :multiple="false" :show-file-list="false" aciton=''> <el-upload v-if='(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5' :http-request="uploadFileBtn" :multiple="false" :show-file-list="false">
<el-button size="small" type="danger" @click='getItem(item)'>上传</el-button> <el-button size="small" type="danger" @click='getItem(item)'>上传</el-button>
</el-upload> </el-upload>
</td> </td>
...@@ -1785,7 +1785,7 @@ ...@@ -1785,7 +1785,7 @@
确认函下载 确认函下载
</span> </span>
<i v-if='item.confirmFileList.length>0&&item.commissionSharePeople !== userId' @click="deleteFile(item)" style="margin-left: 5px;" class="el-icon-error color999"></i> <i v-if='item.confirmFileList.length>0&&item.commissionSharePeople !== userId' @click="deleteFile(item)" style="margin-left: 5px;" class="el-icon-error color999"></i>
<el-upload v-if='(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5' :http-request="uploadFileBtn" :multiple="false" :show-file-list="false" aciton=''> <el-upload v-if='(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5' :http-request="uploadFileBtn" :multiple="false" :show-file-list="false">
<el-button size="small" type="danger" @click='getItem(item)'>上传</el-button> <el-button size="small" type="danger" @click='getItem(item)'>上传</el-button>
</el-upload> </el-upload>
</td> </td>
...@@ -3450,6 +3450,7 @@ export default { ...@@ -3450,6 +3450,7 @@ export default {
); );
}, },
getOrderDetail(obj) { getOrderDetail(obj) {
console.log(obj)
this.apipost( this.apipost(
"Financial_post_GetOrderFinanceList", "Financial_post_GetOrderFinanceList",
{ OrderId: obj.orderId, OrderResource: 8 }, { OrderId: obj.orderId, OrderResource: 8 },
......
...@@ -1408,6 +1408,11 @@ ...@@ -1408,6 +1408,11 @@
} }
} }
} }
let json = this.FeatureData.FeatureHtmlJson ? JSON.parse(JSON.stringify(this.FeatureData.FeatureHtmlJson)) : '';
// console.log("jsonjsonjson",json)
this.hotelObj.title = json.hotelObj.title.first ? json.hotelObj.title : this.hotelObj.title;
this.restaurantObj.title = json.restaurantObj.title ? json.restaurantObj.title : this.restaurantObj.title;
this.viewSpotObj.title = json.viewSpotObj.title ? json.viewSpotObj.title : this.viewSpotObj.title;
}, },
// 酒店图片拖拽 // 酒店图片拖拽
onHotelDragstop(x,y){ onHotelDragstop(x,y){
...@@ -1854,7 +1859,8 @@ ...@@ -1854,7 +1859,8 @@
watch:{ watch:{
FeatureData:{ FeatureData:{
handler: function (val, oldVal) { handler: function (val, oldVal) {
console.log('2019年1月31日16:38:08',oldVal) console.log('2019年2月12日10:53:11',oldVal)
console.log('2019年2月12日10:53:22',val)
if (this.ReadOnly) return; if (this.ReadOnly) return;
if (val && this.oldVal != null) { if (val && this.oldVal != null) {
// console.log("watch_if_FeatureData",11111) // console.log("watch_if_FeatureData",11111)
......
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