Commit 4e2b6458 authored by liudong1993's avatar liudong1993

1

parent 8b0268b6
......@@ -904,9 +904,10 @@
@click="ImpressionSingleDetails(isOrderOP?'SingleticketOrderListOP':'SingleticketOrderList')">{{$t('objFill.dxmpdd')+':'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==67||GetDetail.OtherType==68" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CharterOrderListOP':'CharterOrderList')">{{$t('objFill.dxcdd')+':'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==80" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">
{{$t('objFill.chdd')+':'+GetDetail.TCNUM}}</div>
<div v-if="GetDetail.OtherType==80">
<span class="illustrate-right fygsbumen-box-right" v-if="GetDetail.DMCNum" @click="goTravelInfo(GetDetail.DMCNum)">{{$t('salesModule.DJNum')+':'+GetDetail.DMCNum}}</span>
<span class="illustrate-right fygsbumen-box-right" @click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">{{$t('objFill.chdd')+':'+GetDetail.TCNUM}}</span>
</div>
<div v-if="GetDetail.OtherType==83" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">
{{$t('objFill.v101.BasicDocuments.chehangbydd')+':'+GetDetail.ReFinanceId}}</div>
......
......@@ -931,9 +931,10 @@
<div v-if="GetDetail.OtherType==67||GetDetail.OtherType==68" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CharterOrderListOP':'CharterOrderList')">
{{$t('objFill.dxcdd')+':'+GetDetail.ReFinanceId}}</div>
<div v-if="GetDetail.OtherType==80" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">
{{$t('objFill.chdd')+':'+GetDetail.TCNUM}}</div>
<div v-if="GetDetail.OtherType==80">
<span class="illustrate-right fygsbumen-box-right" v-if="GetDetail.DMCNum" @click="goTravelInfo(GetDetail.DMCNum)">{{$t('salesModule.DJNum')+':'+GetDetail.DMCNum}}</span>
<span class="illustrate-right fygsbumen-box-right" @click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">{{$t('objFill.chdd')+':'+GetDetail.TCNUM}}</span>
</div>
<div v-if="GetDetail.OtherType==83" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')">
{{$t('objFill.v101.BasicDocuments.chehangbydd')+':'+GetDetail.ReFinanceId}}</div>
......
......@@ -1259,7 +1259,7 @@ Vue.component("Transport", {
});
Vue.component("TCIDJumpWang", {
template: `<div>
<span style="cursor: pointer" v-if="rowData.DataType===1" @click="goUrl('TeamBalancePayment',rowData.TCID)">{{moneyFormatN(rowData[field])}}</span>
<span style="cursor: pointer" v-if="rowData.DataType===1 && rowData.TCID" @click="goUrl('TeamBalancePayment',rowData.TCID)">{{moneyFormatN(rowData[field])}}</span>
<span v-else >{{moneyFormatN(rowData[field])}}</span>
</div>`,
props: {
......@@ -2774,7 +2774,7 @@ export default {
rowClick(rowIndex,rowData,column){
let path='RegistrationList';
if(this.msg.DataType==1 || this.msg.DataType=='1'){
if(column.title=="待收金额" || column.title=="溢收金额"){
if(rowData.TCID &&(column.title=="待收金额" || column.title=="溢收金额")){
this.$router.push({
name: path,
query: {
......
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