Commit ca989eaa authored by youjie's avatar youjie

no message

parent 77c5608e
......@@ -27,7 +27,7 @@
<li>
<em>出团公司</em>
<el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)"
:disabled="msg.OutBranchId==0?false:true">
:disabled="S_CheckBranchOrder">
<el-option label="不限" :value="-1"></el-option>
<el-option v-for="(item,index) in BranchList" :key="item.index" :label="item.BName"
:value="item.Id"></el-option>
......@@ -230,6 +230,7 @@
BranchList:[],
cMaker:false,//是否可以制单
isRateAuthoTW: false,//是否可以修改汇率
S_CheckBranchOrder: false,//查看公司下订单
}
},
mounted() {
......@@ -245,6 +246,9 @@
if (ActionMenuCode.indexOf('isRateAuthoTW') != -1){
this.isRateAuthoTW = true
}
if (ActionMenuCode.indexOf('S_CheckBranchOrder') != -1 ){
this.S_CheckBranchOrder = true
}
this.getList();
this.getCompanyList()
......
......@@ -37,7 +37,8 @@
</li>
<li>
<em>出团公司</em>
<el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)" :disabled='disabled'>
<el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)"
:disabled="S_CheckBranchOrder">
<el-option label="不限" :value="-1"></el-option>
<el-option v-for="(item,index) in BranchList" :key="item.index" :label="item.BName"
:value="item.Id"></el-option>
......@@ -143,6 +144,7 @@
BranchList: [],
searchList: [],
departMentList:[],
S_CheckBranchOrder: false,
}
},
mounted() {
......@@ -154,6 +156,10 @@
this.disabled = true;
this.msg.UserId = Number(userInfo.EmployeeId)
}
if (ActionMenuCode.indexOf('S_CheckBranchOrder') != -1 ){
this.S_CheckBranchOrder = true
this.msg.OutBranchId = userInfo.RB_Branch_id
}
if (this.$route.query && this.$route.query.PeriodId) {
this.msg.PeriodId = this.$route.query.PeriodId
}
......
......@@ -40,7 +40,8 @@
</li>
<li>
<em>出团公司</em>
<el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)">
<el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)"
:disabled="S_CheckBranchOrder">
<el-option label="不限" :value="-1"></el-option>
<el-option v-for="(item,index) in BranchList" :key="item.index"
:label="item.BName" :value="item.Id">
......@@ -192,8 +193,8 @@
TotalMoney: 0,
TotalProfit: 0,
TotalNum: 0,
disabled: true
disabled: true,
S_CheckBranchOrder: false,
}
},
mounted() {
......@@ -222,6 +223,10 @@
this.disabled = true;
this.msg.UserId = Number(userInfo.EmployeeId)
}
if (ActionMenuCode.indexOf('S_CheckBranchOrder') != -1 ){
this.S_CheckBranchOrder = true
this.msg.OutBranchId = userInfo.RB_Branch_id
}
this.getList();
this.getqishilist()
this.getCompanyList() //获取公司
......
......@@ -5,7 +5,8 @@
ref="multipleTable"
:data="OrderList"
style="width: 100%"
:default-sort = "{prop: 'date', order: 'descending'}">
:default-sort = "{prop: 'Money', order: 'null'}"
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','DueInMoney']">
<el-table-column
width="200"
prop="CreateTimeStr"
......@@ -98,6 +99,7 @@
</el-table-column>
<el-table-column
sortable
prop="DueInMoney"
label="待收"
show-overflow-tooltip>
<template slot-scope="scope">
......@@ -310,6 +312,7 @@
this.GetAdminCarOrderPageList(row,url,href,data)
}
else if (row.OrderType == 7) {//jalan酒店
this.$message.info('jalan酒店暂不支持查看')
// if(this.pagesTitle=='销售'){
// name = 'CharterOrderList'
// }else{
......
......@@ -66,19 +66,19 @@
<div class="HotelWorkList" @click="showWarningSearch=false">
<div class="query-box HotelWorkInput" style="border-bottom: none;">
<ul>
<li>
<!-- <li>
<span><em>客人姓名</em>
<el-input clearable v-model="msg.CustomerName" placeholder="客人姓名" class="w200"/>
</span>
</li>
</li> -->
<li>
<span><em>商品名称</em>
<el-input clearable type="" v-model="msg.ProductName" placeholder="请商品名称" class="w200"/>
<el-input clearable type="" v-model="msg.ProductName" placeholder="请输入商品名称" class="w200"/>
</span>
</li>
<li>
<span><em>{{$t('OrderList.search.orderNum')}}</em>
<el-input clearable type="" v-model="msg.OrderId" :placeholder="$t('OrderList.search.orderNum')" class="w200"/>
<span><em>订单Id</em>
<el-input clearable type="" v-model="msg.OrderId" placeholder="请输入订单Id" class="w200"/>
</span>
</li>
<li>
......@@ -91,10 +91,10 @@
<el-input clearable v-model="msg.Mobile" placeholder="电话" class="w200"/>
</span>
</li> -->
<li v-if="!Title">
<li v-if="Title!='销售'">
<span>
<em>业务员</em>
<el-select filterable v-model='msg.EnterId' class="w200">
<el-select filterable v-model='msg.EnterId' class="w200" clearable>
<el-option :value="0" label="不限"></el-option>
<el-option v-for='item in EmployeeList'
:label='item.EmName'
......@@ -104,10 +104,10 @@
</el-select>
</span>
</li>
<li>
<li v-if="Title!='销售'">
<span>
<em>引流人</em>
<el-select filterable v-model='msg.LureEmpId' class="w200">
<el-select filterable v-model='msg.LureEmpId' class="w200" clearable>
<el-option :value="0" label="不限"></el-option>
<el-option v-for='item in EmployeeList'
:label='item.EmName'
......@@ -131,7 +131,7 @@
<span>
<em>订单状态</em>
<el-select v-model='msg.OrderState' class="w200">
<el-option :value="0" label="不限"></el-option>
<!-- <el-option :value="0" label="不限"></el-option> -->
<el-option v-for='item in OrderStatusList'
:label='item.Name'
:value='item.Id'
......@@ -319,7 +319,7 @@
OrderId: "", //订单id
GuestId: 0, //客人id
EnterId: 0, //业务员id
OrderState: 1, //订单状态
OrderState: '1', //订单状态
Q_IsCollect: "0", //收款状态
StartTime: "",//报名开始日期
EndTime: "",//报名结束日期
......@@ -361,7 +361,11 @@
PostId:0,
IsLeave:0,
},
OrderStatusList: [],
OrderStatusList: [
{ Name: "不限", Id: "0" },
{ Name: "正常", Id: "1" },
{ Name: "取消", Id: "2" },
],
QIsCollectList: [
{ Name: "不限", Id: "0" },
{ Name: "已收齐", Id: "1" },
......@@ -575,7 +579,7 @@
this.msg.StartTime = this.getBeforeDate(31, new Date())
this.msg.EndTime = this.getBeforeDate(0, new Date())
this.DatelistBM = [new Date(this.msg.StartTime),new Date()]
this.GetOrderStatusEnumList()
// this.GetOrderStatusEnumList()
this.GetTicketStatusEnumList()
this.GetOrderTypeEnumList()
this.getLineList()
......
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