Commit 52f88ff5 authored by youjie's avatar youjie

no message

parent fcad8662
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<li v-if="Title=='审核'"> <li v-if="Title=='审核'">
<span> <span>
<em>审核状态</em> <em>审核状态</em>
<el-select v-model='msg2.OrderState' class="w200" @change="msg2.papageIndex==1,GetList()"> <el-select v-model='msg2.TicketStatus' class="w200" @change="msg2.papageIndex==1,GetList()">
<!-- <el-option :value="0" label="不限"></el-option> --> <!-- <el-option :value="0" label="不限"></el-option> -->
<el-option v-for='item in OrderStatusList' <el-option v-for='item in OrderStatusList'
:label='item.Name' :label='item.Name'
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
EnterId: '',//销售 EnterId: '',//销售
RB_Branch_Id: '-1',//公司 RB_Branch_Id: '-1',//公司
OrderId: '', OrderId: '',
OrderState: '1', TicketStatus: '1',
OrderType: '0', OrderType: '0',
pageIndex: 1, pageIndex: 1,
pageSize: 15 pageSize: 15
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
IsSelectCRM: 0,//1来源crm IsSelectCRM: 0,//1来源crm
IsMyOrder: 1,//1我的订单 IsMyOrder: 1,//1我的订单
CommissionType: '-1',//提成类型 1出境 2国内 CommissionType: '-1',//提成类型 1出境 2国内
TicketStatus: '1', TicketStatus: '1',//申请状态
}, },
total: 0, total: 0,
currentPage: 1, currentPage: 1,
......
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