Commit 06e54896 authored by youjie's avatar youjie

no message

parent 4a7bb284
......@@ -445,7 +445,8 @@
TicketStatus: '1',//审核状态
OrderType: '0',
pageIndex: 1,
pageSize: 15
pageSize: 15,
IsSelectAll: 0,
},
CommissionTypeList:[
{Name: '不限',Id:'-1'},
......@@ -879,7 +880,10 @@
this.getCompany()
}
}
if(this.Title=='查看') this.msg2.TicketStatus = '5'
if(this.Title=='查看'){
this.msg2.TicketStatus = '5'
this.msg2.IsSelectAll = 1
}
// this.GetOrderStatusEnumList()//订单状态
// this.GetTicketStatusEnumList()//出票状态
this.GetOrderTypeEnumList()
......
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