Commit e2b009d4 authored by youjie's avatar youjie

no message

parent c55ec2cc
......@@ -1979,7 +1979,7 @@
UnitPriceTo: orderObjMoney,
Number: 1,
Rate: 1,
CostTypeId: this.orderObj.CostType,
CostTypeId: this.orderObj.CostType?this.orderObj.CostType:'',
CurrencyName: '',
CurrencyId: 0,
Remark: "",
......@@ -2004,7 +2004,7 @@
UnitPriceTo: orderObjMoney2,
Number: 1,
Rate: 1,
CostTypeId: this.orderObj.CostType2,
CostTypeId: this.orderObj.CostType2?this.orderObj.CostType2:'',
CurrencyName: '',
CurrencyId: 0,
Remark: "",
......
......@@ -36,9 +36,8 @@
<el-table-column prop="TicketCreateByName" label="开票人"></el-table-column>
</el-table>
</div>
<div v-if="(UnboundDate.TravelList&&UnboundDate.TravelList.length==0
&&UnboundDate.AirList&&UnboundDate.AirList.length==0)||
(UnboundDate.Type==1&&UnboundDate.AirList&&UnboundDate.AirList.length==0)" style="padding: 40px 0;text-align: center;">
<div v-if="UnboundDate.TravelList&&UnboundDate.TravelList.length==0
&&UnboundDate.AirList&&UnboundDate.AirList.length==0" style="padding: 40px 0;text-align: center;">
暂无数据
</div>
</el-dialog>
......
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