Commit e2b009d4 authored by youjie's avatar youjie

no message

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