12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466 |
- <template>
- <div v-loading.fullscreen.lock="fullscreenLoading">
- <div class="reportsbale-all">
- <!-- <WorldMap style="width: 100%;height:600px;" id="WorldMap" ref="WorldMap" :chartData="worldChartData"></WorldMap> -->
- <!-- <world-chart :id="WorldMap" ref="WorldMap" :chartData="worldChartData"/> -->
- <div class="reportsbale-info">
- <div style="display: flex;">
- <div class="reportsbale-info-li">
- <label>团 号:</label>
- <span v-if="this.groupInfo.tourCode!=''">{{groupInfo=={}?'暂无':groupInfo.tourCode==""?'暂无':groupInfo.tourCode}}</span>
- </div>
- <div class="reportsbale-info-li">
- <label>团组名:</label>
- <span v-if="this.groupInfo.teamName!=''">{{groupInfo=={}?'暂无':groupInfo.teamName==""?'暂无':groupInfo.teamName}}</span>
- </div>
- <div class="reportsbale-info-li">
- <label>客 户:</label>
- <span>{{groupInfo=={}?'暂无':groupInfo.clientName==""?'暂无':groupInfo.clientName}}</span>
- </div>
- <div class="reportsbale-info-li">
- <label>出访国家:</label>
- <span>{{groupInfo=={}?'暂无':groupInfo.visitCountry==""?'暂无':groupInfo.visitCountry}}</span>
- </div>
- <div class="reportsbale-info-li">
- <label>起止日期:</label>
- <span>{{groupInfo.visitStartDate|filter_time}}~{{groupInfo.visitEndDate|filter_time}}</span>
- </div>
- <div class="reportsbale-info-li">
- <label>天数/人数:</label>
- <span>{{groupInfo=={}?'暂无':groupInfo.visitDays+'天/'+groupInfo.visitPNumber+'人'}}</span>
- </div>
- </div>
- <div>
- <el-select style="width:199px;" @change="PostGroupStatementDetails" size="small" v-model="isAudit" placeholder="请选择">
- <el-option
- v-for="item in isAuditoptions"
- :key="item.value"
- :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- <el-button size="small" type="primary" @click="goback()">返 回</el-button>
- </div>
- </div>
- <div v-html="feeTotalStr" class="zctitle"></div>
- <div class="reportsbale-table">
- <div class="reportsbale-table-biaoti">
- <div>团组收入</div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="receivables"
- border
- style="width: 100%;">
- <el-table-column
- label="应收报表"
- width="180">
- <el-table-column
- prop="priceName"
- label="费用名称">
- </el-table-column>
- <el-table-column
- label="单价"
- width="180">
- <template slot-scope="scope">
- {{ scope.row.price.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="count"
- label="数量"
- width="180">
- </el-table-column>
- <el-table-column
- prop="unit"
- label="单位"
- width="180">
- </el-table-column>
- <el-table-column
- prop="currencyCode"
- label="币种"
- width="180">
- </el-table-column>
- <el-table-column
- label="汇率"
- width="180">
- <template slot-scope="scope">
- {{ scope.row.rate.toFixed(4)}}
- </template>
- </el-table-column>
- <el-table-column
- label="应收金额(CNY)"
- width="180">
- <template slot-scope="scope">
- {{ scope.row.itemSumPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="statusStr"
- label="审核状态"
- width="80">
- </el-table-column>
- <el-table-column
- prop="auditorStr"
- label="审核人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="proceedsReceivedViews"
- border
- style="width: 100%;">
- <el-table-column
- label="已收报表">
- <el-table-column
- prop="sectionTime"
- label="到款时间"
- width="180">
- </el-table-column>
- <el-table-column
- label="金额"
- width="180">
- <template slot-scope="scope">
- {{ scope.row.price.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="currencyCode"
- label="币种"
- width="180">
- </el-table-column>
- <el-table-column
- prop="client"
- label="付款单位">
- </el-table-column>
- <el-table-column
- prop="receivablesTypeName"
- label="收款类型"
- width="180">
- </el-table-column>
- <el-table-column
- prop="remark"
- label="备注"
- width="300">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="proceedsReceivedStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <!-- <div class="reportsbale-table-li">
- <el-table
- :data="extraCostsViews"
- border
- style="width: 100%;">
- <el-table-column
- label="超支费用">
- <el-table-column
- prop="priceName"
- label="费用名称">
- </el-table-column>
- <el-table-column
- prop="paymentCurrency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="费用金额"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="人民币"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.cnyPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="当时汇率"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.dayRate.toFixed(4)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="180">
- </el-table-column>
- <el-table-column
- prop="orbitalPrivateTransfer"
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- prop="cardType"
- label="卡类型"
- width="80">
- <template slot-scope="scope">
- {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
- </template>
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="extraCostsStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div> -->
- <div class="reportsbale-table-li">
- <el-table
- :data="paymentRefundAndOtherMoneyViews"
- border
- style="width: 100%;">
- <el-table-column
- label="收款退还">
- <el-table-column
- prop="priceName"
- label="费用名称">
- </el-table-column>
- <el-table-column
- prop="payCurrencyCode"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="费用金额"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.price.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="人民币"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.cnyPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="当时汇率"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.thisRate.toFixed(4)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="180">
- </el-table-column>
- <el-table-column
- prop="payTime"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payType"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="paymentRefundAndOtherMoneyStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- <div v-html="groupIncomeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-biaoti">
- <div>团组支出</div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupHotelFeeViews"
- style="width: 100%"
- :row-style="TableRowStyle">
- <el-table-column
- label="酒店预订费用">
- <el-table-column
- prop="city"
- label="城市">
- </el-table-column>
- <el-table-column
- prop="hotelName"
- label="酒店名称">
- </el-table-column>
- <el-table-column
- prop="checkInDate"
- label="入住时间"
- width="78">
- </el-table-column>
- <el-table-column
- prop="checkOutDate"
- label="退房时间"
- width="78">
- </el-table-column>
- <!-- <el-table-column
- prop="paymentCurrency"
- label="币种"
- width="40">
- </el-table-column> -->
- <el-table-column label="费用">
- <el-table-column
- label="单间">
- <el-table-column
- label="单价"
- width="60">
- <template slot-scope="scope">
- {{ scope.row.singleRoomPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="singleRoomCount"
- label="数量"
- width="35">
- </el-table-column>
- </el-table-column>
- <el-table-column
- label="双间">
- <el-table-column
- prop="doubleRoomPrice"
- label="单价"
- width="60">
- <template slot-scope="scope">
- {{ scope.row.doubleRoomPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="doubleRoomCount"
- label="数量"
- width="35">
- </el-table-column>
- </el-table-column>
- <el-table-column
- label="套房">
- <el-table-column
- prop="suiteRoomPrice"
- label="单价"
- width="60">
- <template slot-scope="scope">
- {{ scope.row.suiteRoomPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="suiteRoomCount"
- label="数量"
- width="35">
- </el-table-column>
- </el-table-column>
- <el-table-column
- label="其他房型">
- <el-table-column
- prop="otherRoomPrice"
- label="单价"
- width="60">
- <template slot-scope="scope">
- {{ scope.row.otherRoomPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="otherRoomCount"
- label="数量"
- width="35">
- </el-table-column>
- </el-table-column>
- <el-table-column
- label="金额计算">
- <el-table-column
- label="总房费"
- width="100">
- <template slot-scope="scope">
- <el-popover
- placement="top"
- trigger="hover">
- <div v-html="scope.row.roomInfoTips"></div>
- <span slot="reference">{{ scope.row.roomPrice.toFixed(2)+' '+scope.row.roomPriceCurrency}}</span>
- </el-popover>
- </template>
- </el-table-column>
- <el-table-column
- label="早餐"
- width="100">
- <template slot-scope="scope">
- <el-popover
- placement="top"
- trigger="hover">
- <div v-html="scope.row.breakfastInfoTips"></div>
- <span slot="reference">{{ scope.row.breakfastPrice.toFixed(2)+' '+scope.row.breakfastCurrency}}</span>
- </el-popover>
- </template>
- </el-table-column>
- <el-table-column
- prop="governmentRent"
- label="地税"
- width="100">
- <template slot-scope="scope">
- <el-popover
- placement="top"
- trigger="hover">
- <div v-html="scope.row.governmentRentTips"></div>
- <span slot="reference">{{ scope.row.governmentRent.toFixed(2)+' '+scope.row.governmentRentCurrency}}</span>
- </el-popover>
- </template>
- </el-table-column>
- <el-table-column
- prop="cityTax"
- label="城市税"
- width="100">
- <template slot-scope="scope">
- <el-popover
- placement="top"
- trigger="hover">
- <div v-html="scope.row.cityTaxTips"></div>
- <span slot="reference">{{ scope.row.cityTax.toFixed(2)+' '+scope.row.cityTaxCurrency}}</span>
- </el-popover>
-
- </template>
- </el-table-column>
- <!-- <el-table-column
- label="信用卡金额">
- <template slot-scope="scope">
- {{ scope.row.roomPrice.toFixed(2)+' '+scope.row.roomPriceCurrency}}
- </template>
- </el-table-column> -->
- </el-table-column>
- <el-table-column label="人民币">
- <el-table-column
- label="总金额">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)+' '+scope.row.paymentCurrency}}
- </template>
- </el-table-column>
- <!-- <el-table-column
- prop="currencyRateStr"
- label="当时汇率">
- </el-table-column> -->
- <!-- <el-table-column
- prop="payee"
- label="收款方"
- width="70">
- </el-table-column> -->
- <!-- <el-table-column
- label="费用标识"
- width="40">
- <template slot-scope="scope">
- {{ scope.row.OrbitalPrivateTransfer==-1?'未选择':scope.row.OrbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column> -->
- <!-- <el-table-column
- prop="payWay"
- label="支付方式"
- width="40">
- </el-table-column> -->
- <!-- <el-table-column
- prop="cardType"
- label="卡类型"
- width="50">
- <template slot-scope="scope">
- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
- </template>
- </el-table-column> -->
- <el-table-column
- label="状态"
- width="50">
- <template slot-scope="scope">
- <el-popover
- placement="top"
- trigger="hover">
- <div v-html="scope.row.payTips"></div>
- <span slot="reference">{{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':scope.row.isPay==2?'其它费用子项未付款':'未付款' }}</span>
- </el-popover>
- </template>
- </el-table-column>
- <!-- <el-table-column
- label="状态"
- width="50">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column> -->
- <el-table-column
- prop="applicant"
- label="申请人"
- width="50">
- </el-table-column>
- </el-table-column>
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupHotelFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupCTGGRFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="地接费用">
- <el-table-column
- prop="area"
- label="地区"
- width="180">
- </el-table-column>
- <el-table-column
- prop="priceName"
- label="费用类型"
- width="180">
- </el-table-column>
- <el-table-column
- label="费用金额"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="paymentCurrency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- prop="priceContent"
- label="费用明细"
- width="100">
- </el-table-column>
- <el-table-column
- label="付款百分比%"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.payPercentage+'%'}}
- </template>
- </el-table-column>
- <el-table-column
- label="已付金额"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.amountPaid.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="尾款"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.balancePayment.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupCTGGRFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupAirFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="机票费用">
- <el-table-column
- prop="flightsCode"
- label="航班号"
- width="120">
- </el-table-column>
- <el-table-column
- prop="flightsCity"
- label="城市A-B"
- width="120">
- </el-table-column>
- <el-table-column
- prop="flightsDate"
- label="航班日期"
- width="80">
- </el-table-column>
- <el-table-column
- prop="flightsTime"
- label="航班时间"
- width="60">
- </el-table-column>
- <el-table-column
- prop="clientName"
- label="客人姓名"
- width="200">
- </el-table-column>
- <el-table-column
- prop="payMoneyCurrency"
- label="币种"
- width="50">
- </el-table-column>
- <el-table-column
- label="机票预订费用"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="人民币费用"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.cnyPrice.toFixed(2)+' 当时汇率('+scope.row.dayRate.toFixed(4)+')'}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- prop="cardType"
- label="卡类型"
- width="80">
- <template slot-scope="scope">
- {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
- <!-- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }} -->
- </template>
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupAirFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupVisaFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="签证费用">
- <el-table-column
- prop="visaClient"
- label="签证客户">
- </el-table-column>
- <el-table-column
- prop="payMoneyCurrency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="签证费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="当时汇率"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.dayRate.toFixed(4)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="180">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- prop="cardType"
- label="卡类型"
- width="80">
- <template slot-scope="scope">
- {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
- <!-- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }} -->
- </template>
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupVisaFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupInvitationalFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="邀请/公务活动费用">
- <el-table-column
- prop="inviterArea"
- label="邀请方地区">
- </el-table-column>
- <el-table-column
- prop="inviter"
- label="邀请方"
- width="100">
- </el-table-column>
- <el-table-column
- prop="inviteTime"
- label="邀请时间"
- width="80">
- </el-table-column>
- <el-table-column
- label="邀请函费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.inviteCost.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="快递费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.sendCost.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="活动费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.eventsCost.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="翻译费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.translateCost.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="人民币"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.cnyPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="当时汇率"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.currencyRateStr}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="120">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupInvitationalFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupInsuranceFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="保险费用">
- <el-table-column
- prop="clientName"
- label="客户姓名">
- </el-table-column>
- <el-table-column
- prop="payMoneyCurrency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="保险费用"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="200">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupInsuranceFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupDecreaseFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="其他款项费用">
- <el-table-column
- prop="priceName"
- label="费用名称">
- </el-table-column>
- <el-table-column
- prop="payMoneyCurrency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="费用金额"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.payMoney.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="人民币"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.cnyPrice.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- label="当时汇率"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.dayRate.toFixed(4)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="payee"
- label="收款方"
- width="200">
- </el-table-column>
- <el-table-column
- prop="auditGMDate"
- label="付款时间"
- width="140">
- </el-table-column>
- <el-table-column
- label="费用标识"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column>
- <el-table-column
- label="状态"
- width="80">
- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template>
- </el-table-column>
- <el-table-column
- prop="applicant"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupDecreaseFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupcommission"
- border
- style="width: 100%;">
- <el-table-column
- label="提成详情">
- <el-table-column
- prop="royaltyUserName"
- label="人员姓名"
- width="100">
- </el-table-column>
- <el-table-column
- label="金额"
- width="100">
- <template slot-scope="scope">
- {{ scope.row.amount.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="isConfrimText"
- label="是否确认"
- width="100">
- </el-table-column>
- <el-table-column
- prop="isSeedText"
- label="是否发放"
- width="100">
- </el-table-column>
- <el-table-column
- prop="createTime"
- label="提成操作时间"
- width="150">
- </el-table-column>
- <el-table-column
- prop="overviewInfo"
- label="提成描述"
- >
- </el-table-column>
- <el-table-column
- prop="detailedInfoText"
- label="操作详细"
- width='200'>
- <template slot-scope="scope">
- <el-popover
- placement="top"
- width="400"
- trigger="hover">
- <div v-for="(items,index) in scope.row.detailedInfoText" :key="index">
- <div>{{ (index+1)+'、'+items+'。' }}</div><br>
- </div>
- <span style="display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;cursor: pointer;color: #48a2ff;" slot="reference">操作详细,移上查看</span>
- </el-popover>
- </template>
- </el-table-column>
-
- </el-table-column>
- </el-table>
- <div v-html="groupRoyaltyFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- <div class="reportsbale-table-li">
- <el-table
- :data="groupReimburseFeeViews"
- border
- style="width: 100%;"
- :row-style="TableRowStyle">
- <el-table-column
- label="团组日付报销">
- <el-table-column
- prop="appReason"
- label="费用名称">
- </el-table-column>
- <el-table-column
- prop="currency"
- label="币种"
- width="100">
- </el-table-column>
- <el-table-column
- label="费用金额"
- width="120">
- <template slot-scope="scope">
- {{ scope.row.totalAmt.toFixed(2)}}
- </template>
- </el-table-column>
- <el-table-column
- prop="applyComp"
- label="所属公司"
- width="200">
- </el-table-column>
- <el-table-column
- prop="applyTime"
- label="申请时间"
- width="140">
- </el-table-column>
- <el-table-column
- prop="auditStatusFlg"
- label="审核状态"
- width="140">
- <template slot-scope="scope">
- <span v-html="scope.row.auditStatusFlg"></span>
- </template>
- </el-table-column>
- <el-table-column
- label="费用标识"
- prop="transferLabel"
- width="80">
- <!-- <template slot-scope="scope">
- {{ scope.row.orbitalPrivateTransfer==-1?'未选择':scope.row.orbitalPrivateTransfer==0?'公转':'私转' }}
- </template> -->
- </el-table-column>
- <!-- <el-table-column
- prop="payWay"
- label="支付方式"
- width="80">
- </el-table-column> -->
- <el-table-column
- prop="payStatusFlag"
- label="状态"
- width="80">
- <!-- <template slot-scope="scope">
- {{ scope.row.isPay==-1?'未选择':scope.row.isPay==1?'已付款':'未付款' }}
- </template> -->
- </el-table-column>
- <el-table-column
- prop="applyName"
- label="申请人"
- width="80">
- </el-table-column>
- </el-table-column>
- </el-table>
- <div v-html="groupReimburseFeeStr.split(/\\r\\n/g).join('<br/>')" class="reportsbale-table-text"></div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- export default {
- data () {
- return {
- groupInfo:{},
- diid:'',
- pageId:0,
- userid:'',
- token:'',
- receivables:[],//应收报表
- proceedsReceivedViews:[],//已收报表
- proceedsReceivedStr:'',//已收报表已收款合计
- extraCostsViews:[],//超支费用
- extraCostsStr:'',//超支费用 Str
- paymentRefundAndOtherMoneyViews:[],// 收款退还Items
- paymentRefundAndOtherMoneyStr:'',// 收款退还 Str
- groupIncomeStr:'',// 剩余尾款
- groupHotelFeeViews:[],//酒店预订费用 Items
- groupHotelFeeStr:'',//酒店预订费用 Str
- groupCTGGRFeeViews:[],//地接费用 Items
- groupCTGGRFeeStr:'',//地接费用 Str
- groupAirFeeViews:[],//机票费用 Items
- groupAirFeeStr:'',//机票费用 Str
- groupVisaFeeViews:[],//签证费用 Items
- groupVisaFeeStr:'',//签证费用 Str
- groupInvitationalFeeViews:[],//邀请费用 Items
- groupInvitationalFeeStr:'',//邀请费用 Str
- groupInsuranceFeeViews:[],//保险费用 Items
- groupInsuranceFeeStr:'',//保险费用 Str
- groupDecreaseFeeViews:[],//其他款项费用 Items
- groupDecreaseFeeStr:'',//其他款项费用 Str
- groupcommission:[],//团组提成
- groupRoyaltyFeeStr:'',//团组提成合计
- groupReimburseFeeViews:[],//团组日付
- groupReimburseFeeStr:'',//团组日付
- feeTotalStr:'',
- btnFlag: false,
- scrollTop:0,
- fullscreenLoading:false,
- isShow:false,
- isAuditoptions:[
- {
- value:0,
- label:'查看所有已录入费用',
- },
- {
- value:1,
- label:'只看已审核通过的费用',
- }
- ],
- isAudit:1
- }
- },
- methods:{
- //获取团组详情
- PostShareGroupInfo(){
- var url = "/api/Business/PostShareGroupInfo"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer ' + that.userid
- },
- data:{
- portType:1,
- id: that.diid
- }
- }).then(function (res) {
- if(res.data.code==200){
- that.groupInfo=res.data.data;
- that.PostGroupStatementDetails();
- }else{
- that.$message.error(res.data.msg);
- }
- }).catch(function (error) {
- that.$message.error("获取数据源失败!");
- });
- },
- //获取报表详情
- PostGroupStatementDetails(){
- this.fullscreenLoading=true;
- var url = "/api/Statistics/PostGroupStatementDetails"
- var that = this
- this.$axios({
- method: 'post',
- url: url,
- headers: {
- Authorization: 'Bearer ' + that.token
- },
- data:{
- portType:1,
- userId: that.userid,
- pageId: that.pageId,
- diId: that.diid,
- isAudit:that.isAudit==1?true:false
- }
- }).then(function (res) {
- if(res.data.code==200){
- var resinif=res.data.data
- that.feeTotalStr=resinif.feeTotalStr;
- that.groupHotelFeeViews=resinif.groupExpenditure.groupHotelFeeViews;
- that.groupHotelFeeStr=resinif.groupExpenditure.groupHotelFeeStr;
- that.receivables=resinif.groupIncome.receivables;
- that.proceedsReceivedViews=resinif.groupIncome.proceedsReceivedViews;
- that.proceedsReceivedStr=resinif.groupIncome.proceedsReceivedStr;
- that.extraCostsViews=resinif.groupIncome.extraCostsViews;
- that.extraCostsStr=resinif.groupIncome.extraCostsStr;
- that.paymentRefundAndOtherMoneyViews=resinif.groupIncome.paymentRefundAndOtherMoneyViews;
- that.paymentRefundAndOtherMoneyStr=resinif.groupIncome.paymentRefundAndOtherMoneyStr;
- that.groupIncomeStr=resinif.groupIncomeStr;
- that.groupCTGGRFeeViews=resinif.groupExpenditure.groupCTGGRFeeViews;
- that.groupCTGGRFeeStr=resinif.groupExpenditure.groupCTGGRFeeStr;
- that.groupAirFeeViews=resinif.groupExpenditure.groupAirFeeViews;
- that.groupAirFeeStr=resinif.groupExpenditure.groupAirFeeStr;
- that.groupVisaFeeViews=resinif.groupExpenditure.groupVisaFeeViews;
- that.groupVisaFeeStr=resinif.groupExpenditure.groupVisaFeeStr;
- that.groupInvitationalFeeViews=resinif.groupExpenditure.groupInvitationalFeeViews;
- that.groupInvitationalFeeStr=resinif.groupExpenditure.groupInvitationalFeeStr;
- that.groupInsuranceFeeViews=resinif.groupExpenditure.groupInsuranceFeeViews;
- that.groupInsuranceFeeStr=resinif.groupExpenditure.groupInsuranceFeeStr;
- that.groupDecreaseFeeViews=resinif.groupExpenditure.groupDecreaseFeeViews;
- that.groupDecreaseFeeStr=resinif.groupExpenditure.groupDecreaseFeeStr;
- that.groupcommission=resinif.groupExpenditure.groupRoyaltyFeeViews;
- that.groupRoyaltyFeeStr=resinif.groupExpenditure.groupRoyaltyFeeStr;
- that.groupReimburseFeeViews=resinif.groupExpenditure.groupReimburseFeeViews;
- that.groupReimburseFeeStr=resinif.groupExpenditure.groupReimburseFeeStr;
- that.fullscreenLoading=false;
- }else{
- that.$message.error(res.data.msg);
- that.fullscreenLoading=false;
- }
- }).catch(function (error) {
- that.$message.error("获取详情失败!");
- that.fullscreenLoading=false;
- });
- },
- TableRowStyle({ row, rowIndex }) {
- // 注意,这里返回的是一个对象
- let rowBackground = {};
- if (row.isPay==1) {
- rowBackground.background = "#f0f9ff";
- return rowBackground;
- }else{
- rowBackground.background = "#FFFFFF";
- return rowBackground;
- }
- },
-
- },
- filters:{
- filter_time(value){
- if(value){
- return value.split(' ')[0];
- }
- return value
-
- },
- filter_city(value){
- return value
- },
- title_zc(value){
- var a='\\t'
- var b=' '
- return value.replace(/\\t/g," ")
- },
- title_br(value){
- return value.split(/\\r\\n/g).join('<br/>')
- }
- },
- created(){
-
-
- },
- beforeRouteLeave(to, from, next) {
- if(to.name!='Groupreports'){
- localStorage.removeItem('tzbbval');
- }
- next()
- },
- mounted(){
- this.isShow=true;
- this.diid = Number(this.$route.query.id);
- this.token=JSON.parse(localStorage.getItem('userinif')).token;
- this.pageId=Number(localStorage.getItem('indexs').split('-')[1]);//页面id
- this.userid=JSON.parse(localStorage.getItem('userinif')).userInfo.userId;
- this.PostShareGroupInfo();
- },
- destroyed() {
-
- },
- }
- </script>
- <style>
- .reportsbale-all{
- background-color: #fff;
- padding: 10px;
- box-shadow: 0 0 5px #0005;
- border-radius: 10px;
- height: 100%;
- min-height: 830px;
- }
- .reportsbale-info{
- display: flex;
- justify-content: space-between;
- margin-top: 10px;
- margin-bottom: 2px;
-
- }
- .reportsbale-info-li{
- margin-right: 30px;
- }
- .reportsbale-info-li label{
- color: #606266;
- font-size: 15px;
- font-weight: 600;
- }
- .reportsbale-info-li span{
- color: #606266;
- font-size: 14px;
- }
- .reportsbale-table .el-table{
- font-size: 12px;
- }
- .reportsbale-table .el-table .cell{
- padding-right:5px ;
- padding-left: 5px;
- }
- .reportsbale-table .el-table th.el-table__cell>.cell{
- padding-right:5px ;
- padding-left: 5px;
- }
- .reportsbale-table .el-table .el-table__cell{
- padding: 5px 0;
- text-align: center;
- }
- .reportsbale-table .label{
- font-size: 17px;
- font-weight: 600;
- }
- .zctitle{
- color: #606266;
- font-size: 15px;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .reportsbale-table-li{
- margin-bottom: 50px;
- }
- .reportsbale-table-text{
- font-size: 12px;
- font-weight: 600;
- color: #606266;
- }
- .reportsbale-table-biaoti{
- font-size: 22px;
- text-align: center;
- font-weight:600 ;
- color: #606266;
- margin-bottom: 10px;
- }
- /*返回顶部*/
- .gotop-index {
- position: fixed;
- right: 0.6rem;
- bottom: 1.6rem;
- display: block;
- width: 0.8rem;
- height: 0.8rem;
- background: #fff;
- box-shadow: 0px 0px 4px #ff0000;
- display: flex;
- border-radius: 50%;
- z-index: 999;
- }
- .gotop-a {
- display: block;
- width: 0.5rem;
- height: 0.5rem;
- background: url(../../assets/logo.png) no-repeat 0 0;
- background-size: 0.5rem;
- margin: auto;
- }
-
- </style>
|