Commit c44b18b2 authored by liudong1993's avatar liudong1993

1

parent c50a3ab5
...@@ -135,6 +135,11 @@ ...@@ -135,6 +135,11 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="2">
<el-form-item :label="$t('objFill.caiwubz')">
<el-checkbox v-model="msg.IsAirTicketSelect" true-label="1" false-label="0"></el-checkbox>
</el-form-item>
</el-col>
</template> </template>
<el-col :span="8"> <el-col :span="8">
<span style="margin-left: 20px; font-size: 12px;">{{$t('objFill.hebingjsbzts')}}</span> <span style="margin-left: 20px; font-size: 12px;">{{$t('objFill.hebingjsbzts')}}</span>
...@@ -390,6 +395,15 @@ ...@@ -390,6 +395,15 @@
<span slot="reference" class="text_d _font_init">{{scope.row.StatusStr}}</span> <span slot="reference" class="text_d _font_init">{{scope.row.StatusStr}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="msg.IsAirTicketSelect=='1'"
prop=""
:label="$t('objFill.caiwubz')"
show-overflow-tooltip width="120">
<template slot-scope="scope">
<div>{{scope.row.Remark}}</div>
<div v-for="(vitem,index) in scope.row.vorcherInos">{{vitem.Content}}</div>
</template>
</el-table-column>
</el-table> </el-table>
<div style="padding-bottom:15px"> <div style="padding-bottom:15px">
<el-pagination background <el-pagination background
...@@ -630,7 +644,8 @@ ...@@ -630,7 +644,8 @@
Status:'-1', Status:'-1',
IsSelectNormal: '1',//0不限 1只看未计算 2只看已结算 IsSelectNormal: '1',//0不限 1只看未计算 2只看已结算
sTradeDate:'', sTradeDate:'',
eTradeDate:'' eTradeDate:'',
IsAirTicketSelect:'0'
}, },
getCompanyMsg:{ // 公司 getCompanyMsg:{ // 公司
RB_Group_Id:'0', RB_Group_Id:'0',
......
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